Pleora Technologies Inc. eBUS SDK v7.0.1.7536 API



Loading...
Searching...
No Matches
PvGenBoolean.h
1// *****************************************************************************
2//
3// Copyright (c) 2007, Pleora Technologies Inc., All rights reserved.
4//
5// *****************************************************************************
6
7#ifndef __PVGENBOOLEAN_H__
8#define __PVGENBOOLEAN_H__
9
10#include <PvGenParameter.h>
11
12
22{
23public:
24
34 PV_GENICAM_API PvResult SetValue( bool aValue );
35
43 PV_GENICAM_API PvResult GetValue( bool &aValue ) const;
44
45protected:
46
51
55 virtual ~PvGenBoolean();
56
57private:
58
59 // Not implemented
60 PvGenBoolean( const PvGenBoolean & );
61 const PvGenBoolean &operator=( const PvGenBoolean & );
62};
63
64#endif
GenICam feature: Boolean. A feature which can either be true or false.
Definition PvGenBoolean.h:22
PvResult GetValue(bool &aValue) const
Get the feature's value.
Definition PvGenBoolean.cpp:72
PvGenBoolean()
Constructor.
Definition PvGenBoolean.cpp:28
PvResult SetValue(bool aValue)
Set the feature's value.
Definition PvGenBoolean.cpp:46
virtual ~PvGenBoolean()
Destructor.
Definition PvGenBoolean.cpp:37
Base class for all GenICam feature types.
Definition PvGenParameter.h:44
Result information.
Definition PvResult.h:30

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