Stefan Scholz / ETL
Embed: (wiki syntax)

« Back to documentation index

message_timer_data Struct Reference

message_timer_data Struct Reference

The configuration of a timer. More...

#include <message_timer.h>

Public Member Functions

bool is_active () const
 Returns true if the timer is active.
void set_inactive ()
 Sets the timer to the inactive state.

Detailed Description

The configuration of a timer.

Definition at line 52 of file message_timer.h.


Member Function Documentation

bool is_active (  ) const

Returns true if the timer is active.

Definition at line 97 of file message_timer.h.

void set_inactive (  )

Sets the timer to the inactive state.

Definition at line 105 of file message_timer.h.