15 lines
421 B
C++
15 lines
421 B
C++
// IA Debugger : Global Functions
|
|
//
|
|
// YB
|
|
//
|
|
//////////////////////////////////////////////
|
|
#ifndef _IA_DEBUGGER_GLOBAL_FUNCTIONS_
|
|
#define _IA_DEBUGGER_GLOBAL_FUNCTIONS_
|
|
|
|
CString IAD_fn_csComputeValueFromGetSetParam(struct tdstGetSetParam_ *_p_tdstGetSetParam);
|
|
|
|
CString IAD_fn_csSearchNameFromMotorPointer(void *_pvMotorData,
|
|
CString _csEditorObjectType);
|
|
|
|
#endif //_IA_DEBUGGER_GLOBAL_FUNCTIONS_
|