Pleora Technologies Inc. eBUS SDK v5.1.10.4642 API



PvGenFloat.h
1 // *****************************************************************************
2 //
3 // Copyright (c) 2007, Pleora Technologies Inc., All rights reserved.
4 //
5 // *****************************************************************************
6 
7 #ifndef __PVGENFLOAT_H__
8 #define __PVGENFLOAT_H__
9 
10 #include <PvGenParameter.h>
11 
12 
13 class PvGenFloat : public PvGenParameter
14 {
15 public:
16 
17  PV_GENICAM_API PvResult SetValue( double aValue );
18  PV_GENICAM_API PvResult GetValue( double &aValue ) const;
19 
20  PV_GENICAM_API PvResult GetMin( double &aMin ) const;
21  PV_GENICAM_API PvResult GetMax( double &aMax ) const;
22 
23  PV_GENICAM_API PvResult GetRepresentation( PvGenRepresentation &aRepresentation ) const;
24 
25  PV_GENICAM_API PvResult GetUnit( PvString &aUnit ) const;
26 
27 protected:
28 
29  PvGenFloat();
30  virtual ~PvGenFloat();
31 
32 private:
33 
34  // Not implemented
35  PvGenFloat( const PvGenFloat & );
36  const PvGenFloat &operator=( const PvGenFloat & );
37 };
38 
39 #endif
PvResult GetValue(double &aValue) const
Get the feature&#39;s value.
Definition: PvGenFloat.cpp:89
PvResult GetMin(double &aMin) const
Get the feature&#39;s limits (minimum).
Definition: PvGenFloat.cpp:118
String class.
Definition: PvString.h:21
Result information.
Definition: PvResult.h:13
PvResult GetRepresentation(PvGenRepresentation &aRepresentation) const
Get the feature&#39;s suggested presentation format.
Definition: PvGenFloat.cpp:177
PvResult GetMax(double &aMax) const
Get the feature&#39;s limits (maximum).
Definition: PvGenFloat.cpp:146
GenICam feature: Float.
Definition: PvGenFloat.h:13
PvResult SetValue(double aValue)
Set the feature&#39;s value.
Definition: PvGenFloat.cpp:58
PvGenRepresentation
Definition: PvGenTypes.h:35
PvGenFloat()
Constructor.
Definition: PvGenFloat.cpp:33
Base class for all GenICam feature types.
Definition: PvGenParameter.h:38
PvResult GetUnit(PvString &aUnit) const
Get the feature&#39;s measurement unit.
Definition: PvGenFloat.cpp:235
virtual ~PvGenFloat()
Destructor.
Definition: PvGenFloat.cpp:42

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