#include <MsgRx.h>
Public Member Functions | |
| void | clear () |
| const MsgT & | get () const |
| MsgRx () | |
| MsgRx (const MsgT &msg) | |
| void | set (const MsgT &msg) |
| bool | valid () const |
Private Attributes | |
| MsgT | msg_ |
| bool | valid_ |
|
inline |
|
inline |
|
inline |