NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.0: NDN, CCN, CCNx, content centric networks
API Documentation
ndn::lp::detail::FieldInfo Class Reference

#include <field-info.hpp>

Public Member Functions

 FieldInfo ()
 
 FieldInfo (uint64_t tlv)
 

Public Attributes

uint64_t tlvType
 TLV-TYPE of the field; 0 if field does not exist. More...
 
bool isRecognized
 is this field known More...
 
bool canIgnore
 can this unknown field be ignored More...
 
bool isRepeatable
 is the field repeatable More...
 
int locationSortOrder
 sort order of field_location_tag More...
 

Detailed Description

Definition at line 33 of file field-info.hpp.

Constructor & Destructor Documentation

§ FieldInfo() [1/2]

ndn::lp::detail::FieldInfo::FieldInfo ( )

Definition at line 49 of file field-info.cpp.

§ FieldInfo() [2/2]

ndn::lp::detail::FieldInfo::FieldInfo ( uint64_t  tlv)
explicit

Member Data Documentation

§ tlvType

uint64_t ndn::lp::detail::FieldInfo::tlvType

TLV-TYPE of the field; 0 if field does not exist.

Definition at line 45 of file field-info.hpp.

Referenced by ndn::lp::detail::compareFieldSortOrder(), FieldInfo(), ndn::lp::detail::ExtractFieldInfo::operator()(), and ndn::lp::Packet::wireDecode().

§ isRecognized

bool ndn::lp::detail::FieldInfo::isRecognized

is this field known

Definition at line 50 of file field-info.hpp.

Referenced by FieldInfo(), and ndn::lp::detail::ExtractFieldInfo::operator()().

§ canIgnore

bool ndn::lp::detail::FieldInfo::canIgnore

can this unknown field be ignored

Definition at line 55 of file field-info.hpp.

Referenced by FieldInfo(), and ndn::lp::detail::ExtractFieldInfo::operator()().

§ isRepeatable

bool ndn::lp::detail::FieldInfo::isRepeatable

is the field repeatable

Definition at line 60 of file field-info.hpp.

Referenced by ndn::lp::detail::ExtractFieldInfo::operator()().

§ locationSortOrder

int ndn::lp::detail::FieldInfo::locationSortOrder

sort order of field_location_tag

Definition at line 65 of file field-info.hpp.

Referenced by ndn::lp::detail::compareFieldSortOrder(), and ndn::lp::detail::ExtractFieldInfo::operator()().


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