14 #include <boost/signals2.hpp>
34 virtual void setPort(
const unsigned int port);
36 virtual unsigned int port()
const;
#define DT_DLL_DEBUGDRAWCONNECTOR
Definition: export.h:15
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
Contains makVrv::DtVirtualBaseClass class.
makVrv::DtDe & myDe
Definition: debugDrawRendererPortManager.h:48
boost::signals2::signal< void(int)> signal_portChanged
emitted when the port has changed so the driver can start listening on it
Definition: debugDrawRendererPortManager.h:40
This class is a static singleton manager for getting debug draw renderer port.
Definition: debugDrawRendererPortManager.h:24
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70
unsigned int myDebugDrawRendererPort
Definition: debugDrawRendererPortManager.h:49