![]() |
Imt.Base C++ API V4.1.1.0
|
Event arguments which are passed when a timer is fired. More...
#include <Imt.Base.Dff.Runtime/inc/Imt.Base.Dff.Runtime/RuntimeTimerEvent.h>
Public Member Functions | |
RuntimeTimerEvent ()=default | |
Default Constructor. | |
RuntimeTimerEvent (::imt::base::core::serialization::Deserializer &buffer) | |
Constructor from deserialize. | |
uint16_t | getEventIdentifier () const final |
size_t | getEventSize () const final |
void | deserialize (::imt::base::core::serialization::Deserializer &buffer) final |
void | serialize (::imt::base::core::serialization::Serializer &buffer) const final |
void | setTimerIdentifier (RuntimeTimer::TimerHandle const timerHandle) |
Set the timer handle identifier which can be serialized. | |
RuntimeTimer::TimerHandle | getTimerIdentifier () const |
Get the timer handle identifier which has been deserialized. | |
bool | isEqual (RuntimeTimer::TimerHandle const timerHandle) const |
Determines whether the passed timerHandle is equal to the current event timer handle. | |
virtual uint16_t | getEventIdentifier () const =0 |
Get the event identifier. | |
virtual size_t | getEventSize () const =0 |
Get the size of this event data in bytes. | |
![]() | |
virtual void | deserialize (Deserializer &buffer)=0 |
Deserialize this object from the given deserialize. | |
virtual void | serialize (Serializer &buffer) const =0 |
Serialize this object into the given serializer. | |
Static Public Attributes | |
static constexpr uint32_t | MAX_SERIALIZED_SIZE_BYTES {sizeof(RuntimeTimer::TimerHandle)} |
Maximum serialized data bytes. | |
Additional Inherited Members | |
![]() | |
EventIfc () noexcept=default | |
EventIfc (EventIfc const &) noexcept=default | |
EventIfc (EventIfc &&) noexcept=default | |
~EventIfc () noexcept=default | |
EventIfc & | operator= (EventIfc const &) &noexcept=default |
EventIfc & | operator= (EventIfc &&) &noexcept=default |
![]() | |
SerializableIfc () noexcept=default | |
SerializableIfc (SerializableIfc const &) noexcept=default | |
SerializableIfc (SerializableIfc &&) noexcept=default | |
~SerializableIfc () noexcept=default | |
SerializableIfc & | operator= (SerializableIfc const &) &noexcept=default |
SerializableIfc & | operator= (SerializableIfc &&) &noexcept=default |
Event arguments which are passed when a timer is fired.
Protocol Identifier = RuntimeProtocolIdentifiers::TIMER
Definition at line 54 of file RuntimeTimerEvent.h.
|
default |
Default Constructor.
|
explicit |
Constructor from deserialize.
buffer | Deserializer. |
|
final |
|
finalvirtual |
Implements imt::base::dff::runtime::EventIfc.
|
finalvirtual |
Implements imt::base::dff::runtime::EventIfc.
RuntimeTimer::TimerHandle imt::base::dff::runtime::RuntimeTimerEvent::getTimerIdentifier | ( | ) | const |
Get the timer handle identifier which has been deserialized.
bool imt::base::dff::runtime::RuntimeTimerEvent::isEqual | ( | RuntimeTimer::TimerHandle const | timerHandle | ) | const |
Determines whether the passed timerHandle is equal to the current event timer handle.
timerHandle | The timer handle to compare with the current event timer handle. |
|
final |
void imt::base::dff::runtime::RuntimeTimerEvent::setTimerIdentifier | ( | RuntimeTimer::TimerHandle const | timerHandle | ) |
Set the timer handle identifier which can be serialized.
timerHandle | Timer handle to set. |
|
staticconstexpr |
Maximum serialized data bytes.
Definition at line 61 of file RuntimeTimerEvent.h.