Fixposition SDK 0.0.0-heads/main-0-g4d935a0
Collection of c++ libraries and apps for use with Fixposition products on Linux
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 560 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 577 of file time.hpp.

◆ month_

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

Month (1-12).

Definition at line 578 of file time.hpp.

◆ day_

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

Day (1-31).

Definition at line 579 of file time.hpp.

◆ hour_

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

Hour (0-23).

Definition at line 580 of file time.hpp.

◆ min_

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

Minute (0-59).

Definition at line 581 of file time.hpp.

◆ sec_

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

Second (0-60).

Definition at line 582 of file time.hpp.


The documentation for this struct was generated from the following file:
  • fpsdk_common/include/fpsdk_common/time.hpp