commit | 65f1a71ebd4a66962f64201de2e506d3e9e74acb | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Thu Nov 20 14:59:36 2014 -0700 |
committer | Alex Afanasyev <alexander.afanasyev@ucla.edu> | Fri Nov 21 14:39:35 2014 -0800 |
tree | 81d571926a1246f1e2d78966b94d959ad765acba | |
parent | 3b4c314576e78e2d7c8713f5362074ab648645cd [diff] |
management: ensure Element::Error inherits from tlv::Error Add static asserts to ensure ndn::nfd::*::Error are subclasses of tlv::Error. Add WireEncodable and WireDecodable concept checks to ndn::nfd::* classes that represent TLV abstraction. Move definition of ChannelStatus, FibEntry, ForwarderStatus, StrategyChoice methods into .cpp. Move declaration of FaceScope, FacePersistency, LinkType into encoding/nfd-constants.hpp. Eliminate duplicate RibFlags declaration. refs #1983 Change-Id: I207bae479aa6da54a581a7cca5b2a13743827ff0
ndn-cxx is a C++ library, implementing Named Data Networking (NDN) primitives that can be used to implement various NDN applications. The library is currently being used as part of the following projects:
See the file docs/INSTALL.rst
for build and install instructions.
Please submit any bugs or issues to the ndn-cxx issue tracker: http://redmine.named-data.net/projects/ndn-cxx/issues
Extensive documentation of the library is available on the library's homepage: http://www.named-data.net/doc/ndn-cxx/
ndn-cxx is an open source project licensed under LGPL 3.0 license. For more information about the license, refer to COPYING.md
.