![]() |
Home | Libraries | Author | Links |
Definition at line 106 of file lvdspacket.hpp.
Public Types | |
enum | |
Bitwise orable error status flags. More... | |
enum | |
LVDS packet constants. More... | |
typedef ContextT | context_type |
Context type of the messages to be scanned. | |
typedef BinMessage< ContextT > | parent_type |
Type of the binary message wrapping this DspMessage. | |
Public Member Functions | |
LvdsPacket (const parent_type &parent) | |
Construct a LvdsPacket object contained in the binary message parent. | |
virtual | ~LvdsPacket () |
Virtual destructor to allow polymorphic class hierarchies. | |
dword | status () const |
Returns the status of the LVDS packet. | |
word | lvdsSubslot () const |
Returns the LVDS subslot field of the LVDS packet. | |
word | ubrId () const |
Returns the UbrID field of the LVDS packet. | |
byte | priority () const |
Returns the Priority field of the LVDS packet. | |
word | antennaFlags () const |
Returns the antenna flags field of the LVDS packet. | |
byte | dataType () const |
Returns the data type field of the LVDS packet. | |
bool | frq () const |
Returns the carrier frequency extension bit of the LVDS packet. | |
bool | rsv () const |
Returns the reserved bit of the LVDS packet. | |
const byte_iterator_range & | body () const |
Returns the byte range consisting of the packet's payload excluding the other fields. | |
byte | fcs () const |
Returns the FCS field of the LVDS packet. | |
const parent_type & | parent () |
Returns the packet's parent. | |
Classes | |
struct | Aich |
LVDS packet Aich values. More... | |
struct | DataType |
LVDS packet data type values. More... | |
struct | Priority |
LVDS packet priority values. More... |
typedef ContextT stm::tools::LvdsPacket< ContextT >::context_type |
typedef BinMessage<ContextT> stm::tools::LvdsPacket< ContextT >::parent_type |
anonymous enum |
anonymous enum |
stm::tools::LvdsPacket< ContextT >::LvdsPacket | ( | const parent_type & | parent | ) |
Construct a LvdsPacket object contained in the binary message parent.
virtual stm::tools::LvdsPacket< ContextT >::~LvdsPacket | ( | ) | [virtual] |
Virtual destructor to allow polymorphic class hierarchies.
dword stm::tools::LvdsPacket< ContextT >::status | ( | ) | const |
Returns the status of the LVDS packet.
word stm::tools::LvdsPacket< ContextT >::lvdsSubslot | ( | ) | const |
Returns the LVDS subslot field of the LVDS packet.
word stm::tools::LvdsPacket< ContextT >::ubrId | ( | ) | const |
Returns the UbrID field of the LVDS packet.
byte stm::tools::LvdsPacket< ContextT >::priority | ( | ) | const |
Returns the Priority field of the LVDS packet.
word stm::tools::LvdsPacket< ContextT >::antennaFlags | ( | ) | const |
Returns the antenna flags field of the LVDS packet.
byte stm::tools::LvdsPacket< ContextT >::dataType | ( | ) | const |
Returns the data type field of the LVDS packet.
bool stm::tools::LvdsPacket< ContextT >::frq | ( | ) | const |
Returns the carrier frequency extension bit of the LVDS packet.
bool stm::tools::LvdsPacket< ContextT >::rsv | ( | ) | const |
Returns the reserved bit of the LVDS packet.
const byte_iterator_range& stm::tools::LvdsPacket< ContextT >::body | ( | ) | const |
Returns the byte range consisting of the packet's payload excluding the other fields.
byte stm::tools::LvdsPacket< ContextT >::fcs | ( | ) | const |
Returns the FCS field of the LVDS packet.
const parent_type& stm::tools::LvdsPacket< ContextT >::parent | ( | ) |
Returns the packet's parent.
© Copyright Tom Michaelis 2002-2007
Distributed under the SysToMath Software License (See the accompanying file license.txt or a copy at www.SysToMath.com).