UniSet 2.32.1
|
Открытые типы | |
enum | TypeOfMessage { Unused , SensorInfo , SysCommand , Confirm , Timer , TextMessage , TheLastFieldOfTypeOfMessage } |
enum | Priority { Low , Medium , High } |
Открытые члены | |
Message (Message &&) noexcept=default | |
Message & | operator= (Message &&) noexcept=default |
Message (const Message &) noexcept=default | |
Message & | operator= (const Message &) noexcept=default |
Message (int dummy_init) noexcept | |
Открытые статические члены | |
template<class In > | |
static const TransportMessage | transport (const In &msg) noexcept |
Открытые атрибуты | |
int | type = { Unused } |
Priority | priority = { Medium } |
ObjectId | node = { uniset::DefaultObjectId } |
ObjectId | supplier = { uniset::DefaultObjectId } |
ObjectId | consumer = { uniset::DefaultObjectId } |
struct timespec | tm = { 0, 0 } |