packet.cpp File Reference
#include "ndn-cxx/lp/packet.hpp"
#include "ndn-cxx/lp/fields.hpp"
#include <boost/mp11/algorithm.hpp>
+ Include dependency graph for packet.cpp:

Go to the source code of this file.

Namespaces

 ndn
 
 ndn::lp
 Contains classes and functions related to NDNLPv2.
 

Variable Documentation

◆ canIgnore

bool canIgnore = false

can this unknown field be ignored

Definition at line 51 of file packet.cpp.

◆ isRecognized

bool isRecognized = false

is this field known

Definition at line 50 of file packet.cpp.

◆ isRepeatable

bool isRepeatable = false

is the field repeatable

Definition at line 52 of file packet.cpp.

◆ locationSortOrder

int8_t locationSortOrder = getLocationSortOrder<field_location_tags::Header>()

sort order of field_location_tag

Definition at line 53 of file packet.cpp.

◆ tlvType

uint32_t tlvType = 0

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

Definition at line 49 of file packet.cpp.