33 virtual std::string videoStreamName()
const;
35 virtual void setVideoStreamName(
const std::string& videoStreamName );
39 virtual bool startOrStop()
const;
41 virtual void setStartOrStop(
bool startOrStop );
46 virtual void execute(
DtDe& de );
DtVideoCommandCreator creates DtVideoCommands.
Definition: DtVideoCommand.h:56
DtVrvCommandCreator is the base class for all command creators.
Definition: DtVrvCommand.h:44
bool myStartOrStop
Definition: DtVideoCommand.h:50
#define DT_DLL_VRVVIDEOSTREAM
Definition: vrvVideoStream.h:20
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
DtVideoCommand enables or disables the display of all radio communications (comm lines and squawk ind...
Definition: DtVideoCommand.h:22
DtVrvCommand is the base class for all commands.
Definition: DtVrvCommand.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
Contains DLL export macros.
Contains makVrv::DtVrvCommand and makVrv::DtVrvCommandCreator Classes.
std::string myVideoStreamName
Definition: DtVideoCommand.h:49