/workspaces/astro/sol3-sdk/msg/sol3/core/msg/stamp.fbs File Reference

Space-ng SDK: /workspaces/astro/sol3-sdk/msg/sol3/core/msg/stamp.fbs File Reference
Space-ng SDK
stamp.fbs File Reference

Classes

struct  Duration
 Duration type. More...
 

Variables

struct Duration MONOTONIC = 0
 Clock type. More...
 
struct Duration MISSION_UTC = 1
 

Variable Documentation

◆ MISSION_UTC

struct Duration MISSION_UTC = 1

This is the mission time in UTC, may be real or simulated.

  • Uses Unix time epoch, time since 00:00:00 Coordinated Universal Time (UTC), Thursday, 1 January 1970, not counting leap seconds
  • Synchronization is assumed to by a system specific time synchronization strategy, such as custom FSW/Simulation time sync interface, PTP, GPS PPS

◆ MONOTONIC

struct Duration MONOTONIC = 0

Clock type.

This is the host's monotonic clock, never simulated.

  • The epoch typically starts when the host is powered on.
  • Used for relative timing only, or relating messages on a single host.
  • It is not valid for comparing stamps originating from other hosts.