Closed jpswinski closed 4 years ago
The cFE OS module currently only handles the UNIX epoch. It needs to be updated to use system defines to determine which epoch it should use.
The define BP_CFE_SECS_AT_2000 is used by the os module to handle different epochs. It is in a ifndef block so that it can be overridden at compile time.
The cFE OS module currently only handles the UNIX epoch. It needs to be updated to use system defines to determine which epoch it should use.