Components/Libraries/XF/FreeRTOS/EventDelay

From UIT
Jump to: navigation, search

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