![]() |
HAL
|
The ChannelEntry struct is used by the ChannelItem class to store a single entry. More...
#include <channel_item.h>
Public Member Functions | |
ChannelEntry (std::string msg, spdlog::level::level_enum msg_type) | |
Public Attributes | |
const std::string | mMsg |
const spdlog::level::level_enum | mMsgType |
The ChannelEntry struct is used by the ChannelItem class to store a single entry.
An entry consists of the message itself and and its type (error, debug, etc.).
Definition at line 43 of file channel_item.h.
|
inline |
The channel entry's "constructor"
msg | - The message |
msg_type | - The message's type |
Definition at line 51 of file channel_item.h.
const std::string hal::ChannelEntry::mMsg |
Definition at line 55 of file channel_item.h.
const spdlog::level::level_enum hal::ChannelEntry::mMsgType |
Definition at line 56 of file channel_item.h.