|
| cDiscreteClock () |
| CTOR make sure you call SetName()
|
|
| cDiscreteClock (const char *strName) |
| CTOR.
|
|
adtf::base::flash::tNanoSeconds | GetTimeNs () const override |
|
tResult | Reset (tTimeStamp tmNewTime) |
| Resets the time to the new value and send the reset time events.
|
|
tResult | SetTime (tTimeStamp tmNewTime) |
| Sets the time to the new value and resets if value is less than time is set.
|
|
tResult | Reset (adtf::base::flash::tNanoSeconds tmNewTime) |
| Resets the time to the new value and send the reste time events.
|
|
tResult | SetTime (adtf::base::flash::tNanoSeconds tmNewTime) |
| Sets the time to the new value and resets if value is less than time is set.
|
|
| cBaseClock () |
| CTOR make sure you call SetName()
|
|
| cBaseClock (const char *strName) |
| CTOR to set the name of the clock.
|
|
void | SetName (const char *strName) |
| Sets the name of the clock.
|
|
tResult | GetName (base::ant::IString &&strName) const override |
|
tTimeStamp | GetTime () const override |
|
adtf::base::flash::tNanoSeconds | GetTimeNs () const override |
|
tResult | GetInterface (const char *i_strIID, void *&o_pInterface) override |
| Query interfaces on an object.
|
|
tResult | GetInterface (const char *i_strIID, const void *&o_pInterface) const override |
| Provides const correct interface querying.
|
|
void | Destroy () const override |
| Switch from non-virtual destructor to virtual destructor.
|
|
tResult | GetInterface (const char *i_strIID, void *&o_pInterface) override |
| Query interfaces on an object.
|
|
tResult | GetInterface (const char *i_strIID, const void *&o_pInterface) const override |
| Provides const correct interface querying.
|
|
void | Destroy () const override |
| Switch from non-virtual destructor to virtual destructor.
|
|
tResult | GetInterface (const char *i_strIID, void *&o_pInterface) override |
| Query interfaces on an object.
|
|
tResult | GetInterface (const char *i_strIID, const void *&o_pInterface) const override |
| Provides const correct interface querying.
|
|
void | Destroy () const override |
| Switch from non-virtual destructor to virtual destructor.
|
|
| ADTF_IID (IObject, "object.ant.ucom.adtf.iid") |
| Marks the IObject to be castable with the ucom_cast()
|
|