pylon/ParameterIncludes.h#
Source code#
//------------------------------------------------------------------------------
// Basler pylon SDK
// Copyright (c) 2010-2022 Basler AG
// http://www.baslerweb.com
//------------------------------------------------------------------------------
#ifndef INCLUDED_BASLER_PYLON_PARAMETERINCLUDES_H
#define INCLUDED_BASLER_PYLON_PARAMETERINCLUDES_H
#pragma once
#include <pylon/ArrayParameter.h>
#include <pylon/BooleanParameter.h>
#include <pylon/CommandParameter.h>
#include <pylon/EnumParameter.h>
#include <pylon/FloatParameter.h>
#include <pylon/IntegerParameter.h>
#include <pylon/StringParameter.h>
#endif /* INCLUDED_BASLER_PYLON_PARAMETERINCLUDES_H */
Updated on 5 July 2022 at 15:30:01