MISR Toolkit
1.5.1
|
#include <limits.h>
#include <ctype.h>
#include <errno.h>
#include <math.h>
#include <sys/types.h>
#include <stdlib.h>
#include "odldef.h"
#include "odlinter.h"
Go to the source code of this file.
Functions | |
VALUE_DATA | ODLConvertInteger (char vtext[], int vlength) |
VALUE_DATA | ODLConvertReal (char vtext[], int vlength) |
VALUE_DATA | ODLConvertSymbol (char vtext[], int vlength, int vflag) |
VALUE_DATA | ODLConvertString (char vtext[], int vlength) |
VALUE_DATA | ODLConvertDate (char vtext[], int vlength) |
VALUE_DATA | ODLConvertTime (char vtext[], int vlength) |
VALUE_DATA | ODLConvertDateTime (char vtext[], int vlength) |
void | ODLExtractDate (char *text, VALUE_DATA *item) |
void | ODLExtractTime (char *text, VALUE_DATA *item) |
VALUE_DATA ODLConvertDate | ( | char | vtext[], |
int | vlength | ||
) |
Definition at line 422 of file cvtvalue.c.
VALUE_DATA ODLConvertDateTime | ( | char | vtext[], |
int | vlength | ||
) |
Definition at line 527 of file cvtvalue.c.
VALUE_DATA ODLConvertInteger | ( | char | vtext[], |
int | vlength | ||
) |
Definition at line 86 of file cvtvalue.c.
VALUE_DATA ODLConvertReal | ( | char | vtext[], |
int | vlength | ||
) |
Definition at line 208 of file cvtvalue.c.
VALUE_DATA ODLConvertString | ( | char | vtext[], |
int | vlength | ||
) |
Definition at line 365 of file cvtvalue.c.
VALUE_DATA ODLConvertSymbol | ( | char | vtext[], |
int | vlength, | ||
int | vflag | ||
) |
Definition at line 298 of file cvtvalue.c.
VALUE_DATA ODLConvertTime | ( | char | vtext[], |
int | vlength | ||
) |
Definition at line 476 of file cvtvalue.c.
void ODLExtractDate | ( | char * | text, |
VALUE_DATA * | item | ||
) |
Definition at line 591 of file cvtvalue.c.
void ODLExtractTime | ( | char * | text, |
VALUE_DATA * | item | ||
) |
Definition at line 754 of file cvtvalue.c.