Ejemplo n.º 1
0
void evService_Cleanup(evService* const me) {
    RiCEvent_cleanup(&(me->ric_event));
}
Ejemplo n.º 2
0
void evStart_Cleanup(evStart* const me) {
    RiCEvent_cleanup(&(me->ric_event));
}
Ejemplo n.º 3
0
void evOpen_Cleanup(evOpen* const me) {
    RiCEvent_cleanup(&(me->ric_event));
}
Ejemplo n.º 4
0
void evMode_Cleanup(evMode* const me) {
    RiCEvent_cleanup(&(me->ric_event));
}
Ejemplo n.º 5
0
void TurnOnDevice_Cleanup(TurnOnDevice* const me) {
    RiCEvent_cleanup(&(me->ric_event));
}
Ejemplo n.º 6
0
void ApplyElectronicKey_Cleanup(ApplyElectronicKey* const me) {
    RiCEvent_cleanup(&(me->ric_event));
}
Ejemplo n.º 7
0
void evEnabled_Cleanup(evEnabled* const me) {
    RiCEvent_cleanup(&(me->ric_event));
}
Ejemplo n.º 8
0
void svStop_Cleanup(svStop* const me) {
    RiCEvent_cleanup(&(me->ric_event));
}
Ejemplo n.º 9
0
void rollOut_Cleanup(rollOut* const me) {
    RiCEvent_cleanup(&(me->ric_event));
}
Ejemplo n.º 10
0
void entered_Cleanup(entered* const me) {
    RiCEvent_cleanup(&(me->ric_event));
}
Ejemplo n.º 11
0
void evBPress_Cleanup(evBPress* const me) {
    RiCEvent_cleanup(&(me->ric_event));
}