◆ CommunicationProtocolBase()
visr::CommunicationProtocolBase::CommunicationProtocolBase |
|
default |
Default constructor. Because this class exports its symbol from a shared library, we need to provide an explicit constructor in order to avoid multiple auto-generated default constructors.
- Todo:
- Check whether this is necessary if the methods would be exported individually (rather than the whole class)
◆ parameterType()
ParameterType visr::python::visr::CommunicationProtocolWrapper::parameterType |
( |
| ) |
const |
|
inlineoverridevirtual |
Return the configured parameter type of this protocol instance. Derived protocols are requirted to override this method.
Implements visr::CommunicationProtocolBase.
◆ protocolType()
Return the protocol type (a numerical id) of the concrete derived protocol object. Derived protocol types are required to override this method.
Implements visr::CommunicationProtocolBase.
The documentation for this class was generated from the following file: