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