Parser for 802.21 Status TLV. More...
#include <senf/Packets/80221Bundle/TLVParser.hh>

| Public Types | |
| enum | StatusCode { Success, UnspecifiedFailure, Rejected, AuthorizationFailure, NetworkError } | 
| typedef UInt8Parser | value_t | 
|  Public Types inherited from senf::MIHBaseTLVParser | |
| typedef UInt8Parser | type_t | 
| typedef MIHLengthParser | length_t | 
| typedef GenericTLVParserRegistry< MIHBaseTLVParser > | Registry | 
|  Public Types inherited from senf::PacketParserBase | |
| typedef detail::packet::iterator | data_iterator | 
| Raw data iterator type.  More... | |
| typedef detail::packet::size_type | size_type | 
| Unsigned integral type.  More... | |
| typedef detail::packet::difference_type | difference_type | 
| Signed integral type.  More... | |
| typedef detail::packet::byte | byte | 
| Unsigned 8bit value, the raw value type.  More... | |
| typedef PacketData * | state_type | 
| Type of the 'state' parameter.  More... | |
| typedef PacketParserBase | parser_base_type | 
| Base type of the next parser.  More... | |
| Public Member Functions | |
| UInt8Parser | value () const | 
| void | init () | 
| void | dump (std::ostream &os) const | 
| dump string representation to given stream  More... | |
| void | validate () const | 
|  Public Member Functions inherited from senf::MIHBaseTLVParser | |
| UInt8Parser | type () const | 
| MIHLengthParser ::value_type | length () const | 
| void | finalize () | 
| shrink size of the TLV length field to minimum  More... | |
|  Public Member Functions inherited from senf::PacketParserBase | |
| data_iterator | i () const | 
| Return beginning of data to parse.  More... | |
| data_iterator | i (size_type offset) const | 
| Return iterator offset bytes from the start.  More... | |
| state_type | state () const | 
| Return state of this parser.  More... | |
| PacketData & | data () const | 
| Access the packets raw data container.  More... | |
| void | init () const | 
| Default implementation.  More... | |
| Static Public Attributes | |
| static type_t::value_type const | typeId = 3 | 
| Additional Inherited Members | |
|  Protected Member Functions inherited from senf::MIHBaseTLVParser | |
| MIHLengthParser | length_ () const | 
| void | maxLength (MIHLengthParser::value_type maxl) const | 
| set maximum value of TLV length field  More... | |
| void | validateType (boost::uint8_t type) const | 
| void | validateTypeLength (boost::uint8_t type, MIHLengthParser::value_type length) const | 
|  Protected Member Functions inherited from senf::PacketParserBase | |
| ParserProtector | protect () const | 
| PacketParserBase (data_iterator i, state_type s) | |
| Standard constructor.  More... | |
| PacketParserBase (data_iterator i, state_type s, size_type size) | |
| Size checking constructor.  More... | |
| bool | check (size_type size) const | 
| Check size of data container.  More... | |
| void | validate (size_type size) const | 
| Validate size of data container.  More... | |
| template<class Parser > | |
| Parser | parse (data_iterator i) const | 
| Create sub-parser.  More... | |
| template<class Parser , class Arg > | |
| Parser | parse (Arg const &arg, data_iterator i) const | 
| Create sub-parser.  More... | |
| template<class Parser > | |
| Parser | parse (size_type n) const | 
| Create sub-parser.  More... | |
| template<class Parser , class Arg > | |
| Parser | parse (Arg const &arg, size_type n) const | 
| Create sub-parser.  More... | |
| void | defaultInit () const | 
| Default implementation.  More... | |
| Packet | packet () const | 
| Get packet this parser is parsing from.  More... | |
| void | resize (size_type oldSize, size_type newSize) | 
| Resize data container.  More... | |
Parser for 802.21 Status TLV.
Definition at line 192 of file TLVParser.hh.
Definition at line 196 of file TLVParser.hh.
| Enumerator | |
|---|---|
| Success | |
| UnspecifiedFailure | |
| Rejected | |
| AuthorizationFailure | |
| NetworkError | |
Definition at line 208 of file TLVParser.hh.
| void senf::MIHStatusTLVParser::dump | ( | std::ostream & | os | ) | const | 
dump string representation to given stream
Definition at line 185 of file TLVParser.cc.
| 
 | inline | 
Definition at line 199 of file TLVParser.hh.
| void senf::MIHStatusTLVParser::validate | ( | ) | const | 
Definition at line 214 of file TLVParser.cc.
| UInt8Parser senf::MIHStatusTLVParser::value | ( | ) | const | 
| 
 | static | 
Definition at line 204 of file TLVParser.hh.