/home/dko/projects/mobilec/trunk/src/agent_return_data.c File Reference

#include "include/agent_return_data.h"
#include "include/agent.h"

Go to the source code of this file.

Functions

agent_return_data_p agent_return_data_New (void)
agent_return_data_p agent_return_data_InitializeFromAgent (agent_p agent)
int agent_return_data_Destroy (agent_return_data_p agent_return_data)


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 ( agent_p  agent  ) 

Definition at line 49 of file agent_return_data.c.

References agent_s::agent_interp, agent_return_data_s::array_dim, agent_return_data_s::array_extent, CH_DATATYPE_SIZE, CHECK_NULL, agent_return_data_s::data_type, agent_s::datastate, agent_return_data_s::return_data, size, agent_datastate_s::task_progress, agent_datastate_s::tasks, and agent_task_s::var_name.

Referenced by agent_RunChScriptThread().

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