PylonGigEIncludes.h 797 B

1234567891011121314151617181920212223242526
  1. //-----------------------------------------------------------------------------
  2. // Basler pylon SDK
  3. // Copyright (c) 2010-2021 Basler AG
  4. // http://www.baslerweb.com
  5. // Author: AH
  6. //-----------------------------------------------------------------------------
  7. /*!
  8. \file
  9. \brief Includes specific for the the GigE transport layer
  10. */
  11. #ifndef INCLUDED_PYLONGIGEINCLUDES_H_08834475
  12. #define INCLUDED_PYLONGIGEINCLUDES_H_08834475
  13. #if _MSC_VER > 1000
  14. #pragma once
  15. #endif //_MSC_VER > 1000
  16. #include <pylon/Platform.h>
  17. #include <pylon/gige/GigETransportLayer.h>
  18. #include <pylon/gige/BaslerGigECamera.h>
  19. #include <pylon/gige/BaslerGigEInstantCameraArray.h> //includes also CBaslerGigEInstantCamera
  20. #include <pylon/gige/ActionTriggerConfiguration.h>
  21. #endif /* INCLUDED_PYLONGIGEINCLUDES_H_08834475 */