esp8266ndn
NDN Arduino library for ESP8266 and more
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | List of all members
ndnph::convention::TimeValue Class Reference

Indicate that TLV-VALUE should be a timestamp. More...

#include <convention.hpp>

Public Types

enum  Unit { Seconds = 1000000 , Milliseconds = 1000 , Microseconds = 1 }
 

Public Member Functions

 TimeValue (uint64_t t=0, uint64_t unit=Microseconds, bool allowFallback=false)
 Constructor. More...
 
std::pair< bool, uint64_t > toNumber () const
 Generate TLV-VALUE. More...
 

Detailed Description

Indicate that TLV-VALUE should be a timestamp.

Member Enumeration Documentation

◆ Unit

Enumerator
Seconds 
Milliseconds 
Microseconds 

Constructor & Destructor Documentation

◆ TimeValue()

ndnph::convention::TimeValue::TimeValue ( uint64_t  t = 0,
uint64_t  unit = Microseconds,
bool  allowFallback = false 
)
inlineexplicit

Constructor.

Parameters
ttimestamp in microseconds, or 0 to use current time.
unittime unit.
allowFallbackif true, use RandomValue() when clock is unavailable.

Member Function Documentation

◆ toNumber()

std::pair<bool, uint64_t> ndnph::convention::TimeValue::toNumber ( ) const
inline

Generate TLV-VALUE.

Returns
whether success and the number.

The documentation for this class was generated from the following file: