RTXI  2.4
The Real-Time eXperiment Interface Documentation
Public Member Functions | Friends
RT::Event Class Referenceabstract

#include <rt.h>

Inheritance diagram for RT::Event:
Inheritance graph
Collaboration diagram for RT::Event:
Collaboration graph

Public Member Functions

 Event (void)
 
virtual ~Event (void)
 
virtual int callback (void)=0
 

Friends

class System
 

Detailed Description

A token passed to the realtime task through System::postEvent() for synchronization.

See also
RT::System::postEvent()

Definition at line 82 of file rt.h.

Constructor & Destructor Documentation

◆ Event()

RT::Event::Event(void )

Definition at line 98 of file rt.cpp.

◆ ~Event()

RT::Event::~Event(void )
virtual

Definition at line 103 of file rt.cpp.

Member Function Documentation

◆ callback()

virtual int RT::Event::callback(void )
pure virtual

Function called by the realtime task in System::postEvent()

See also
RT::System::postEvent()

Friends And Related Function Documentation

◆ System

friend class System
friend

Definition at line 85 of file rt.h.


The documentation for this class was generated from the following files: