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 (void ) const;
+ void setApplWakeUpTime (int64_t _timeUpAppl);
+ int64_t getApplWakeUpTime (void ) const;
+ int64_t getApplUpTime (void ) const;
+ void setDelta (float _timeDelta);
+ float getDelta (void ) const;
+ void setDeltaCall (float _timeDeltaCall);
+ float getDeltaCall (void ) const;

Detail:

Time

+  Time (int64_t _timeSystem,
int64_t _timeUpAppl,
float _timeDelta,
float _timeDeltaCall);



setTime

+ void setTime (int64_t _timeSystem);



getTime

+ int64_t getTime (void ) const;



setApplWakeUpTime

+ void setApplWakeUpTime (int64_t _timeUpAppl);



getApplWakeUpTime

+ int64_t getApplWakeUpTime (void ) const;



getApplUpTime

+ int64_t getApplUpTime (void ) const;



setDelta

+ void setDelta (float _timeDelta);



getDelta

+ float getDelta (void ) const;



setDeltaCall

+ void setDeltaCall (float _timeDeltaCall);



getDeltaCall

+ float getDeltaCall (void ) const;