Packet tag that is used to track hop count for Interest-Data pairs. More...
#include <ndn-fw-hop-count-tag.h>


Public Member Functions | |
| FwHopCountTag () | |
| Default constructor. | |
| ~FwHopCountTag () | |
| Destructor. | |
| void | Increment () |
| Increment hop count. | |
| uint32_t | Get () const |
| Get value of hop count. | |
| virtual TypeId | GetInstanceTypeId () const |
| virtual uint32_t | GetSerializedSize () const |
| virtual void | Serialize (TagBuffer i) const |
| virtual void | Deserialize (TagBuffer i) |
| virtual void | Print (std::ostream &os) const |
Static Public Member Functions | |
| static TypeId | GetTypeId (void) |
Packet tag that is used to track hop count for Interest-Data pairs.
Definition at line 33 of file ndn-fw-hop-count-tag.h.