Interface through which framework components access the current time.
CrFwTime_t CrFwTimeStampToStdTime(CrFwTimeStamp_t timeStamp)
Convert a time value from time-stamp format to standard time format.
Header file to define all invariant publicly available constants and types for the CORDET Framework...
unsigned int CrFwTimeCyc_t
Type used for the number of elapsed cycles.
CrFwTimeStamp_t CrFwStdTimeToTimeStamp(CrFwTime_t stdTime)
Convert a time value from standard time format to time-stamp format.
CrFwTimeCyc_t CrFwGetCurrentCycTime()
Return the current time in "cycle format" (integer number of cycles elapsed since some event)...
float CrFwTime_t
Type used for the application time.
CrFwTimeStamp_t CrFwGetCurrentTimeStamp()
Return the current time in the format used for the command and report time-stamp. ...
static CrFwTimeStamp_t dummyTime
The CrFwGetCurrentTimeStamp function increments this counter and then returns its value...
CrFwTime_t CrFwGetCurrentTime()
Return the current application time in standard format.
unsigned int CrFwTimeStamp_t
Type used for the time stamp of a command or report.