|
template<typename NODE , typename RET > |
RET | icl::io::pylon::getNodeValue (NODE *node) |
| template function to get the value of an IValue-subclass More...
|
|
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 More...
|
|
template<typename NODE , typename VAL > |
void | icl::io::pylon::setNodeValue (NODE *node, VAL value) |
| template function to set the value of an IValue-subclass More...
|
|
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 More...
|
|
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 More...
|
|
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) More...
|
|
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) More...
|
|
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. More...
|
|