Event arguments which are passed when a timer is fired.
More...
#include <Imt.Base.Dff.Runtime/RuntimeTimerEvent.h>
Event arguments which are passed when a timer is fired.
Protocol Identifier = RuntimeProtocolIdentifiers::TIMER
◆ RuntimeTimerEvent() [1/2]
imt::base::dff::runtime::RuntimeTimerEvent::RuntimeTimerEvent |
( |
void |
| ) |
|
|
explicit |
◆ RuntimeTimerEvent() [2/2]
Constructor from deserializer.
- Parameters
-
deserializer | Deserializer. |
◆ ~RuntimeTimerEvent()
virtual imt::base::dff::runtime::RuntimeTimerEvent::~RuntimeTimerEvent |
( |
void |
| ) |
|
|
virtual |
◆ deserialize()
◆ getTimerIdentifier()
Get the timer handle identifier which has been deserialized.
- Returns
- Timer handle.
◆ isEqual()
Determines whether the passed timerHandle is equal to the current event timer handle.
- Parameters
-
timerHandle | The timer handle to compare with the current event timer handle. |
- Returns
- True if the specified timer handle is equal to the event timer handle, false otherwise.
◆ serialize()
◆ setTimerIdentifier()
Set the timer handle identifier which can be serialized.
- Parameters
-
timerHandle | Timer handle to set. |
◆ MAX_SERIALIZED_SIZE_BYTES
Maximum serialized data bytes.
The documentation for this class was generated from the following file: