ISF  1.1
Intelligent Sensing Framework
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines
User/Include/isf_hostproxyconfig.h File Reference

This file defines the configuration types and enumeration for the Host Proxy. More...

Go to the source code of this file.

Enumerations

enum  hp_AppProxyNO { APP_PROXY_NO_START, APP_PROXY_NO_MAX = APP_PROXY_NO_START }
 The enumeration for the user application proxy number. For example, to add an application called Fxlc95000 acceleration, a unique identification namely, APP_PROXY_NO_FXCL95000_ACCEL is created and inserted into this enumeration list. enum hp_AppProxyNO { APP_PROXY_NO_START, APP_PROXY_NO_FXCL95000_ACCEL = APP_PROXY_NO_START, APP_PROXY_NO_MAX, };. More...

Detailed Description

This file defines the configuration types and enumeration for the Host Proxy.

Definition in file isf_hostproxyconfig.h.


Enumeration Type Documentation

The enumeration for the user application proxy number. For example, to add an application called Fxlc95000 acceleration, a unique identification namely, APP_PROXY_NO_FXCL95000_ACCEL is created and inserted into this enumeration list. enum hp_AppProxyNO { APP_PROXY_NO_START, APP_PROXY_NO_FXCL95000_ACCEL = APP_PROXY_NO_START, APP_PROXY_NO_MAX, };.

Enumerator:
APP_PROXY_NO_START 
APP_PROXY_NO_MAX 

Definition at line 26 of file isf_hostproxyconfig.h.