ioPAC RTU Controllers
C/C++ Sample Code Programming Guide
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
TCEvent

Functions

IO_ERR_CODE MX_RTU_TC_Event_Register (UINT8 slot, UINT8 channel, float value, UINT32 condition, int *handle)
 
IO_ERR_CODE MX_RTU_TC_Event_Unregister (int handle)
 
IO_ERR_CODE MX_RTU_TC_Event_Get (int handle, float *value, struct Timestamp *time)
 
IO_ERR_CODE MX_RTU_TC_Event_Set_Value (int handle, float value, UINT32 condition)
 
IO_ERR_CODE MX_RTU_TC_Event_Get_Value (int handle, float *value, UINT32 *condition)
 
IO_ERR_CODE MX_RTU_TC_Event_Count (int handle, UINT32 *count)
 
IO_ERR_CODE MX_RTU_TC_Event_Clear (int handle)
 
IO_ERR_CODE MX_RTU_TC_Event_Reset ()
 

Detailed Description

Function Documentation

IO_ERR_CODE MX_RTU_TC_Event_Register ( UINT8  slot,
UINT8  channel,
float  value,
UINT32  condition,
int *  handle 
)
IO_ERR_CODE MX_RTU_TC_Event_Unregister ( int  handle)
IO_ERR_CODE MX_RTU_TC_Event_Get ( int  handle,
float *  value,
struct Timestamp time 
)
IO_ERR_CODE MX_RTU_TC_Event_Set_Value ( int  handle,
float  value,
UINT32  condition 
)
IO_ERR_CODE MX_RTU_TC_Event_Get_Value ( int  handle,
float *  value,
UINT32 condition 
)
IO_ERR_CODE MX_RTU_TC_Event_Count ( int  handle,
UINT32 count 
)
IO_ERR_CODE MX_RTU_TC_Event_Clear ( int  handle)
IO_ERR_CODE MX_RTU_TC_Event_Reset ( )