17 using namespace makVrv;
19 namespace MyViewControl
37 virtual void setEntityId(
const DtUniqueID& entityId );
40 virtual const std::string& sensorName();
41 virtual void setSensorName(
const std::string& sensorName );
44 virtual const std::string& observerName();
45 virtual void setObserverName(
const std::string& observerName );
48 virtual bool createOverlay()
const;
49 virtual void setCreateOverlay(
bool );
55 virtual void execute(
DtDe& de );
DtVrvCommandCreator is the base class for all command creators.
Definition: DtVrvCommand.h:44
std::string myObserverName
Definition: MyAttachObserverCommand.h:60
boost::function< DtUniqueID(const std::string &)> GlobalIdConvertFunc
typedef for the function that takes a protocol specific id (as a string) and looks up the DtUniqueID ...
Definition: DtVrvCommand.h:40
MyAttachObserverCommand is a custom VR-Vantage class that processes view control messages with the co...
Definition: MyAttachObserverCommand.h:26
unsigned long long DtUniqueID
Definition: DtUniqueID.h:19
bool myCreateOverlay
Definition: MyAttachObserverCommand.h:61
Contains MyControlToolkit control structures and defines.
std::string mySensorName
Definition: MyAttachObserverCommand.h:59
DtUniqueID myEntityId
Definition: MyAttachObserverCommand.h:58
DtVrvCommand is the base class for all commands.
Definition: DtVrvCommand.h:24
#define DT_DLL_EXAMPLEVIEWCONTROL
Definition: exampleViewControlPlugin.h:18
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:76
Contains makVrv::DtVrvCommand and makVrv::DtVrvCommandCreator Classes.
MyAttachObserverCommandCreator creates a MyAttachObserverCommand. It is registered with the DtSharedV...
Definition: MyAttachObserverCommand.h:68