Public Member Functions | Private Attributes | List of all members
MsgRx< MsgT > Class Template Reference

#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_
 

Detailed Description

template<typename MsgT>
class MsgRx< MsgT >

Definition at line 7 of file MsgRx.h.

Constructor & Destructor Documentation

template<typename MsgT>
MsgRx< MsgT >::MsgRx ( )
inline

Definition at line 9 of file MsgRx.h.

template<typename MsgT>
MsgRx< MsgT >::MsgRx ( const MsgT &  msg)
inline

Definition at line 10 of file MsgRx.h.

Member Function Documentation

template<typename MsgT>
void MsgRx< MsgT >::clear ( )
inline

Definition at line 13 of file MsgRx.h.

template<typename MsgT>
const MsgT& MsgRx< MsgT >::get ( ) const
inline

Definition at line 11 of file MsgRx.h.

template<typename MsgT>
void MsgRx< MsgT >::set ( const MsgT &  msg)
inline

Definition at line 12 of file MsgRx.h.

template<typename MsgT>
bool MsgRx< MsgT >::valid ( ) const
inline

Definition at line 14 of file MsgRx.h.

Member Data Documentation

template<typename MsgT>
MsgT MsgRx< MsgT >::msg_
private

Definition at line 16 of file MsgRx.h.

template<typename MsgT>
bool MsgRx< MsgT >::valid_
private

Definition at line 17 of file MsgRx.h.


The documentation for this class was generated from the following file:


oxford_gps_eth
Author(s): Kevin Hallenbeck
autogenerated on Sun Aug 9 2020 04:05:34