Class: ewol::event::Time
Constructor and Destructor:
+ Time (int64_t _timeSystem,
int64_t _timeUpAppl,
float _timeDelta,
float _timeDeltaCall);
Synopsis:
+ void setTime (int64_t _timeSystem);
+ int64_t getTime (void);
+ void setApplWakeUpTime (int64_t _timeUpAppl);
+ int64_t getApplWakeUpTime (void);
+ int64_t getApplUpTime (void);
+ void setDelta (float _timeDelta);
+ float getDelta (void);
+ void setDeltaCall (float _timeDeltaCall);
+ float getDeltaCall (void);
Detail:
ewol::event::Time ()
Time(int64_t _timeSystem,
int64_t _timeUpAppl,
float _timeDelta,
float _timeDeltaCall);
void setTime(int64_t _timeSystem);
int64_t getTime(void);
void setApplWakeUpTime(int64_t _timeUpAppl);
int64_t getApplWakeUpTime(void);
int64_t getApplUpTime(void);
void setDelta(float _timeDelta);
float getDelta(void);
void setDeltaCall(float _timeDeltaCall);
float getDeltaCall(void);