EnumFeature.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: EnumFeature.h
10 
11  Description: Definition of class AVT::VmbAPI::EnumFeature.
12  (For internal use only)
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_ENUMFEATURE_H
30 #define AVT_VMBAPI_ENUMFEATURE_H
31 
32 #include <VimbaC/Include/VimbaC.h>
36 
37 namespace AVT {
38 namespace VmbAPI {
39 
40 class EnumFeature : public BaseFeature
41 {
42  public:
43  EnumFeature( const VmbFeatureInfo_t *featureInfo, FeatureContainer* const pFeatureContainer );
44 
45  IMEXPORT virtual VmbErrorType SetValue( const char *pValue );
46 
47  IMEXPORT virtual VmbErrorType GetEntry( EnumEntry &entry, const char *pEntryName ) const;
48 
49  IMEXPORT virtual VmbErrorType GetValue( VmbInt64_t &value ) const;
50  IMEXPORT virtual VmbErrorType SetValue( const VmbInt64_t &value );
51 
52  IMEXPORT virtual VmbErrorType IsValueAvailable( const char *pStrValue, bool &available ) const;
53  IMEXPORT virtual VmbErrorType IsValueAvailable( const VmbInt64_t value, bool &available ) const;
54 
55  private:
56  // Copy of enum elements
60 
61  // Array functions to pass data across DLL boundaries
62  IMEXPORT virtual VmbErrorType GetValue( char * const pValue, VmbUint32_t &size ) const;
63  IMEXPORT virtual VmbErrorType GetValues( const char **pValues, VmbUint32_t &size );
64  IMEXPORT virtual VmbErrorType GetValues( VmbInt64_t *pValue, VmbUint32_t &size );
65  IMEXPORT virtual VmbErrorType GetEntries( EnumEntry *pEntries, VmbUint32_t &size );
66 };
67 
68 }} // namespace AVT::VmbAPI
69 
70 #endif
EnumEntryVector m_EnumEntries
Definition: EnumFeature.h:59
std::vector< EnumEntry > EnumEntryVector
EnumFeature(const VmbFeatureInfo_t *featureInfo, FeatureContainer *const pFeatureContainer)
Definition: EnumFeature.cpp:35
long long VmbInt64_t
StringVector m_EnumStringValues
Definition: EnumFeature.h:57
virtual IMEXPORT VmbErrorType GetEntries(EnumEntry *pEntries, VmbUint32_t &size)
VmbErrorType
std::vector< std::string > StringVector
virtual IMEXPORT VmbErrorType GetValue(VmbInt64_t &value) const
Definition: EnumFeature.cpp:77
unsigned int VmbUint32_t
virtual IMEXPORT VmbErrorType IsValueAvailable(const char *pStrValue, bool &available) const
virtual IMEXPORT VmbErrorType GetEntry(EnumEntry &entry, const char *pEntryName) const
Definition: EnumFeature.cpp:94
Int64Vector m_EnumIntValues
Definition: EnumFeature.h:58
virtual IMEXPORT VmbErrorType SetValue(const char *pValue)
std::vector< VmbInt64_t > Int64Vector
virtual IMEXPORT VmbErrorType GetValues(const char **pValues, VmbUint32_t &size)


avt_vimba_camera
Author(s): Miquel Massot , Allied Vision Technologies
autogenerated on Mon Jun 10 2019 12:50:38