Representation of message status as determined by the multiplexer.
More...
#include <navmsg_filter.h>
|
enum class | Direction {
kInput
, kReceived
, kOutput
, kInternal
,
kNone
} |
|
enum class | Accepted { kOk
, kFilteredNoOutput
, kFilteredDropped
, kNone
} |
|
enum class | State {
kOk
, kChecksumError
, kMalformed
, kTxError
,
kNone
} |
|
|
static std::string | AcceptedToString (Accepted) |
| Return string representation of argument.
|
|
static Accepted | StringToAccepted (const std::string &s) |
| Return Accepted value corresponding to argument s.
|
|
Representation of message status as determined by the multiplexer.
Definition at line 62 of file navmsg_filter.h.
◆ Accepted
enum class NavmsgStatus::Accepted |
|
strong |
◆ Direction
enum class NavmsgStatus::Direction |
|
strong |
◆ State
enum class NavmsgStatus::State |
|
strong |
◆ NavmsgStatus()
NavmsgStatus::NavmsgStatus |
( |
| ) |
|
|
inline |
◆ AcceptedToString()
std::string NavmsgStatus::AcceptedToString |
( |
Accepted |
a | ) |
|
|
static |
◆ StringToAccepted()
Accepted NavmsgStatus::StringToAccepted |
( |
const std::string & |
s | ) |
|
|
static |
Return Accepted value corresponding to argument s.
Definition at line 57 of file navmsg_filter.cpp.
◆ accepted
Accepted NavmsgStatus::accepted |
◆ direction
Direction NavmsgStatus::direction |
◆ status
State NavmsgStatus::status |
The documentation for this class was generated from the following files: