![]() |
VISR
0.12.0
Versatile Interactive Scene Renderer
|
Public Member Functions | |
ParameterType | parameterType () const override |
CommunicationProtocolType | protocolType () const override |
![]() | |
CommunicationProtocolBase () | |
virtual | ~CommunicationProtocolBase () |
virtual void | connectInput (Input *port)=0 |
virtual void | connectOutput (Output *port)=0 |
virtual bool | disconnectInput (Input *port) noexcept=0 |
virtual bool | disconnectOutput (Output *port) noexcept=0 |
|
inlineoverridevirtual |
Return the configured parameter type of this protocol instance. Derived protocols are requirted to override this method.
Implements visr::CommunicationProtocolBase.
|
inlineoverridevirtual |
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.