CORDET Framework - C2 Implementation
CrFwTime.h
Go to the documentation of this file.
1 
41 #ifndef CRFW_TIME_H_
42 #define CRFW_TIME_H_
43 
44 /* Include Framework Files */
45 #include "CrFwConstants.h"
46 /* Include Configuration Files */
47 #include "CrFwUserConstants.h"
48 
56 
62 
71 
78 
85 
86 #endif /* CRFW_TIME_H_ */
Header file to define all invariant publicly available constants and types for the CORDET Framework.
CrFwTime_t CrFwGetCurrentTime()
Return the current application time in standard format.
Definition: CrFwTime.c:48
CrFwTime_t CrFwTimeStampToStdTime(CrFwTimeStamp_t timeStamp)
Convert a time value from time-stamp format to standard time format.
Definition: CrFwTime.c:63
CrFwTimeStamp_t CrFwGetCurrentTimeStamp()
Return the current time in the format used for the command and report time-stamp.
Definition: CrFwTime.c:42
CrFwTimeCyc_t CrFwGetCurrentCycTime()
Return the current time in "cycle format" (integer number of cycles elapsed since some event).
Definition: CrFwTime.c:53
CrFwTimeStamp_t CrFwStdTimeToTimeStamp(CrFwTime_t stdTime)
Convert a time value from standard time format to time-stamp format.
Definition: CrFwTime.c:58
Header file to define all user-configurable constants and types for the CORDET Framework (the non-con...
unsigned int CrFwTimeStamp_t
Type used for the time stamp of a command or report.
float CrFwTime_t
Type used for the application time.
unsigned int CrFwTimeCyc_t
Type used for the number of elapsed cycles.
P&P Software GmbH, Copyright 2012-2013, All Rights Reserved