Skip to content

ClockTime

huggins edited this page May 3, 2023 · 4 revisions

Clock Time

Represents time measurements for the DIS standard.

struct FClockTime

Back to Top


Members

Type Name Description
int32 Hour This field shall specify the hours since 0000 hours January 1, 1970 UTC.
int64 TimePastHour This field shall specify the time past the hour indicated in Hour field.

Back to Top


Constructors

Name Description
FClockTime() Default constructor

Functions

Return Name Description
DIS::ClockTime ToOpenDIS() Conversion to OpenDIS ClockTime struct

Back to Top


Details

Hour

int32 Hour

This field shall specify the hours since 0000 hours January 1, 1970 UTC.

Category: GRILL DIS|Structs

Back to Top


Time Past Hour

int64 TimePastHour

This field shall specify the time past the hour indicated in Hour field.

Category: GRILL DIS|Structs

Range: [0, 4294967295]

Back to Top


FClockTime

FClockTime()

Default constructor

Back to Top


ToOpenDIS

DIS::ClockTime ToOpenDIS() const

Conversion to OpenDIS ClockTime struct.

Returns
The OpenDIS ClockTime struct representation of this FClockTime.

Back to Top


Clone this wiki locally