VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
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 Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)