Image Component Library (ICL)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Classes | Namespaces | Functions
PylonCameraOptions.h File Reference
#include <ICLIO/PylonIncludes.h>
#include <ICLUtils/Macros.h>
#include <ICLIO/PylonUtils.h>
#include <ICLUtils/Configurable.h>

Go to the source code of this file.

Classes

class  icl::io::pylon::PylonCameraOptions
 This is a helper class for Pylon camera settings. More...

Namespaces

namespace  icl
 

The ICL-namespace.


namespace  icl::io
namespace  icl::io::pylon

Functions

template<typename NODE , typename RET >
RET icl::io::pylon::getNodeValue (NODE *node)
 template function to get the value of an IValue-subclass
template<typename NODE , typename RET >
int64_t icl::io::pylon::getNodeValue (GenApi::IEnumeration *node)
 template function overload to get the int64_t-value of an IEnumeration
template<typename NODE , typename VAL >
void icl::io::pylon::setNodeValue (NODE *node, VAL value)
 template function to set the value of an IValue-subclass
template<typename NODE , typename VAL >
void icl::io::pylon::setNodeValue (GenApi::IEnumeration *node, std::string value)
 template function overload to set the value of an IEnumeration
template<typename NODE , typename VAL >
void icl::io::pylon::setNodeValue (GenApi::IEnumeration *node, int64_t value)
 template function overload to set the value of an IEnumeration
template<typename OBJ , typename NODE , typename VAL >
bool icl::io::pylon::setParameterValueOf (OBJ *object, std::string parameter, VAL value)
 set the value of a parameter of a specific type on a specific source (camera/grabber)
template<typename SOURCE , typename NODE , typename RET >
RET icl::io::pylon::getParameterValueOf (SOURCE *source, std::string param)
 get the value of a parameter of a specific type from a spec. source (camera/grabber)
ICLIO_API std::string icl::io::pylon::getParameterValueString (Pylon::IPylonDevice *device, std::string parameter)
 returns a string representation of the value of a parameter of the camera.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines