1234567891011121314151617181920212223242526 |
- //-----------------------------------------------------------------------------
- // Basler pylon SDK
- // Copyright (c) 2010-2021 Basler AG
- // http://www.baslerweb.com
- // Author: AH
- //-----------------------------------------------------------------------------
- /*!
- \file
- \brief Includes specific for the the GigE transport layer
- */
- #ifndef INCLUDED_PYLONGIGEINCLUDES_H_08834475
- #define INCLUDED_PYLONGIGEINCLUDES_H_08834475
- #if _MSC_VER > 1000
- #pragma once
- #endif //_MSC_VER > 1000
- #include <pylon/Platform.h>
- #include <pylon/gige/GigETransportLayer.h>
- #include <pylon/gige/BaslerGigECamera.h>
- #include <pylon/gige/BaslerGigEInstantCameraArray.h> //includes also CBaslerGigEInstantCamera
- #include <pylon/gige/ActionTriggerConfiguration.h>
- #endif /* INCLUDED_PYLONGIGEINCLUDES_H_08834475 */
|