libAwtCom.h File Reference

#include "awt_status.h"
#include <stdint.h>
Include dependency graph for libAwtCom.h:
This graph shows which files directly or indirectly include this file:

Data Structures

struct  CoreAgentVars
 Structure containing the response of the GetVariables command. More...

Typedefs

typedef struct AwtComContext AwtComContext
 Library context.
typedef struct CoreAgentVars VarsMap
 Structure containing the response of the GetVariables command.

Enumerations

enum  AwtComState { STATE_INITIALIZING, STATE_ACTIVE, STATE_ERROR, STATE_DESTROYED }
 

Different states libCom can be in.

More...

Detailed Description


Typedef Documentation

typedef struct AwtComContext AwtComContext

Library context.

The content of this structure is hold private.


Enumeration Type Documentation

Different states libCom can be in.

Enumerator:
STATE_INITIALIZING 

The library is initializing, it must not be used until the initialization is finished.

STATE_ACTIVE 

The library is active, it can be used at will.

STATE_ERROR 

An unrecoverable error occurred, the library must be destroyed by the user.

STATE_DESTROYED 

The library is destroyed, the context handle must not be used anymore.

 All Data Structures Files Functions Typedefs Enumerations Enumerator Defines
Generated on Fri Apr 8 19:30:01 2011 for ReadyAgent libraries by  doxygen 1.6.3