//----------------------------------------------------------------------------- // (c) 2004-2008 by Basler Vision Technologies // Section: Vision Components // Project: GenApi //----------------------------------------------------------------------------- /*! \file \brief XML file extracted from test code */ //----------------------------------------------------------------------------- // This file is generated automatically // Do not modify! //----------------------------------------------------------------------------- #ifndef SnipperTest_PostprocessingTest_TestStatic_PTR_H #define SnipperTest_PostprocessingTest_TestStatic_PTR_H #include #include "PostprocessingTest_TestStaticParams.h" //! The namespace containing the device's control interface and related enumeration types namespace SnipperTest_PostprocessingTest_TestStatic { //************************************************************************************************** // Access class //************************************************************************************************** //! XML file extracted from test code class CPostprocessingTest_TestStatic : public GenApi::CNodeMapRefT { public: //! Constructor CPostprocessingTest_TestStatic(GenICam::gcstring DeviceName = "Device") : GenApi::CNodeMapRefT(DeviceName) { } }; } // namespace SnipperTest_PostprocessingTest_TestStatic #endif // SnipperTest_PostprocessingTest_TestStatic_PTR_H