#include <IOPins.h>
template<class _MessageType>
template<class _MessageType>
template<class _MessageType>
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>
template<class _MessageType>
The documentation for this class was generated from the following file:
- C:/Documents/School/OSG/VRECKO/include/vrecko/IOPins.h