#include <IOPins.h>
template<class _MessageType , class _ReturningMessageType >
template<class _MessageType , class _ReturningMessageType >
template<class _MessageType , class _ReturningMessageType >
Creates an instance of a message type that is recognized by this input/output.
If you will create a new descendant class of type XY, this method will generally be:
virtual VreckoMessage* createCompatibleMessage() { return new XY; };
- Returns
- (VreckoMessage*)
Implements vrecko::IOPinBase.
template<class _MessageType , class _ReturningMessageType >
template<class _MessageType , class _ReturningMessageType >
osg::ref_ptr<_ReturningMessageType> vrecko::RequestOutputPin< _MessageType, _ReturningMessageType >::request |
( |
_MessageType * |
messageToBeSent | ) |
|
|
inline |
template<class _MessageType , class _ReturningMessageType >
The documentation for this class was generated from the following file:
- C:/Documents/School/OSG/VRECKO/include/vrecko/IOPins.h