VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtVideoCommand.h
Go to the documentation of this file.
1 /******************************************************************************
2  * Copyright (c) 2012 MAK Technologies, Inc.
3  * All rights reserved.
4  ******************************************************************************/
5 
9 
10 #pragma once
11 
13 
14 #include <vrvCore/DtVrvCommand.h>
15 
16 namespace makVrv
17 {
18 
23  {
24  public:
25 
28 
30  virtual ~DtVideoCommand();
31 
33  virtual std::string videoStreamName() const;
35  virtual void setVideoStreamName( const std::string& videoStreamName );
37 
39  virtual bool startOrStop() const;
41  virtual void setStartOrStop( bool startOrStop );
43 
46  virtual void execute( DtDe& de );
47 
48  protected:
49  std::string myVideoStreamName;
51  };
52 
53 
57  {
58  public:
59 
62 
64  virtual ~DtVideoCommandCreator();
65 
67  virtual DtVrvCommand* create( vrvControlToolkit::DtVrvControl_v1* control );
68 
69  };
70 
71 } //makVrv::
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
Base structure for all controls.
Definition: vrvControlToolkitDataTypes.h:277
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:72
Contains DLL export macros.
Contains makVrv::DtVrvCommand and makVrv::DtVrvCommandCreator Classes.
std::string myVideoStreamName
Definition: DtVideoCommand.h:49

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)