Go to the documentation of this file.00001
00021 #ifndef CP1616_IO_CONTROLLER_CALLBACKS_H
00022 #define CP1616_IO_CONTROLLER_CALLBACKS_H
00023
00024 namespace cp1616
00025 {
00026 namespace pnio_controller_callbacks
00027 {
00028
00034 void modeChangeIndication(PNIO_CBE_PRM *p_cbf_prm);
00035
00041 void deviceActivation(PNIO_CBE_PRM *p_cbf_prm);
00042
00048 void alarmIndication(PNIO_CBE_PRM *p_cbf_prm);
00049
00055 void dsReadConf(PNIO_CBE_PRM *p_cbf_prm);
00056
00062 void dsWriteConf(PNIO_CBE_PRM *p_cbf_prm);
00063
00064 }
00065 }
00066
00067 #endif //CP1616_IO_CONTROLLER_CALLBACKS_H