|
typedef void(* | CS101_ResetCUHandler) (void *parameter) |
| Handler will be called when a link layer reset CU (communication unit) message is received. More...
|
|
typedef bool(* | CS101_InterrogationHandler) (void *parameter, IMasterConnection connection, CS101_ASDU asdu, uint8_t qoi) |
| Handler for interrogation command (C_IC_NA_1 - 100).
|
|
typedef bool(* | CS101_CounterInterrogationHandler) (void *parameter, IMasterConnection connection, CS101_ASDU asdu, QualifierOfCIC qcc) |
| Handler for counter interrogation command (C_CI_NA_1 - 101).
|
|
typedef bool(* | CS101_ReadHandler) (void *parameter, IMasterConnection connection, CS101_ASDU asdu, int ioa) |
| Handler for read command (C_RD_NA_1 - 102)
|
|
typedef bool(* | CS101_ClockSynchronizationHandler) (void *parameter, IMasterConnection connection, CS101_ASDU asdu, CP56Time2a newTime) |
| Handler for clock synchronization command (C_CS_NA_1 - 103) More...
|
|
typedef bool(* | CS101_ResetProcessHandler) (void *parameter, IMasterConnection connection, CS101_ASDU asdu, uint8_t qrp) |
| Handler for reset process command (C_RP_NA_1 - 105)
|
|
typedef bool(* | CS101_DelayAcquisitionHandler) (void *parameter, IMasterConnection connection, CS101_ASDU asdu, CP16Time2a delayTime) |
| Handler for delay acquisition command (C_CD_NA:1 - 106)
|
|
typedef bool(* | CS101_ASDUHandler) (void *parameter, IMasterConnection connection, CS101_ASDU asdu) |
| Handler for ASDUs that are not handled by other handlers (default handler)
|
|