12345678910111213141516171819 |
- //-----------------------------------------------------------------------------
- // Basler pylon SDK
- // Copyright (c) 2012-2021 Basler AG
- // http://www.baslerweb.com
- // Author: AH
- //-----------------------------------------------------------------------------
- /*!
- \file
- \brief Includes for pylonUSB
- */
- #ifndef INCLUDED_PYLONUSBINCLUDES_H_3519251
- #define INCLUDED_PYLONUSBINCLUDES_H_3519251
- #include <pylon/Platform.h>
- #include <pylon/usb/BaslerUsbCamera.h>
- #include <pylon/usb/BaslerUsbInstantCameraArray.h> //includes also CBaslerUsbInstantCamera
- #endif /* INCLUDED_PYLONUSBINCLUDES_H_3519251 */
|