PostprocessingTest_TestStatic.h 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. //-----------------------------------------------------------------------------
  2. // (c) 2004-2008 by Basler Vision Technologies
  3. // Section: Vision Components
  4. // Project: GenApi
  5. //-----------------------------------------------------------------------------
  6. /*!
  7. \file
  8. \brief XML file extracted from test code
  9. */
  10. //-----------------------------------------------------------------------------
  11. // This file is generated automatically
  12. // Do not modify!
  13. //-----------------------------------------------------------------------------
  14. #ifndef SnipperTest_PostprocessingTest_TestStatic_PTR_H
  15. #define SnipperTest_PostprocessingTest_TestStatic_PTR_H
  16. #include <GenApi/NodeMapRef.h>
  17. #include "PostprocessingTest_TestStaticParams.h"
  18. //! The namespace containing the device's control interface and related enumeration types
  19. namespace SnipperTest_PostprocessingTest_TestStatic
  20. {
  21. //**************************************************************************************************
  22. // Access class
  23. //**************************************************************************************************
  24. //! XML file extracted from test code
  25. class CPostprocessingTest_TestStatic
  26. : public GenApi::CNodeMapRefT<SnipperTest_PostprocessingTest_TestStatic::CPostprocessingTest_TestStatic_Params>
  27. {
  28. public:
  29. //! Constructor
  30. CPostprocessingTest_TestStatic(GenICam::gcstring DeviceName = "Device") : GenApi::CNodeMapRefT<SnipperTest_PostprocessingTest_TestStatic::CPostprocessingTest_TestStatic_Params>(DeviceName)
  31. {
  32. }
  33. };
  34. } // namespace SnipperTest_PostprocessingTest_TestStatic
  35. #endif // SnipperTest_PostprocessingTest_TestStatic_PTR_H