Function rcg::saveStreamableParameters

Function Documentation

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

Store all streamable parameters from the nodemap into the file.

Parameters:
  • nodemap – Initialized nodemap.

  • name – Name of file to which the streamable parameters should be stored.

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

Returns:

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