CCF GenICam adapter — parameter hooks + the CCF<->camcom type seam. More...
Namespaces | |
| namespace | ifw |
| namespace | ifw::ccf |
| namespace | ifw::ccf::protocols |
| namespace | ifw::ccf::protocols::genicam |
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).