FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kAlgInfo.h
Go to the documentation of this file.
1 
8 #ifndef K_FIRESYNC_ALG_INFO_H
9 #define K_FIRESYNC_ALG_INFO_H
10 
11 #include <kFireSync/kNodeDef.h>
12 
24 //typedef kObject kAlgInfo; --forward-declared in kFsDef.x.h
25 
35 kFsFx(kStatus) kAlgInfo_Import(kAlgInfo info, kXml xml, kXml item);
36 
49 kFsFx(kStatus) kAlgInfo_Export(kAlgInfo info, kXml xml, kXml item);
50 
51 #include <kFireSync/Client/Camera/Algorithms/kAlgInfo.x.h>
52 
53 #endif
Abstract base class for camera algorithm parameters.
kStatus kAlgInfo_Import(kAlgInfo info, kXml xml, kXml item)
Imports settings to an existing algorithm info object based on the given XML content.
Essential declarations related to FireSync nodes.
kStatus kAlgInfo_Export(kAlgInfo info, kXml xml, kXml item)
Exports settings from an algorithm info object to the given XML object.