FeatureStreaming¶
Functions
- ITALA_API_C ItalaError NODEMAP_SaveToFile (H_NODEMAP hNodeMap, const char *filename)
Save the current state of the Nodemap to a local file. The extension of the file must be specified in the input string. The path of where to save the file must be included in the filename.
- Parameters:
hNodeMap – [in] Handle to NodeMap instance.
filename – [in] String containing the location, filename and extension of the file.
- Returns:
ItalaError the error code; return ItalaErrorSuccess (0) if no errors occures.
- ITALA_API_C ItalaError NODEMAP_LoadFromFile (H_NODEMAP hNodeMap, const char *filename)
Load the state of the Nodemap from a local file. The extension of the file must be specified in the input string. The path of where it has been saved must be included in the filename.
- Parameters:
hNodeMap – [in] Handle to NodeMap instance.
filename – [in] String containing the location, filename and extension of the file.
- Returns:
ItalaError the error code; return ItalaErrorSuccess (0) if no errors occures.