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_ */
CrFwTimeCyc_t CrFwGetCurrentCycTime()
Return the current time in "cycle format" (integer number of cycles elapsed since some event)...
Definition: CrFwTime.c:51
Header file to define all invariant publicly available constants and types for the CORDET Framework...
float CrFwTime_t
Type used for the application time.
CrFwTime_t CrFwTimeStampToStdTime(CrFwTimeStamp_t timeStamp)
Convert a time value from time-stamp format to standard time format.
Definition: CrFwTime.c:61
CrFwTimeStamp_t CrFwGetCurrentTimeStamp()
Return the current time in the format used for the command and report time-stamp. ...
Definition: CrFwTime.c:40
unsigned int CrFwTimeStamp_t
Type used for the time stamp of a command or report.
CrFwTime_t CrFwGetCurrentTime()
Return the current application time in standard format.
Definition: CrFwTime.c:46
Header file to define all user-configurable constants and types for the CORDET Framework (the non-con...
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.
Definition: CrFwTime.c:56
P&P Software GmbH, Copyright 2012-2013, All Rights Reserved