Pleora Technologies Inc. eBUS SDK v5.1.10.4642 API



PvGenString.h
1 // *****************************************************************************
2 //
3 // Copyright (c) 2007, Pleora Technologies Inc., All rights reserved.
4 //
5 // *****************************************************************************
6 
7 #ifndef __PVGENSTRING_H__
8 #define __PVGENSTRING_H__
9 
10 #include <PvGenParameter.h>
11 
12 
14 {
15 public:
16 
17  PV_GENICAM_API PvResult SetValue( const PvString &aValue );
18  PV_GENICAM_API PvResult GetValue( PvString &aValue ) const;
19 
20  PV_GENICAM_API PvResult GetMaxLength( int64_t &aMaxLength ) const;
21 
22 protected:
23 
24  PvGenString();
25  virtual ~PvGenString();
26 
27 private:
28 
29  // Not implemented
30  PvGenString( const PvGenString & );
31  const PvGenString &operator=( const PvGenString & );
32 };
33 
34 #endif
String class.
Definition: PvString.h:21
Result information.
Definition: PvResult.h:13
PvResult SetValue(const PvString &aValue)
Set the feature&#39;s value.
Definition: PvGenString.cpp:57
PvResult GetValue(PvString &aValue) const
Get the feature&#39;s value.
Definition: PvGenString.cpp:102
Base class for all GenICam feature types.
Definition: PvGenParameter.h:38
virtual ~PvGenString()
Destructor.
Definition: PvGenString.cpp:41
PvResult GetMaxLength(int64_t &aMaxLength) const
Returns the maximum length of the string.
Definition: PvGenString.cpp:135
GenICam feature: String.
Definition: PvGenString.h:13
PvGenString()
Constructor.
Definition: PvGenString.cpp:32

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