Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
b
c
d
e
f
g
i
k
l
o
p
r
s
t
u
Functions
Variables
Typedefs
Enumerations
Enumerator
+
Classes
Class List
Class Hierarchy
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
~
+
Functions
a
b
c
d
e
f
g
h
i
l
m
o
p
q
r
s
t
u
v
w
~
+
Variables
_
a
b
c
d
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
Typedefs
Enumerations
Enumerator
Related Functions
+
Files
File List
+
File Members
+
All
d
g
i
l
m
s
v
+
Functions
m
v
Variables
+
Typedefs
v
Enumerations
+
Enumerator
v
Macros
include
VimbaCPP
Source
CommandFeature.h
Go to the documentation of this file.
1
/*=============================================================================
2
Copyright (C) 2012 Allied Vision Technologies. All Rights Reserved.
3
4
Redistribution of this file, in original or modified form, without
5
prior written consent of Allied Vision Technologies is prohibited.
6
7
-------------------------------------------------------------------------------
8
9
File: CommandFeature.h
10
11
Description: Definition of class AVT::VmbAPI::CommandFeature.
12
Intended for use in the implementation of Vimba CPP API.
13
14
-------------------------------------------------------------------------------
15
16
THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED
17
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF TITLE,
18
NON-INFRINGEMENT, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
19
DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
20
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
21
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
22
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
23
AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
24
TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
25
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26
27
=============================================================================*/
28
29
#ifndef AVT_VMBAPI_COMMANDFEATURE_H
30
#define AVT_VMBAPI_COMMANDFEATURE_H
31
32
#include <
VimbaC/Include/VmbCommonTypes.h
>
33
#include <
VimbaCPP/Include/VimbaCPPCommon.h
>
34
#include <
VimbaCPP/Source/BaseFeature.h
>
35
#include <
VimbaCPP/Include/FeatureContainer.h
>
36
37
namespace
AVT
{
38
namespace
VmbAPI {
39
40
class
CommandFeature
:
public
BaseFeature
41
{
42
public
:
43
CommandFeature
(
const
VmbFeatureInfo_t
*featureInfo,
FeatureContainer
*pFeatureContainer );
44
45
IMEXPORT
virtual
VmbErrorType
RunCommand
();
46
47
IMEXPORT
virtual
VmbErrorType
IsCommandDone
(
bool
& isDone )
const
;
48
};
49
50
}}
// namespace AVT::VmbAPI
51
52
#endif
VmbErrorType
VmbErrorType
Definition:
VmbCommonTypes.h:106
BaseFeature.h
AVT::VmbAPI::CommandFeature::RunCommand
virtual IMEXPORT VmbErrorType RunCommand()
Definition:
CommandFeature.cpp:39
VimbaCPPCommon.h
AVT
Definition:
AncillaryData.h:35
FeatureContainer.h
AVT::VmbAPI::CommandFeature
Definition:
CommandFeature.h:40
AVT::VmbAPI::CommandFeature::IsCommandDone
virtual IMEXPORT VmbErrorType IsCommandDone(bool &isDone) const
Definition:
CommandFeature.cpp:49
AVT::VmbAPI::BaseFeature
Definition:
BaseFeature.h:39
AVT::VmbAPI::FeatureContainer
Definition:
FeatureContainer.h:40
AVT::VmbAPI::CommandFeature::CommandFeature
CommandFeature(const VmbFeatureInfo_t *featureInfo, FeatureContainer *pFeatureContainer)
Definition:
CommandFeature.cpp:34
VmbCommonTypes.h
VmbFeatureInfo
Definition:
VimbaC.h:207
avt_vimba_camera
Author(s): Allied Vision Technologies, Miquel Massot
autogenerated on Fri Jun 2 2023 02:21:10