1234567891011121314151617181920 |
- //-----------------------------------------------------------------------------
- // Basler pylon SDK
- // Copyright (c) 2008-2021 Basler AG
- // http://www.baslerweb.com
- // Author: JS
- //-----------------------------------------------------------------------------
- /*!
- \file
- \brief Includes used by CLSer camera classes
- */
- #ifndef PYLON_CLSER_INCLUDED_INCLUDED__
- #define PYLON_CLSER_INCLUDED_INCLUDED__
- #pragma message ("Warning: Please do not include this file. Use 'PylonCameraLinkIncludes.h' instead. This is for backward compatibility only.")
- #include <pylon/cameralink/PylonCameraLinkIncludes.h>
- #endif // PYLON_CLSER_INCLUDED_INCLUDED__
|