|
JUNO_STATUS_T | JunoTime_AddTime (JUNO_TIME_T *ptTime, JUNO_TIMESTAMP_T *ptRetTime, JUNO_TIMESTAMP_T tTimeToAdd) |
|
JUNO_STATUS_T | JunoTime_SubtractTime (JUNO_TIME_T *ptTime, JUNO_TIMESTAMP_T *ptRetTime, JUNO_TIMESTAMP_T tTimeToSubtract) |
|
JUNO_TIME_NANOS_RESULT_T | JunoTime_TimestampToNanos (JUNO_TIME_T *ptTime, JUNO_TIMESTAMP_T tTime) |
|
JUNO_TIME_MICROS_RESULT_T | JunoTime_TimestampToMicros (JUNO_TIME_T *ptTime, JUNO_TIMESTAMP_T tTime) |
|
JUNO_TIME_MILLIS_RESULT_T | JunoTime_TimestampToMillis (JUNO_TIME_T *ptTime, JUNO_TIMESTAMP_T tTime) |
|
JUNO_TIMESTAMP_RESULT_T | JunoTime_NanosToTimestamp (JUNO_TIME_T *ptTime, JUNO_TIME_NANOS_T iNanos) |
|
JUNO_TIMESTAMP_RESULT_T | JunoTime_MicrosToTimestamp (JUNO_TIME_T *ptTime, JUNO_TIME_MICROS_T iMicros) |
|
JUNO_TIMESTAMP_RESULT_T | JunoTime_MillisToTimestamp (JUNO_TIME_T *ptTime, JUNO_TIME_MILLIS_T iMillis) |
|
JUNO_RESULT_F64_T | JunoTime_TimestampToDouble (JUNO_TIME_T *ptTime, JUNO_TIMESTAMP_T tTimestamp) |
|
JUNO_TIMESTAMP_RESULT_T | JunoTime_DoubleToTimestamp (JUNO_TIME_T *ptTime, double dTimestamp) |
|