BaslerUniversalGrabResultPtr.h 904 B

1234567891011121314151617181920212223242526272829303132333435
  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 universal grab result data class.
  10. */
  11. #ifndef INCLUDED_BASLERUNIVERSALGRABRESULTPTR_H
  12. #define INCLUDED_BASLERUNIVERSALGRABRESULTPTR_H
  13. #pragma once
  14. #include <pylon/BaslerUniversalGrabResultData.h>
  15. #include <pylon/private/DeviceSpecificGrabResultPtr.h>
  16. namespace Pylon
  17. {
  18. /** \addtogroup Pylon_InstantCameraApiUniversal
  19. * @{
  20. */
  21. /// The Universal grab result smart pointer.
  22. PYLON_DEFINE_DEVICE_SPECIFIC_GRAB_RESULT_PTR( CBaslerUniversalGrabResultPtr, CBaslerUniversalGrabResultData )
  23. /**
  24. * @}
  25. */
  26. } // namespace Pylon
  27. #endif /* INCLUDED_BASLERUNIVERSALGRABRESULTPTR_H */