24 #ifndef NDN_CXX_LP_NACK_HEADER_HPP 25 #define NDN_CXX_LP_NACK_HEADER_HPP 27 #include "../common.hpp" 28 #include "../encoding/encoding-buffer.hpp" 29 #include "../encoding/block-helpers.hpp" 67 template<encoding::Tag TAG>
69 wireEncode(EncodingImpl<TAG>& encoder)
const;
75 wireDecode(
const Block& wire);
102 #endif // NDN_CXX_LP_NACK_HEADER_HPP Copyright (c) 2013-2017 Regents of the University of California.
Represents a TLV element of NDN packet format.
NackReason
indicates the reason type of a network NACK
#define NDN_CXX_DECLARE_WIRE_ENCODE_INSTANTIATIONS(ClassName)
std::ostream & operator<<(std::ostream &os, CachePolicyType policy)
bool isLessSevere(lp::NackReason x, lp::NackReason y)
compare NackReason for severity