Definition at line 50 of file multiplexer.h.
◆ Multiplexer()
Multiplexer::Multiplexer |
( |
MuxLogCallbacks | log_callbacks, |
|
|
bool & | legacy_input_filter_behaviour ) |
◆ ~Multiplexer()
Multiplexer::~Multiplexer |
( |
| ) |
|
◆ IsLogActive()
bool Multiplexer::IsLogActive |
( |
| ) |
|
|
inline |
◆ LogInputMessage()
void Multiplexer::LogInputMessage |
( |
const std::shared_ptr< const NavMsg > & | msg, |
|
|
bool | is_filtered, |
|
|
bool | is_error, |
|
|
const wxString | error_msg = "" ) |
Logs an input message with context information.
- Parameters
-
msg | The message to be logged. |
stream_name | The name of the stream from which the message originated. |
b_filter | Indicates whether the message was filtered. |
b_error | Indicates whether the message has an error such as bad CRC. |
error_msg | The error message to be logged. |
Definition at line 92 of file multiplexer.cpp.
◆ LogOutputMessage()
void Multiplexer::LogOutputMessage |
( |
const std::shared_ptr< const NavMsg > & | msg, |
|
|
NavmsgStatus | status ) |
The documentation for this class was generated from the following files: