This structure is passed during the clEoCreate API and contains the EO related configuration parameters. More...
#include <clEoConfigApi.h>
Public Attributes | |
| ClEoApplicationTypeT | appType |
| Indicates whether the application needs main thread or not. | |
| ClEoAppCreateCallbackT | clEoCreateCallout |
| Application function that is called from main during the initialization process. | |
| ClEoCustomActionT | clEoCustomAction |
| Application function that has to be called when a Water Mark has been hit. | |
| ClEoAppDeleteCallbackT | clEoDeleteCallout |
| Application function that is called when EO needs to be terminated. | |
| ClEoAppHealthCheckCallbackT | clEoHealthCheckCallout |
| Application function that is called when EO healthcheck is performed by Component Manager. | |
| ClEoAppStateChgCallbackT | clEoStateChgCallout |
| Application function that is called when EO is moved into the suspended state. | |
| ClCharT | EOname [CL_EO_MAX_NAME_LEN] |
| The EO name. | |
| ClUint32T | maxNoClients |
| Indicates the maximum number of EO client. | |
| ClUint32T | noOfThreads |
| Indicates the number of RMD threads. | |
| ClOsalThreadPriorityT | pri |
| Indicates the EO thread priority. | |
| ClIocPortT | reqIocPort |
| The requested IOC communication port. | |
This structure is passed during the clEoCreate API and contains the EO related configuration parameters.