PylonUsbIncludes.h 606 B

12345678910111213141516171819
  1. //-----------------------------------------------------------------------------
  2. // Basler pylon SDK
  3. // Copyright (c) 2012-2021 Basler AG
  4. // http://www.baslerweb.com
  5. // Author: AH
  6. //-----------------------------------------------------------------------------
  7. /*!
  8. \file
  9. \brief Includes for pylonUSB
  10. */
  11. #ifndef INCLUDED_PYLONUSBINCLUDES_H_3519251
  12. #define INCLUDED_PYLONUSBINCLUDES_H_3519251
  13. #include <pylon/Platform.h>
  14. #include <pylon/usb/BaslerUsbCamera.h>
  15. #include <pylon/usb/BaslerUsbInstantCameraArray.h> //includes also CBaslerUsbInstantCamera
  16. #endif /* INCLUDED_PYLONUSBINCLUDES_H_3519251 */