#include <MessageType.h>

Открытые члены | |
| TransportMessage | transport_msg () const |
| ConfirmMessage (const VoidMessage *msg) | |
| ConfirmMessage (long in_sensor_id, double in_value, time_t in_time, time_t in_time_usec, time_t in_confirm, Priority in_priority=Message::Medium) | |
Открытые атрибуты | |
| long | sensor_id |
| double | value |
| time_t | time |
| time_t | time_usec |
| time_t | confirm |
| bool | broadcast |
| bool | route |
признак, что сообщение является пересланным. (т.е. в БД второй раз сохранять не надо, пересылать второй раз тоже не надо).
Используется в InfoServer::processingMessage().
1.5.9