ocssw
V2022
|
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.