source: XIOS/dev/dev_olga/extern/src_netcdf4/ocdump.h @ 1620

Last change on this file since 1620 was 409, checked in by ymipsl, 11 years ago

Add improved nectdf internal library src

YM

  • Property svn:eol-style set to native
File size: 432 bytes
Line 
1/* Copyright 2009, UCAR/Unidata and OPeNDAP, Inc.
2   See the COPYRIGHT file for more information. */
3
4#ifndef OCDUMP_H
5#define OCDUMP_H
6
7extern void ocdumpnode(OCnode* node);
8
9extern void ocdumpslice(OCslice* slice);
10extern void ocdumpclause(OCprojectionclause* ref);
11
12extern void ocdumpmemory(char* memory, size_t len, int xdrencoded, int level);
13
14extern void ocdd(OCstate*,OCnode*,int xdrencoded, int level);
15
16#endif /*OCDUMP_H*/
Note: See TracBrowser for help on using the repository browser.