UniSet
2.6.0
|
Открытые члены | |
TransportMessage | transport_msg () const noexcept |
ConfirmMessage (const VoidMessage *msg) noexcept | |
ConfirmMessage (ObjectId in_sensor_id, const double &in_sensor_value, const timespec &in_sensor_time, const timespec &in_confirm_time, Priority in_priority=Message::Medium) noexcept | |
ConfirmMessage (ConfirmMessage &&) noexcept=default | |
ConfirmMessage & | operator= (ConfirmMessage &&) noexcept=default |
ConfirmMessage (const ConfirmMessage &) noexcept=default | |
ConfirmMessage & | operator= (const ConfirmMessage &) noexcept=default |
Открытые атрибуты | |
ObjectId | sensor_id |
double | sensor_value |
struct timespec | sensor_time |
struct timespec | confirm_time |
bool | broadcast |
bool | forward |
Дополнительные унаследованные члены |
Подтверждение(квитирование) сообщения
bool uniset::ConfirmMessage::forward |
признак, что сообщение является пересланным. (т.е. в БД второй раз сохранять не надо, пересылать второй раз тоже не надо).