|
Defines |
#define | GLOBAL_AMPLINE_VERSION (short)4 |
#define | GLOBAL_PHSLINE_VERSION (short)2 |
#define | GLOBAL_LOC_VERSION (short)3 |
Functions |
GLOBAL_MSG_STATUS | InitGlobalAmpLine (GLOBAL_AMPLINE_STRUCT *p_struct) |
GLOBAL_MSG_STATUS | InitGlobalPhaseLine (GLOBAL_PHSLINE_STRUCT *p_struct) |
GLOBAL_MSG_STATUS | InitGlobalLoc (GLOBAL_LOC_STRUCT *p_struct) |
GLOBAL_MSG_STATUS | WriteAmpLineToBuffer (GLOBAL_AMPLINE_STRUCT *p_struct, char *p_buffer, unsigned int p_length) |
GLOBAL_MSG_STATUS | WritePhaseLineToBuffer (GLOBAL_PHSLINE_STRUCT *p_struct, char *p_buffer, unsigned int p_length) |
GLOBAL_MSG_STATUS | WriteLocToBuffer (GLOBAL_LOC_STRUCT *p_loc, char *p_buffer, unsigned int p_length) |
GLOBAL_MSG_STATUS | StringToAmpLine (GLOBAL_AMPLINE_STRUCT *p_amp, char *p_string) |
GLOBAL_MSG_STATUS | StringToPhaseLine (GLOBAL_PHSLINE_STRUCT *p_struct, char *p_string) |
GLOBAL_MSG_STATUS | StringToLoc (GLOBAL_LOC_STRUCT *p_loc, char *p_string) |
int | AddAmpLineToPhase (GLOBAL_PHSLINE_STRUCT *p_phase, GLOBAL_AMPLINE_STRUCT *p_amp) |
int | AddPhaseLineToLoc (GLOBAL_LOC_STRUCT *p_loc, GLOBAL_PHSLINE_STRUCT *p_phase) |
int | GetLocPhaseIndex (GLOBAL_LOC_STRUCT *p_loc, GLOBAL_PHSLINE_STRUCT *p_phase) |
GLOBAL_MSG_STATUS | ClearAmpLines (GLOBAL_PHSLINE_STRUCT *p_phase) |
GLOBAL_MSG_STATUS | ClearPhaseLines (GLOBAL_LOC_STRUCT *p_loc) |