The output of the IT cortex, i.e. information about the object. More...
#include <Media/MediaSimEvents.H>
Public Member Functions | |
SimEventITOutput (SimModule *src, const rutz::shared_ptr< TestImages::ObjData > objData) | |
Constuctor. | |
virtual | ~SimEventITOutput () |
Destructor. | |
rutz::shared_ptr < TestImages::ObjData > | getObjData () const |
The output of the IT cortex, i.e. information about the object.
Any module can use this event to post knowledge of an object. For example IT can determine the object type and post this event.
Definition at line 207 of file MediaSimEvents.H.
SimEventITOutput::SimEventITOutput | ( | SimModule * | src, | |
const rutz::shared_ptr< TestImages::ObjData > | objData | |||
) |
Constuctor.
Definition at line 162 of file MediaSimEvents.C.
SimEventITOutput::~SimEventITOutput | ( | ) | [virtual] |
Destructor.
Definition at line 167 of file MediaSimEvents.C.