BaslerGigEGrabResultPtr.h 892 B

123456789101112131415161718192021222324252627282930313233
  1. //-----------------------------------------------------------------------------
  2. // Basler pylon SDK
  3. // Copyright (c) 2010-2021 Basler AG
  4. // http://www.baslerweb.com
  5. // Author: Andreas Gau
  6. //-----------------------------------------------------------------------------
  7. /*!
  8. \file
  9. \brief Pylon GigE specific grab result data class.
  10. */
  11. #ifndef INCLUDED_BASLERGIGEGRABRESULTPTR_H_4564157
  12. #define INCLUDED_BASLERGIGEGRABRESULTPTR_H_4564157
  13. #include <pylon/gige/BaslerGigEGrabResultData.h>
  14. #include <pylon/private/DeviceSpecificGrabResultPtr.h>
  15. namespace Pylon
  16. {
  17. /** \addtogroup Pylon_InstantCameraApiGigE
  18. * @{
  19. */
  20. /// The GigE specific grab result smart pointer.
  21. PYLON_DEFINE_DEVICE_SPECIFIC_GRAB_RESULT_PTR( CBaslerGigEGrabResultPtr, CBaslerGigEGrabResultData )
  22. /**
  23. * @}
  24. */
  25. } // namespace Pylon
  26. #endif /* INCLUDED_BASLERGIGEGRABRESULTPTR_H_4564157 */