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