orca-robotics


INTRODUCTION
Overview
Download and Install
Documentation

REPOSITORY
Interfaces
Drivers
Libraries
Utilities
Software Map

DEVELOPER
Dashboard

PEOPLE
Contributors
Users

SourceForge.net Logo
Project
Download
Mailing lists

 

         

hydroiceutil::EventQueueHolder Class Reference

A class which lets outsiders to post events into its own event queue. More...

#include <eventqueue.h>

List of all members.

Public Member Functions

virtual void postEvent (const EventPtr &e)=0
void postEvent (int type)
 Convenience function, posts an Event of given type.


Detailed Description

A class which lets outsiders to post events into its own event queue.

An outsider is only allowed to post events, but not to get or clear them, etc.


Member Function Documentation

virtual void hydroiceutil::EventQueueHolder::postEvent const EventPtr e  )  [pure virtual]
 

Adds event to the queue. A typical implementation, if the derived class has an event queue as a member:

virtual void postEvent( const hydroiceutil::EventPtr& e ) { events_->add( e ); };


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

Webmaster: Tobias Kaupp (tobasco at users.sourceforge.net)


Generated for Orca Robotics by  doxygen 1.4.5