Equalizer  1.4.1
Public Member Functions
eq::EventICommand Class Reference

A command specialization for config events. More...

#include <eventICommand.h>

+ Inheritance diagram for eq::EventICommand:
+ Collaboration diagram for eq::EventICommand:

List of all members.

Public Member Functions

 EventICommand (const co::ICommand &command)
 EventICommand (const EventICommand &rhs)
 Copy-construct an event command.
 ~EventICommand ()
 Destruct an event command.
uint32_t getEventType () const
 Returns the event type.

Detailed Description

A command specialization for config events.

Event commands are generated by Config::sendEvent and arrive in Config::handleEvent. User data can be extracted with the API provided by co::DataIStream. The user data sent with this command is added while sending the event.

Definition at line 38 of file eventICommand.h.


Constructor & Destructor Documentation

eq::EventICommand::EventICommand ( const EventICommand rhs)

Copy-construct an event command.

Version:
1.5.1

Destruct an event command.

Version:
1.5.1

Member Function Documentation

uint32_t eq::EventICommand::getEventType ( ) const

Returns the event type.

The data extracted from this event has to match the data streamed to the EventOCommand by the event's sender. Equalizer events use an event type less than Event::USER. For those events, the data in this command is the eq::Event struct.

Returns:
the event type.
Version:
1.5.1

The documentation for this class was generated from the following file:
Generated on Mon Nov 26 2012 14:41:50 for Equalizer 1.4.1 by  doxygen 1.7.6.1