IFS::TimeStamp Struct Reference

Manage IFS timestamps stored as an unsigned 32-bit value. More...

#include <TimeStamp.h>

Collaboration diagram for IFS::TimeStamp:
[legend]

Public Member Functions

 operator time_t () const
 
TimeStampoperator= (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()

IFS::TimeStamp::operator time_t ( ) const
inline

◆ operator=()

TimeStamp& IFS::TimeStamp::operator= ( time_t  t)
inline

Member Data Documentation

◆ mValue

uint32_t IFS::TimeStamp::mValue

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