Changed declaration:
void sys_getDynMachineConditions(void *data) const override;
This commit is contained in:
parent
0fca448c53
commit
9a584713e9
@ -1033,8 +1033,7 @@ public:
|
||||
|
||||
void sys_getDeviceConditions(struct T_moduleCondition *devCond) const override;
|
||||
|
||||
void sys_getDynMachineConditions(uint8_t *leng, uint8_t *data) const override;
|
||||
|
||||
void sys_getDynMachineConditions(void *data) const override;
|
||||
void sys_getDynMachineConditions(struct T_dynamicCondition *dynMachCond) const override;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user