VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)