ISF  1.1
Intelligent Sensing Framework
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines
hp_Interface_struct Struct Reference

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)

Detailed Description

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.


Field Documentation

isf_status_t(* config)(void)

The callback for user application specific configuration.

Definition at line 48 of file isf_hostproxy.h.

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.


The documentation for this struct was generated from the following file: