Pleora Technologies Inc. eBUS SDK v5.1.10.4642 API



PvGenInteger.h
1 // *****************************************************************************
2 //
3 // Copyright (c) 2007, Pleora Technologies Inc., All rights reserved.
4 //
5 // *****************************************************************************
6 
7 #ifndef __PVGENINTEGER_H__
8 #define __PVGENINTEGER_H__
9 
10 #include <PvGenParameter.h>
11 
12 
14 {
15 public:
16 
17  PV_GENICAM_API PvResult SetValue( int64_t aValue );
18  PV_GENICAM_API PvResult GetValue( int64_t &aValue ) const;
19 
20  PV_GENICAM_API PvResult GetMin( int64_t &aMin ) const;
21  PV_GENICAM_API PvResult GetMax( int64_t &aMax ) const;
22  PV_GENICAM_API PvResult GetIncrement( int64_t &aIncrement ) const;
23 
24  PV_GENICAM_API PvResult GetRepresentation( PvGenRepresentation &aRepresentation ) const;
25 
26 protected:
27 
28  PvGenInteger();
29  virtual ~PvGenInteger();
30 
31 private:
32 
33  // Not implemented
34  PvGenInteger( const PvGenInteger & );
35  const PvGenInteger &operator=( const PvGenInteger & );
36 
37 };
38 
39 #endif
PvResult GetRepresentation(PvGenRepresentation &aRepresentation) const
Get the feature&#39;s suggested presentation format.
Definition: PvGenInteger.cpp:210
Result information.
Definition: PvResult.h:13
PvResult GetMin(int64_t &aMin) const
Get the feature&#39;s limits (minimum).
Definition: PvGenInteger.cpp:114
PvResult GetMax(int64_t &aMax) const
Get the feature&#39;s limits (maximum).
Definition: PvGenInteger.cpp:143
PvGenRepresentation
Definition: PvGenTypes.h:35
PvResult SetValue(int64_t aValue)
Set the feature&#39;s new value.
Definition: PvGenInteger.cpp:56
PvResult GetIncrement(int64_t &aIncrement) const
Get the feature&#39;s suggested increment.
Definition: PvGenInteger.cpp:179
Base class for all GenICam feature types.
Definition: PvGenParameter.h:38
virtual ~PvGenInteger()
Destructor.
Definition: PvGenInteger.cpp:41
PvResult GetValue(int64_t &aValue) const
Get the feature&#39;s value.
Definition: PvGenInteger.cpp:86
GenICam feature: Integer.
Definition: PvGenInteger.h:13
PvGenInteger()
Constructor.
Definition: PvGenInteger.cpp:32

Copyright (c) 2002-2018 Pleora Technologies Inc.
www.pleora.com