Represents an TimeTicks as described in RFC 2741. More...
#include <TimeTicksValue.hpp>
Public Member Functions | |
| TimeTicksValue (uint32_t initial_value=0) | |
| Create an TimeTicksValue without initialization. | |
Public Member Functions inherited from agentxcpp::AbstractValue | |
| virtual | ~AbstractValue () |
| Destructor. | |
Public Attributes | |
| uint32_t | value |
| The TimeTicks value. | |
Represents an TimeTicks as described in RFC 2741.
|
inline |
Create an TimeTicksValue without initialization.
| initial_value | The initial value of the object. |
| uint32_t agentxcpp::TimeTicksValue::value |
The TimeTicks value.
According to RFC 2578, TimeTicks is a non-negative 32-bit number.