Components/Libraries/XF/FreeRTOS/EventDelay

(Difference between revisions)
Jump to: navigation, search
(Parameters =)
Line 3: Line 3:
 
This class is a timer that can manage the delay of an event
 
This class is a timer that can manage the delay of an event
 
= Member Attributes =
 
= Member Attributes =
Event* _pEv : the event that need a delay
+
Event* '''_pEv''' : the event that need a delay
 
= Member Functions Documentation =
 
= Member Functions Documentation =
 
== EventDelay(Event* opEv) ==
 
== EventDelay(Event* opEv) ==
Line 10: Line 10:
 
== Parameters ==
 
== Parameters ==
 
Event* '''opEv''' : the event that need a timeout
 
Event* '''opEv''' : the event that need a timeout
 +
== ~EventDelay() [virtual] ==
 +
=== Description ===
 +
The destructor of the EventDelay
 +
== Event* getEvent() ==
 +
=== Description ===
 +
Returns the event
 +
== void callback() [virtual] [protected] ==
 +
=== Description ===
 +
The function called when the delay expire. It will call the timer manager to notify it that the delay expires

Revision as of 20:27, 24 August 2017

Contents

EventDelay

This class is a timer that can manage the delay of an event

Member Attributes

Event* _pEv : the event that need a delay

Member Functions Documentation

EventDelay(Event* opEv)

Description

The constructor of the Event delay

Parameters

Event* opEv : the event that need a timeout

~EventDelay() [virtual]

Description

The destructor of the EventDelay

Event* getEvent()

Description

Returns the event

void callback() [virtual] [protected]

Description

The function called when the delay expire. It will call the timer manager to notify it that the delay expires

Personal tools
Namespaces
Variants
Actions
Navigation
Browse
Toolbox