90 #ifndef MYMULTIMESSAGE_H
91 #define MYMULTIMESSAGE_H
107 void *common(uint8_t
type, uint8_t
sensor, uint8_t ptype, uint8_t size, uint8_t cmd);
123 bool set(uint8_t messageType, uint8_t sensorId, uint8_t value);
132 bool set(uint8_t messageType, uint8_t sensorId, uint16_t value);
141 bool set(uint8_t messageType, uint8_t sensorId, int16_t value);
151 bool set(uint8_t messageType, uint8_t sensorId, uint32_t value);
160 bool set(uint8_t messageType, uint8_t sensorId, int32_t value);
170 bool set(uint8_t messageType, uint8_t sensorId,
float value, uint8_t decimals);