Command line tool that write binary data in the sds of an HDF file. More...
#include <stdio.h>
#include "mfhdf.h"
Classes | |
struct | SDS |
Defines | |
#define | MAXNAMELENGTH 200 |
Functions | |
int | get_num_type (char *typename) |
retrieve an HDF type code using a string representatin of it | |
int | main (int argc, char *argv[]) |
command line tool entry point |
Command line tool that write binary data in the sds of an HDF file.
----------------------------------------------------------------------------
History :
----------------------------------------------------------------------------
int get_num_type | ( | char * | typename | ) |
retrieve an HDF type code using a string representatin of it
typename | the type given in a string ("char8", "float64"...) |
Referenced by main().
int main | ( | int | argc, | |
char * | argv[] | |||
) |
command line tool entry point
argc | as usual | |
argv[] | as usual |
References get_num_type(), and verbose.