VR-Forces 4.6 Class Documentation
 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 
34  virtual std::string videoStreamName() const;
35  virtual void setVideoStreamName( const std::string& videoStreamName );
37 
39 
40  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::

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)