VR-Forces Development_Version Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrvVideoStream
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
12
#include <
vrvVideoStream/vrvVideoStream.h
>
13
14
#include <
vrvCore/DtVrvCommand.h
>
15
16
namespace
makVrv
17
{
18
22
class
DT_DLL_VRVVIDEOSTREAM
DtVideoCommand
:
public
DtVrvCommand
23
{
24
public
:
25
27
DtVideoCommand
();
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
;
50
bool
myStartOrStop
;
51
};
52
53
56
class
DT_DLL_VRVVIDEOSTREAM
DtVideoCommandCreator
:
public
DtVrvCommandCreator
57
{
58
public
:
59
61
DtVideoCommandCreator
(
GlobalIdConvertFunc
func );
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
)