Function rcg::loadStreamableParameters

Function Documentation

bool rcg::loadStreamableParameters(const std::shared_ptr<GenApi::CNodeMapRef> &nodemap, const char *name, bool exception = false)

Load all streamable parameters from file into the nodemap.

Parameters:
  • nodemap – Initialized nodemap.

  • name – Name of file from which the streamable parameters can be loaded.

  • exception – True if an error should be signaled via exception.

Returns:

True if the parameters have been loaded successfully. False in case of an error.