OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
ias_odl_get_field.c File Reference
#include "lablib3.h"
#include "ias_odl.h"
#include "ias_logging.h"
Include dependency graph for ias_odl_get_field.c:

Go to the source code of this file.

Functions

int convert_string (void *p_destination, IAS_ODL_TYPE parm_type, char *kvalue)
 
int ias_odl_get_field (void *p_MemoryAddr, int MemorySize, IAS_ODL_TYPE ValueType, IAS_OBJ_DESC *p_ODLTree, const char *p_ClassName, const char *p_LabelName, int *p_Count)
 

Variables

char ODLErrorMessage []
 

Function Documentation

◆ convert_string()

int convert_string ( void *  p_destination,
IAS_ODL_TYPE  parm_type,
char *  kvalue 
)

Definition at line 383 of file ias_odl_get_field.c.

◆ ias_odl_get_field()

int ias_odl_get_field ( void *  p_MemoryAddr,
int  MemorySize,
IAS_ODL_TYPE  ValueType,
IAS_OBJ_DESC *  p_ODLTree,
const char *  p_ClassName,
const char *  p_LabelName,
int *  p_Count 
)

Definition at line 36 of file ias_odl_get_field.c.

Variable Documentation

◆ ODLErrorMessage

char ODLErrorMessage[]

Definition at line 3061 of file lablib3.c.