tlv-nlsr.hpp
Go to the documentation of this file.
1 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
22 #ifndef NLSR_TLV_NLSR_HPP
23 #define NLSR_TLV_NLSR_HPP
24 
25 #include <ndn-cxx/encoding/tlv.hpp>
26 
27 namespace ndn {
28 namespace tlv {
29 namespace nlsr {
30 
36 enum {
37  LsaInfo = 128,
38  OriginRouter = 129,
40  AdjacencyLsa = 131,
41  Adjacency = 132,
43  Double = 134,
46  NameLsa = 137,
47  LsdbStatus = 138,
49  Cost = 140,
50  Uri = 141
51 };
52 
53 } // namespace nlsr
54 } // namespace tlv
55 } // namespace ndn
56 
57 #endif // NLSR_TLV_NLSR_HPP
Copyright (c) 2014-2017, The University of Memphis, Regents of the University of California, Arizona Board of Regents.
Definition: tlv-nlsr.hpp:27
Copyright (c) 2014-2017, The University of Memphis, Regents of the University of California, Arizona Board of Regents.