ifw-ccf 6.0.0
 
Loading...
Searching...
No Matches
parameterConversion.cpp File Reference

CCF GenICam adapter — parameter hooks + the CCF<->camcom type seam. More...

#include <ifw/ccf/protocols/genicam/comAdptGenICam.hpp>
#include <camcom/genicam/adapter.hpp>

Namespaces

namespace  ifw
 
namespace  ifw::ccf
 
namespace  ifw::ccf::protocols
 
namespace  ifw::ccf::protocols::genicam
 

Detailed Description

CCF GenICam adapter — parameter hooks + the CCF<->camcom type seam.

CCF ifw::core::utils::param::Parameter stores its value as a STRING plus a DataType; camcom camcom::common::Parameter stores a typed Value variant. We translate via string + datatype, which both sides support losslessly for the scalar GenICam types in play (int/float/double/bool/string).