Fixposition SDK 0.0.0-heads/main-0-g90a51ff
Collection of c++ libraries and apps for use with Fixposition products
Loading...
Searching...
No Matches
fpsdk::common::time::UtcTime Struct Reference

UTC time representation. More...

#include <time.hpp>

Public Member Functions

 UtcTime ()=default
 Ctor.
 
 UtcTime (const int year, const int month, const int day, const int hour, const int min, const double sec)
 Constructor.
 

Public Attributes

int year_ = 0
 Year.
 
int month_ = 0
 Month (1-12)
 
int day_ = 0
 Day (1-31)
 
int hour_ = 0
 Hour (0-23)
 
int min_ = 0
 Minute (0-59)
 
double sec_ = 0.0
 Second (0-60)
 

Detailed Description

UTC time representation.

Definition at line 484 of file time.hpp.

Constructor & Destructor Documentation

◆ UtcTime()

fpsdk::common::time::UtcTime::UtcTime ( const int year,
const int month,
const int day,
const int hour,
const int min,
const double sec )

Constructor.

Parameters
[in]yearYear
[in]monthMonth (1-12)
[in]dayDay (1-31)
[in]hourHour (0-23)
[in]minMinute (0-59)
[in]secSecond (0-60)

Member Data Documentation

◆ year_

int fpsdk::common::time::UtcTime::year_ = 0

Year.

Definition at line 501 of file time.hpp.

◆ month_

int fpsdk::common::time::UtcTime::month_ = 0

Month (1-12)

Definition at line 502 of file time.hpp.

◆ day_

int fpsdk::common::time::UtcTime::day_ = 0

Day (1-31)

Definition at line 503 of file time.hpp.

◆ hour_

int fpsdk::common::time::UtcTime::hour_ = 0

Hour (0-23)

Definition at line 504 of file time.hpp.

◆ min_

int fpsdk::common::time::UtcTime::min_ = 0

Minute (0-59)

Definition at line 505 of file time.hpp.

◆ sec_

double fpsdk::common::time::UtcTime::sec_ = 0.0

Second (0-60)

Definition at line 506 of file time.hpp.


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