IFS::TimeStamp Struct Reference
Manage IFS timestamps stored as an unsigned 32-bit value. More...
#include <TimeStamp.h>
Collaboration diagram for IFS::TimeStamp:
Public Member Functions | |
operator time_t () const | |
TimeStamp & | operator= (time_t t) |
Public Attributes | |
uint32_t | mValue |
Detailed Description
Manage IFS timestamps stored as an unsigned 32-bit value.
A signed 32-bit value containing seconds will overflow in about 136 years. time_t starts at 1970.
Member Function Documentation
◆ operator time_t()
|
inline |
◆ operator=()
|
inline |
Member Data Documentation
◆ mValue
uint32_t IFS::TimeStamp::mValue |
The documentation for this struct was generated from the following file: