ndn::tlv::nlsr Namespace Reference

Enumerations

enum  {
  LsaInfo = 128, OriginRouter = 129, SequenceNumber = 130, AdjacencyLsa = 131,
  Adjacency = 132, CoordinateLsa = 133, Double = 134, HyperbolicRadius = 135,
  HyperbolicAngle = 136, NameLsa = 137, LsdbStatus = 138, ExpirationPeriod = 139,
  Cost = 140, Uri = 141
}
 

Enumeration Type Documentation

anonymous enum

The TLV block types that NLSR uses to encode/decode LSA types. The way NLSR encodes LSAs to TLV is by encoding each element of the LSA as a separate TLV block. So, block types are needed. These are used in the LSDB Status Dataset.

Enumerator
LsaInfo 
OriginRouter 
SequenceNumber 
AdjacencyLsa 
Adjacency 
CoordinateLsa 
Double 
HyperbolicRadius 
HyperbolicAngle 
NameLsa 
LsdbStatus 
ExpirationPeriod 
Cost 
Uri 

Definition at line 36 of file tlv-nlsr.hpp.