Sensor::~Sensor() {
    NOTIFY_DESTRUCTOR(~Sensor, true);
    cleanUpRelations();
}
Beispiel #2
0
EcuCls::ep2_C::OutBound_C::~OutBound_C() {
    cleanUpRelations();
}
Beispiel #3
0
EcuCls::ep1_C::InBound_C::~InBound_C() {
    cleanUpRelations();
}
Karussell::~Karussell() {
    NOTIFY_DESTRUCTOR(~Karussell, true);
    cleanUpRelations();
    cancelTimeouts();
}
Lichtschranke::~Lichtschranke() {
    NOTIFY_DESTRUCTOR(~Lichtschranke, true);
    cleanUpRelations();
}
Switch_C::~Switch_C() {
    NOTIFY_DESTRUCTOR(~Switch, true);
    cleanUpRelations();
}
Dosierer::~Dosierer() {
    NOTIFY_DESTRUCTOR(~Dosierer, true);
    cleanUpRelations();
    cancelTimeouts();
}
Hold::~Hold() {
    NOTIFY_DESTRUCTOR(~Hold, true);
    cleanUpRelations();
}