#include <telegram.hpp>
Public Member Functions | |
Telegram & | operator= (const Telegram &other) noexcept |
Telegram & | operator= (Telegram &&other) noexcept |
Telegram (const Telegram &other) noexcept | |
Telegram (size_t preallocate=3) noexcept | |
Telegram (Telegram &&other) noexcept | |
~Telegram () | |
Public Attributes | |
std::vector< uint8_t > | message |
Timestamp | stamp |
telegram_type::TelegramType | type |
Definition at line 109 of file telegram.hpp.
|
inlinenoexcept |
Definition at line 115 of file telegram.hpp.
|
inline |
Definition at line 121 of file telegram.hpp.
|
inlinenoexcept |
Definition at line 123 of file telegram.hpp.
|
inlinenoexcept |
Definition at line 128 of file telegram.hpp.
Definition at line 133 of file telegram.hpp.
Definition at line 144 of file telegram.hpp.
std::vector<uint8_t> Telegram::message |
Definition at line 113 of file telegram.hpp.
Timestamp Telegram::stamp |
Definition at line 111 of file telegram.hpp.
telegram_type::TelegramType Telegram::type |
Definition at line 112 of file telegram.hpp.