Index: sources/StateController.h =================================================================== diff -u -rb77bb1ccc020bf7ec700ea3e0feda43087516c5f -rc5b453debecfb1b22e40f073537077792fad4ab1 --- sources/StateController.h (.../StateController.h) (revision b77bb1ccc020bf7ec700ea3e0feda43087516c5f) +++ sources/StateController.h (.../StateController.h) (revision c5b453debecfb1b22e40f073537077792fad4ab1) @@ -43,6 +43,12 @@ CMD_CONSUMABLES, CMD_DISPOSABLES, CMD_SYSTEM_PRIME, + CMD_BP_HR, + CMD_ULTRAFILTRATION, + CMD_CONNECTION, + CMD_START_TX, + CMD_END_TX, + CMD_DISINFECTION, }; QHash > _dryDemoCmds; @@ -64,7 +70,11 @@ void onConsumablesStateChange(bool active); void onDisposablesStateChange(bool active); void onSystemPrimeStateChange(bool active); + void onBPHRStateChange(bool active); + void onUltrafiltrationStateChange(bool active); + void onConnectionStateChange(bool active); + void onStartTreatmentStateChange(bool active); + void onEndTreatmentStateChange(bool active); - void onDisinfectStateChange(bool active); };