Set Time Sync Event
data class SetTimeSyncEvent(val nanoTime: Long = System.nanoTime(), val systemTimestamp: Long = System.currentTimeMillis(), val unit: String, val localTime: Long = systemTimestamp, val remoteTime: Long) : SessionEvent
Defines an event describing a time synchronization point. The format for remote time is date +%s%N (unix cli utility)
Parameters
unit
The entity reporting its local time
local Time
Timestamp of the local PowerGoblin system
remote Time
Timestamp of the remote 'unit'