PylonCLSerDeviceInfo.h 547 B

12345678910111213141516171819
  1. //-----------------------------------------------------------------------------
  2. // Basler pylon SDK
  3. // Copyright (c) 2007-2021 Basler AG
  4. // http://www.baslerweb.com
  5. //-----------------------------------------------------------------------------
  6. /*!
  7. \file
  8. \brief This header is for backward compatibility. Please use BaslerCameraLinkDeviceInfo.h instead
  9. */
  10. #pragma once
  11. #include "BaslerCameraLinkDeviceInfo.h"
  12. namespace Pylon
  13. {
  14. // aliases until classes are renamed properly
  15. typedef CBaslerCameraLinkDeviceInfo CPylonCLSerDeviceInfo;
  16. }