IFeatureObserver.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: IFeatureObserver.h
10 
11  Description: Definition of interface AVT::VmbAPI::IFeatureObserver.
12 
13 -------------------------------------------------------------------------------
14 
15  THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED
16  WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF TITLE,
17  NON-INFRINGEMENT, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
18  DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
19  INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
20  (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
21  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
22  AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
23  TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
24  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 
26 =============================================================================*/
27 
28 #ifndef AVT_VMBAPI_IFEATUREOBSERVER_H
29 #define AVT_VMBAPI_IFEATUREOBSERVER_H
30 
34 #include <vector>
35 
36 namespace AVT {
37 namespace VmbAPI {
38 
40 {
41  public:
42  //
43  // Method: FeatureChanged()
44  //
45  // Purpose: The event handler function that gets called whenever
46  // a feature has changed
47  //
48  // Parameters:
49  //
50  // [in] const FeaturePtr& pFeature The frame that has changed
51  //
52  IMEXPORT virtual void FeatureChanged( const FeaturePtr &pFeature ) = 0;
53 
54  //
55  // Method: IFeatureObserver destructor
56  //
57  // Purpose: Destroys an instance of class IFeatureObserver
58  //
59  IMEXPORT virtual ~IFeatureObserver() {}
60 
61  protected:
62  IMEXPORT IFeatureObserver() {}
63  IMEXPORT IFeatureObserver( const IFeatureObserver& ) { /* No copy ctor */ }
64 };
65 typedef std::vector<IFeatureObserverPtr> IFeatureObserverPtrVector;
66 
67 }} // namespace AVT::VmbAPI
68 
69 #endif
virtual IMEXPORT ~IFeatureObserver()
IMEXPORT IFeatureObserver(const IFeatureObserver &)
std::vector< IFeatureObserverPtr > IFeatureObserverPtrVector
virtual IMEXPORT void FeatureChanged(const FeaturePtr &pFeature)=0
NetPointer< Feature, AVT::VmbAPINET::Feature > FeaturePtr


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