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
FrameImpl.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: FrameImpl.h
10
11
Description: Definition of pointer to implementation structure used by
12
AVT::VmbAPI::Frame.
13
Intended for use in the implementation of Vimba CPP API.
14
15
-------------------------------------------------------------------------------
16
17
THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED
18
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF TITLE,
19
NON-INFRINGEMENT, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
20
DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
21
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
22
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
23
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
24
AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
25
TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
28
=============================================================================*/
29
30
#ifndef AVT_VMBAPI_FRAMEIMPL_H
31
#define AVT_VMBAPI_FRAMEIMPL_H
32
33
namespace
AVT
{
34
namespace
VmbAPI {
35
36
struct
Frame::Impl
37
{
38
VmbUchar_t
*
m_pBuffer
;
39
bool
m_bIsUserBuffer
;
40
41
VmbFrame_t
m_frame
;
42
43
IFrameObserverPtr
m_pObserver
;
44
MutexPtr
m_pObserverMutex
;
45
46
bool
m_bAlreadyAnnounced
;
47
bool
m_bAlreadyQueued
;
48
49
void
Init
();
50
};
51
52
}}
53
54
#endif
AVT::VmbAPI::Frame::Impl::m_bIsUserBuffer
bool m_bIsUserBuffer
Definition:
FrameImpl.h:39
AVT::VmbAPI::Frame::Impl::m_pObserver
IFrameObserverPtr m_pObserver
Definition:
FrameImpl.h:43
AVT::VmbAPI::Frame::Impl
Definition:
FrameImpl.h:36
AVT::VmbAPI::Frame::Impl::m_pBuffer
VmbUchar_t * m_pBuffer
Definition:
FrameImpl.h:38
VmbUchar_t
unsigned char VmbUchar_t
Definition:
VmbCommonTypes.h:101
VmbFrame_t
Definition:
VimbaC.h:268
AVT::VmbAPI::Frame::Impl::m_bAlreadyQueued
bool m_bAlreadyQueued
Definition:
FrameImpl.h:47
AVT::VmbAPI::Frame::Impl::m_frame
VmbFrame_t m_frame
Definition:
FrameImpl.h:41
AVT::VmbAPI::Frame::Impl::m_pObserverMutex
MutexPtr m_pObserverMutex
Definition:
FrameImpl.h:44
AVT::VmbAPI::Frame::Impl::m_bAlreadyAnnounced
bool m_bAlreadyAnnounced
Definition:
FrameImpl.h:46
AVT
Definition:
AncillaryData.h:35
AVT::VmbAPI::Frame::Impl::Init
void Init()
Definition:
Frame.cpp:90
avt_vimba_camera
Author(s): Allied Vision Technologies, Miquel Massot
autogenerated on Fri Jun 2 2023 02:21:10