Components/Libraries/XF/FreeRTOS/EventDelay

From UIT
(Difference between revisions)
Jump to: navigation, search
(Parameters)
 
Line 8: Line 8:
 
=== Description ===
 
=== Description ===
 
The constructor of the Event delay
 
The constructor of the Event delay
== Parameters ==
+
=== Parameters ===
 
Event* '''opEv''' : the event that need a timeout
 
Event* '''opEv''' : the event that need a timeout
 +
 
== ~EventDelay() [virtual] ==
 
== ~EventDelay() [virtual] ==
 
=== Description ===
 
=== Description ===

Latest revision as of 20:28, 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