Class Event

Class Documentation

class Event

Public Functions

Event()

Default construct.

Set the default value to false

bool set()

Set the Event state value to true.

Returns:

The state value before the call.

bool check()

Get the state value of the Event.

Returns:

the Event state value

bool check_and_clear()

Get the state value of the Event and set to false.

Returns:

the Event state value