All the methods related to feature streaming.
◆ 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] | hNodeMap | Handle to NodeMap instance. |
[in] | filename | String 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] | hNodeMap | Handle to NodeMap instance. |
[in] | filename | String containing the location, filename and extension of the file. |
- Returns
- ItalaError the error code; return ItalaErrorSuccess (0) if no errors occures.