/* * MachineStatus.h * * Created on: Aug 15, 2019 * Author: shlomo */ #ifndef MODULES_GENERAL_MACHINESTATUS_H_ #define MODULES_GENERAL_MACHINESTATUS_H_ #include #include "PMR/MachineStatus/MachineState.pb-c.h" uint32_t MachineUpdateInitFunc(MessageContainer* requestContainer); uint32_t StopMachineUpdateFunc(MessageContainer* requestContainer); void SetMachineStatus (MachineState State); int MachineUpdateResponseFunc(void); #endif /* MODULES_GENERAL_MACHINESTATUS_H_ */