PylonCLSerIncludes.h 646 B

1234567891011121314151617181920
  1. //-----------------------------------------------------------------------------
  2. // Basler pylon SDK
  3. // Copyright (c) 2008-2021 Basler AG
  4. // http://www.baslerweb.com
  5. // Author: JS
  6. //-----------------------------------------------------------------------------
  7. /*!
  8. \file
  9. \brief Includes used by CLSer camera classes
  10. */
  11. #ifndef PYLON_CLSER_INCLUDED_INCLUDED__
  12. #define PYLON_CLSER_INCLUDED_INCLUDED__
  13. #pragma message ("Warning: Please do not include this file. Use 'PylonCameraLinkIncludes.h' instead. This is for backward compatibility only.")
  14. #include <pylon/cameralink/PylonCameraLinkIncludes.h>
  15. #endif // PYLON_CLSER_INCLUDED_INCLUDED__