41 virtual void tick()
override;
Base class for all simulation event connectors in VREngage.
Definition simEventConnector.h:54
Top-level class representing the VR-Engage application.
Definition playerStationApp.h:163
virtual void shutdown() override
Shuts down the VR-Forces radio connector.
virtual ~DtRadioConnector() override
Virtual destructor.
DtRadioConnector()
Default constructor.
virtual void tick() override
Performs periodic processing (currently empty implementation)
virtual void install(DtPlayerStationApp *app, makVrv::DT_PROTOCOL_NAMESPACE::DtVrlinkConnection *connection)
Installs the radio processor into the connection.
Defines export macros and protocol namespace for vrePlayerStationConnector.
#define VRL_DLL
Empty definition for non-Windows platforms.
Definition export.h:52
Include export definitions for this library.
Definition glsVreMessageUtil.h:49
Defines the base DtSimEventConnector class for VREngage simulation events.
Defines the base class for all VREngage messages.