vrecko
virtual reality framework
|
#include <BaseClass.h>
Public Member Functions | |
virtual VreckoMessage * | createReturningCompatibleMessage ()=0 |
Same as IOPinBase::createCompatibleMessage() but for the returning message type. More... | |
Public Member Functions inherited from vrecko::IOPinBase | |
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... | |
Additional Inherited Members | |
Protected Attributes inherited from vrecko::IOPinBase | |
std::string | pinName |
BaseClass * | owner |
|
pure virtual |
Same as IOPinBase::createCompatibleMessage() but for the returning message type.
Implemented in vrecko::RequestOutputPin< _MessageType, _ReturningMessageType >, and vrecko::RequestInputPin< _MessageType, _ReturningMessageType >.