-
Notifications
You must be signed in to change notification settings - Fork 20
ClockTime
huggins edited this page May 3, 2023
·
4 revisions
Represents time measurements for the DIS standard.
struct FClockTime| 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. |
| Name | Description |
|---|---|
| FClockTime() | Default constructor |
| Return | Name | Description |
|---|---|---|
| DIS::ClockTime | ToOpenDIS() | Conversion to OpenDIS ClockTime struct |
int32 HourThis field shall specify the hours since 0000 hours January 1, 1970 UTC.
Category: GRILL DIS|Structs
int64 TimePastHourThis field shall specify the time past the hour indicated in Hour field.
Category: GRILL DIS|Structs
Range: [0, 4294967295]
FClockTime()Default constructor
DIS::ClockTime ToOpenDIS() constConversion to OpenDIS ClockTime struct.
| Returns |
|---|
| The OpenDIS ClockTime struct representation of this FClockTime. |