/home/dko/projects/mobilec/trunk/src/include/agent_return_data.h File Reference

#include <ch.h>

Go to the source code of this file.

Data Structures

struct  agent_return_data_s

Typedefs

typedef struct agent_return_data_s agent_return_data_t
typedef agent_return_data_tagent_return_data_p

Functions

agent_return_data_p agent_return_data_New (void)
agent_return_data_p agent_return_data_InitializeFromAgent (struct agent_s *agent)
int agent_return_data_Destroy (agent_return_data_p agent_return_data)


Typedef Documentation

typedef agent_return_data_t* agent_return_data_p

Definition at line 46 of file agent_return_data.h.

typedef struct agent_return_data_s agent_return_data_t

Definition at line 45 of file agent_return_data.h.


Function Documentation

int agent_return_data_Destroy ( agent_return_data_p  agent_return_data  ) 

Definition at line 128 of file agent_return_data.c.

References agent_return_data_s::array_extent, MC_SUCCESS, and agent_return_data_s::return_data.

Referenced by agent_RunChScriptThread(), and agent_task_Destroy().

agent_return_data_p agent_return_data_InitializeFromAgent ( struct agent_s agent  ) 

agent_return_data_p agent_return_data_New ( void   ) 

Definition at line 36 of file agent_return_data.c.

References agent_return_data_s::array_dim, agent_return_data_s::array_extent, CHECK_NULL, agent_return_data_s::data_type, and agent_return_data_s::return_data.

Referenced by agent_xml_parse__data().


Generated on Fri May 16 14:49:55 2008 for Mobile-C by  doxygen 1.5.4