ItalaApiC  1.3.3
Functions
FeatureStreaming

Functions

ITALA_API_C ItalaError NODEMAP_SaveToFile (H_NODEMAP hNodeMap, const char *filename)
 
ITALA_API_C ItalaError NODEMAP_LoadFromFile (H_NODEMAP hNodeMap, const char *filename)
 

Detailed Description

All the methods related to feature streaming.

Function Documentation

◆ NODEMAP_SaveToFile()

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
[in]hNodeMapHandle to NodeMap instance.
[in]filenameString containing the location, filename and extension of the file.
Returns
ItalaError the error code; return ItalaErrorSuccess (0) if no errors occures.

◆ NODEMAP_LoadFromFile()

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
[in]hNodeMapHandle to NodeMap instance.
[in]filenameString containing the location, filename and extension of the file.
Returns
ItalaError the error code; return ItalaErrorSuccess (0) if no errors occures.