#include <BaseClass.h>
|
virtual void | processMessage (VreckoMessage *message)=0 |
| Method that is called when the actual message is received. More...
|
|
std::string & | getPinName () |
| Returns the name of the current IO pin. Every pin must have a name that is unique in its ability and in its "type", i.e. two input pins with the same name should exist, but you can create input and also output pins with the identical name. More...
|
|
virtual VreckoMessage * | createCompatibleMessage ()=0 |
| Creates an instance of a message type that is recognized by this input/output. More...
|
|
virtual void vrecko::InputPinBase::processMessage |
( |
VreckoMessage * |
message | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file:
- C:/Documents/School/OSG/VRECKO/include/vrecko/BaseClass.h