![]() |
ISF
1.1
Intelligent Sensing Framework
|
This is the structure for the host interface. Each user application needs to implement this interface, when utilizing the features of the Host Proxy. More...
#include <isf_hostproxy.h>
Data Fields | |
isf_status_t(* | init )(void) |
isf_status_t(* | config )(void) |
isf_status_t(* | getData )(hp_hostUpdate_t *pHostData) |
This is the structure for the host interface. Each user application needs to implement this interface, when utilizing the features of the Host Proxy.
Definition at line 46 of file isf_hostproxy.h.
isf_status_t(* config)(void) |
The callback for user application specific configuration.
Definition at line 48 of file isf_hostproxy.h.
isf_status_t(* getData)(hp_hostUpdate_t *pHostData) |
The callback for data preparation by the user application.
Definition at line 49 of file isf_hostproxy.h.
isf_status_t(* init)(void) |
The callback for user application specific initialization.
Definition at line 47 of file isf_hostproxy.h.