Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
df7f0b48
Commit
df7f0b48
authored
Jan 24, 2008
by
Uwe Schulzweida
Browse files
No commit message
No commit message
parent
f54dee83
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/grib.h
View file @
df7f0b48
...
@@ -217,6 +217,7 @@ int gribRead(int fileID, unsigned char *buffer, size_t *buffersize);
...
@@ -217,6 +217,7 @@ int gribRead(int fileID, unsigned char *buffer, size_t *buffersize);
int
gribWrite
(
int
fileID
,
unsigned
char
*
buffer
,
size_t
buffersize
);
int
gribWrite
(
int
fileID
,
unsigned
char
*
buffer
,
size_t
buffersize
);
off_t
gribGetPos
(
int
fileID
);
off_t
gribGetPos
(
int
fileID
);
int
gribGetSize
(
int
fileID
);
int
gribGetSize
(
int
fileID
);
int
gribCheckSeek
(
int
fileID
,
long
*
offset
,
int
*
version
);
int
gribFileSeek
(
int
fileID
,
long
*
offset
);
int
gribFileSeek
(
int
fileID
,
long
*
offset
);
int
gribReadSize
(
int
fileID
);
int
gribReadSize
(
int
fileID
);
int
gribVersion
(
unsigned
char
*
buffer
,
size_t
buffersize
);
int
gribVersion
(
unsigned
char
*
buffer
,
size_t
buffersize
);
...
...
src/griblib.c
View file @
df7f0b48
/* Generated automatically from m214003 on Thu Jan 24 1
5:59
:2
9
CET 2008 */
/* Generated automatically from m214003 on Thu Jan 24 1
6:14
:2
2
CET 2008 */
/* GRIBLIB_VERSION="1.1.0" */
/* GRIBLIB_VERSION="1.1.0" */
...
@@ -5015,7 +5015,7 @@ int gribCheckSeek(int fileID, long *offset, int *version)
...
@@ -5015,7 +5015,7 @@ int gribCheckSeek(int fileID, long *offset, int *version)
int
ierr
;
int
ierr
;
char
buffer
[
4
];
char
buffer
[
4
];
ierr
=
gribFileSeek
(
fileID
,
&
offset
);
ierr
=
gribFileSeek
(
fileID
,
offset
);
*
version
=
-
1
;
*
version
=
-
1
;
if
(
!
ierr
)
if
(
!
ierr
)
...
@@ -8336,7 +8336,7 @@ int gribUnzip(unsigned char *dbuf, long dbufsize, unsigned char *sbuf, long sbu
...
@@ -8336,7 +8336,7 @@ int gribUnzip(unsigned char *dbuf, long dbufsize, unsigned char *sbuf, long sbu
return
(
gribLen
);
return
(
gribLen
);
}
}
static
const
char
grb_libvers
[]
=
"1.1.0"
" of ""Jan 24 2008"" ""1
5:59
:2
9
"
;
static
const
char
grb_libvers
[]
=
"1.1.0"
" of ""Jan 24 2008"" ""1
6:14
:2
3
"
;
...
...
src/make_cdilib
View file @
df7f0b48
...
@@ -98,7 +98,7 @@ c="dmemory.c \
...
@@ -98,7 +98,7 @@ c="dmemory.c \
h
=
"cdi_limits.h taxis.h error.h dtypes.h file.h grib.h service.h extra.h
\
h
=
"cdi_limits.h taxis.h error.h dtypes.h file.h grib.h service.h extra.h
\
ieg.h cdi.h timebase.h calendar.h
\
ieg.h cdi.h timebase.h calendar.h
\
basetime.h stream_int.h stream_grb.h datetime.h stream_cdf.h
\
basetime.h stream_int.h stream_grb.h datetime.h stream_cdf.h
\
grib.h
tablepar.h table.h util.h grid.h varscan.h binary.h swap.h
\
tablepar.h table.h util.h grid.h varscan.h binary.h swap.h
\
service.h stream_srv.h stream_ext.h stream_ieg.h cdf_int.h
\
service.h stream_srv.h stream_ext.h stream_ieg.h cdf_int.h
\
cdf.h vlist.h"
cdf.h vlist.h"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment