Params.h //----------------------------------------------------------------------------- // (c) 2004-2008 by Basler Vision Technologies // Section: Vision Components // Project: GenApi //----------------------------------------------------------------------------- /*! \file \brief */ //----------------------------------------------------------------------------- // This file is generated automatically // Do not modify! //----------------------------------------------------------------------------- _ #ifndef _PTR_H #define _PTR_H #include <GenApi/NodeMapRef.h> #include "" //! The namespace containing the device's control interface and related enumeration types namespace { //************************************************************************************************** // Access class //************************************************************************************************** //! class C : public GenApi::CNodeMapRefT<::C_Params> { public: //! Constructor C(GenICam::gcstring DeviceName = "Device") : GenApi::CNodeMapRefT<::C_Params>(DeviceName) { } }; } // namespace #endif // _PTR_H