Function rcg::loadFile

Function Documentation

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

Loads the contents of a file via the GenICam FileAccessControl interface.

Parameters:
  • nodemap – Initialized nodemap.

  • name – Name of file.

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

Returns:

Value or an empty string in case of an error and exception is false.