ioPAC RTU Controllers
C/C++ Sample Code Programming Guide
|
Functions | |
IO_ERR_CODE | MX_RTU_RTD_Event_Register (UINT8 slot, UINT8 channel, float value, UINT32 condition, int *handle) |
IO_ERR_CODE | MX_RTU_RTD_Event_Unregister (int handle) |
IO_ERR_CODE | MX_RTU_RTD_Event_Get (int handle, float *value, struct Timestamp *time) |
IO_ERR_CODE | MX_RTU_RTD_Event_Set_Value (int handle, float value, UINT32 condition) |
IO_ERR_CODE | MX_RTU_RTD_Event_Get_Value (int handle, float *value, UINT32 *condition) |
IO_ERR_CODE | MX_RTU_RTD_Event_Count (int handle, UINT32 *count) |
IO_ERR_CODE | MX_RTU_RTD_Event_Clear (int handle) |
IO_ERR_CODE | MX_RTU_RTD_Event_Reset () |
IO_ERR_CODE MX_RTU_RTD_Event_Register | ( | UINT8 | slot, |
UINT8 | channel, | ||
float | value, | ||
UINT32 | condition, | ||
int * | handle | ||
) |
IO_ERR_CODE MX_RTU_RTD_Event_Unregister | ( | int | handle | ) |
IO_ERR_CODE MX_RTU_RTD_Event_Get | ( | int | handle, |
float * | value, | ||
struct Timestamp * | time | ||
) |
IO_ERR_CODE MX_RTU_RTD_Event_Set_Value | ( | int | handle, |
float | value, | ||
UINT32 | condition | ||
) |
IO_ERR_CODE MX_RTU_RTD_Event_Get_Value | ( | int | handle, |
float * | value, | ||
UINT32 * | condition | ||
) |
IO_ERR_CODE MX_RTU_RTD_Event_Count | ( | int | handle, |
UINT32 * | count | ||
) |
IO_ERR_CODE MX_RTU_RTD_Event_Clear | ( | int | handle | ) |
IO_ERR_CODE MX_RTU_RTD_Event_Reset | ( | ) |