/home/dko/projects/mobilec/tags/MobileC-v1.10.4/src/include/agent_lib.h File Reference

Go to the source code of this file.

Functions

EXPORTCH int MC_AclDestroy_chdl (void *varg)
EXPORTCH void * MC_AclNew_chdl (void *varg)
EXPORTCH void * MC_AclPost_chdl (void *varg)
EXPORTCH void * MC_AclReply_chdl (void *varg)
EXPORTCH void * MC_AclRetrieve_chdl (void *varg)
EXPORTCH int MC_AclSend_chdl (void *varg)
EXPORTCH void * MC_AclWaitRetrieve_chdl (void *varg)
EXPORTCH void * MC_AclSetPerformative_chdl (void *varg)
EXPORTCH void * MC_AclSetSender_chdl (void *varg)
EXPORTCH void * MC_AclAddReceiver_chdl (void *varg)
EXPORTCH void * MC_AclAddReplyTo_chdl (void *varg)
EXPORTCH void * MC_AclSetContent_chdl (void *varg)
EXPORTCH int MC_AddAgent_chdl (void *varg)
EXPORTCH const void * MC_AgentVariableRetrieve_chdl (void *varg)
EXPORTCH int MC_AgentVariableSave_chdl (void *varg)
EXPORTCH int MC_Barrier_chdl (void *varg)
EXPORTCH int MC_BarrierDelete_chdl (void *varg)
EXPORTCH int MC_BarrierInit_chdl (void *varg)
EXPORTCH int MC_CallAgentFunc_chdl (void *varg)
EXPORTCH int MC_ComposeAgent_chdl (void *varg)
EXPORTCH int MC_CondBroadcast_chdl (void *varg)
EXPORTCH int MC_CondWait_chdl (void *varg)
EXPORTCH int MC_CondReset_chdl (void *varg)
EXPORTCH int MC_CondSignal_chdl (void *varg)
EXPORTCH int MC_DeleteAgent_chdl (void *varg)
EXPORTCH int MC_DeregisterService_chdl (void *varg)
EXPORTCH int MC_DestroyServiceSearchResult_chdl (void *varg)
EXPORTCH int MC_End_chdl (void *varg)
EXPORTCH MCAgent_t MC_FindAgentByID_chdl (void *varg)
EXPORTCH MCAgent_t MC_FindAgentByName_chdl (void *varg)
EXPORTCH int MC_GetAgentID_chdl (void *varg)
EXPORTCH char * MC_GetAgentName_chdl (void *varg)
EXPORTCH int MC_GetAgentNumTasks_chdl (void *varg)
EXPORTCH char * MC_GetAgentXMLString_chdl (void *varg)
EXPORTCH int MC_GetTimeOfDay_chdl (void *varg)
EXPORTCH int MC_HaltAgency_chdl (void *varg)
EXPORTCH int MC_PrintAgentCode_chdl (void *varg)
EXPORTCH int MC_MutexLock_chdl (void *varg)
EXPORTCH int MC_MutexUnlock_chdl (void *varg)
EXPORTCH int MC_RegisterService_chdl (void *varg)
EXPORTCH int MC_ResumeAgency_chdl (void *varg)
EXPORTCH MCAgent_t MC_RetrieveAgent_chdl (void *varg)
EXPORTCH char * MC_RetrieveAgentCode_chdl (void *varg)
EXPORTCH char * MC_SearchForService_chdl (void *varg)
EXPORTCH int MC_SemaphorePost_chdl (void *varg)
EXPORTCH int MC_SemaphoreWait_chdl (void *varg)
EXPORTCH int MC_SendSteerCommand_chdl (void *varg)
EXPORTCH int MC_TerminateAgent_chdl (void *varg)
EXPORTCH int MC_GetAgentStatus_chdl (void *varg)
EXPORTCH int MC_SaveData_chdl (void *varg)
EXPORTCH int MC_SendAgentMigrationMessage_chdl (void *varg)
EXPORTCH int MC_SendAgentMigrationMessageFile_chdl (void *varg)
EXPORTCH int MC_SetAgentStatus_chdl (void *varg)
EXPORTCH int MC_SetDefaultAgentStatus_chdl (void *varg)
EXPORTCH int MC_SyncDelete_chdl (void *varg)
EXPORTCH int MC_SyncInit_chdl (void *varg)


Function Documentation

EXPORTCH void* MC_AclAddReceiver_chdl ( void *  varg  ) 

Definition at line 1916 of file libmc.c.

References MC_AclAddReceiver().

Referenced by agent_RunChScriptThread().

EXPORTCH void* MC_AclAddReplyTo_chdl ( void *  varg  ) 

Definition at line 1936 of file libmc.c.

References MC_AclAddReplyTo().

Referenced by agent_RunChScriptThread().

EXPORTCH int MC_AclDestroy_chdl ( void *  varg  ) 

Definition at line 1763 of file libmc.c.

References MC_AclDestroy().

Referenced by agent_RunChScriptThread().

EXPORTCH void* MC_AclNew_chdl ( void *  varg  ) 

Definition at line 1778 of file libmc.c.

References MC_AclNew().

Referenced by agent_RunChScriptThread().

EXPORTCH void* MC_AclPost_chdl ( void *  varg  ) 

Definition at line 1786 of file libmc.c.

References MC_AclPost().

Referenced by agent_RunChScriptThread().

EXPORTCH void* MC_AclReply_chdl ( void *  varg  ) 

Definition at line 1804 of file libmc.c.

References MC_AclReply().

Referenced by agent_RunChScriptThread().

EXPORTCH void* MC_AclRetrieve_chdl ( void *  varg  ) 

Definition at line 1820 of file libmc.c.

References MC_AclRetrieve().

Referenced by agent_RunChScriptThread().

EXPORTCH int MC_AclSend_chdl ( void *  varg  ) 

Definition at line 1836 of file libmc.c.

References CHECK_NULL, MC_AclSend(), and agency_s::mc_platform.

Referenced by agent_RunChScriptThread().

EXPORTCH void* MC_AclSetContent_chdl ( void *  varg  ) 

Definition at line 1956 of file libmc.c.

References fipa_acl_message_s::content, and MC_AclSetContent().

Referenced by agent_RunChScriptThread().

EXPORTCH void* MC_AclSetPerformative_chdl ( void *  varg  ) 

Definition at line 1878 of file libmc.c.

References MC_AclSetPerformative(), and fipa_acl_message_s::performative.

Referenced by agent_RunChScriptThread().

EXPORTCH void* MC_AclSetSender_chdl ( void *  varg  ) 

Definition at line 1896 of file libmc.c.

References MC_AclSetSender().

Referenced by agent_RunChScriptThread().

EXPORTCH void* MC_AclWaitRetrieve_chdl ( void *  varg  ) 

Definition at line 1860 of file libmc.c.

References MC_AclWaitRetrieve().

Referenced by agent_RunChScriptThread().

EXPORTCH int MC_AddAgent_chdl ( void *  varg  ) 

Definition at line 1976 of file libmc.c.

References CHECK_NULL, MC_AddAgent(), and agency_s::mc_platform.

Referenced by agent_RunChScriptThread().

EXPORTCH const void* MC_AgentVariableRetrieve_chdl ( void *  varg  ) 

Definition at line 2000 of file libmc.c.

References MC_AgentVariableRetrieve().

Referenced by agent_RunChScriptThread().

EXPORTCH int MC_AgentVariableSave_chdl ( void *  varg  ) 

Definition at line 2024 of file libmc.c.

References MC_AgentVariableSave().

Referenced by agent_RunChScriptThread().

EXPORTCH int MC_Barrier_chdl ( void *  varg  ) 

Definition at line 2076 of file libmc.c.

References CHECK_NULL, MC_Barrier(), and agency_s::mc_platform.

Referenced by agent_RunChScriptThread().

EXPORTCH int MC_BarrierDelete_chdl ( void *  varg  ) 

Definition at line 2099 of file libmc.c.

References CHECK_NULL, MC_BarrierDelete(), and agency_s::mc_platform.

Referenced by agent_RunChScriptThread().

EXPORTCH int MC_BarrierInit_chdl ( void *  varg  ) 

Definition at line 2122 of file libmc.c.

References CHECK_NULL, MC_BarrierInit(), and agency_s::mc_platform.

Referenced by agent_RunChScriptThread().

EXPORTCH int MC_CallAgentFunc_chdl ( void *  varg  ) 

Definition at line 2046 of file libmc.c.

References MC_CallAgentFuncVar().

Referenced by agent_RunChScriptThread().

EXPORTCH int MC_ComposeAgent_chdl ( void *  varg  ) 

Definition at line 2170 of file libmc.c.

References MC_ComposeAgent().

Referenced by agent_RunChScriptThread().

EXPORTCH int MC_CondBroadcast_chdl ( void *  varg  ) 

Definition at line 2147 of file libmc.c.

References CHECK_NULL, MC_CondBroadcast(), and agency_s::mc_platform.

Referenced by agent_RunChScriptThread().

EXPORTCH int MC_CondReset_chdl ( void *  varg  ) 

Definition at line 2233 of file libmc.c.

References CHECK_NULL, MC_CondReset(), and agency_s::mc_platform.

Referenced by agent_RunChScriptThread().

EXPORTCH int MC_CondSignal_chdl ( void *  varg  ) 

Definition at line 2210 of file libmc.c.

References CHECK_NULL, MC_CondSignal(), and agency_s::mc_platform.

Referenced by agent_RunChScriptThread().

EXPORTCH int MC_CondWait_chdl ( void *  varg  ) 

Definition at line 2256 of file libmc.c.

References CHECK_NULL, MC_CondWait(), and agency_s::mc_platform.

Referenced by agent_RunChScriptThread().

EXPORTCH int MC_DeleteAgent_chdl ( void *  varg  ) 

Definition at line 2278 of file libmc.c.

References MC_DeleteAgent().

Referenced by agent_RunChScriptThread().

EXPORTCH int MC_DeregisterService_chdl ( void *  varg  ) 

Definition at line 2320 of file libmc.c.

References CHECK_NULL, MC_DeregisterService(), and agency_s::mc_platform.

Referenced by agent_RunChScriptThread().

EXPORTCH int MC_DestroyServiceSearchResult_chdl ( void *  varg  ) 

Definition at line 2293 of file libmc.c.

References MC_DestroyServiceSearchResult().

Referenced by agent_RunChScriptThread().

EXPORTCH int MC_End_chdl ( void *  varg  ) 

Definition at line 2347 of file libmc.c.

References CHECK_NULL, MC_End(), and agency_s::mc_platform.

Referenced by agent_RunChScriptThread().

EXPORTCH MCAgent_t MC_FindAgentByID_chdl ( void *  varg  ) 

Definition at line 2364 of file libmc.c.

References CHECK_NULL, MC_FindAgentByID(), and agency_s::mc_platform.

Referenced by agent_RunChScriptThread().

EXPORTCH MCAgent_t MC_FindAgentByName_chdl ( void *  varg  ) 

Definition at line 2387 of file libmc.c.

References CHECK_NULL, MC_FindAgentByName(), and agency_s::mc_platform.

Referenced by agent_RunChScriptThread().

EXPORTCH int MC_GetAgentID_chdl ( void *  varg  ) 

Definition at line 2434 of file libmc.c.

References MC_GetAgentID().

Referenced by agent_RunChScriptThread().

EXPORTCH char* MC_GetAgentName_chdl ( void *  varg  ) 

Definition at line 2450 of file libmc.c.

References MC_GetAgentName().

Referenced by agent_RunChScriptThread().

EXPORTCH int MC_GetAgentNumTasks_chdl ( void *  varg  ) 

Definition at line 2466 of file libmc.c.

References MC_GetAgentNumTasks().

EXPORTCH int MC_GetAgentStatus_chdl ( void *  varg  ) 

Definition at line 2482 of file libmc.c.

References MC_GetAgentStatus().

Referenced by agent_RunChScriptThread().

EXPORTCH char* MC_GetAgentXMLString_chdl ( void *  varg  ) 

Definition at line 2498 of file libmc.c.

References MC_GetAgentXMLString().

Referenced by agent_RunChScriptThread().

EXPORTCH int MC_GetTimeOfDay_chdl ( void *  varg  ) 

Definition at line 2514 of file libmc.c.

Referenced by agent_RunChScriptThread().

EXPORTCH int MC_HaltAgency_chdl ( void *  varg  ) 

Definition at line 2529 of file libmc.c.

References CHECK_NULL, MC_HaltAgency(), and agency_s::mc_platform.

Referenced by agent_RunChScriptThread().

EXPORTCH int MC_MutexLock_chdl ( void *  varg  ) 

Definition at line 2547 of file libmc.c.

References CHECK_NULL, MC_MutexLock(), and agency_s::mc_platform.

Referenced by agent_RunChScriptThread().

EXPORTCH int MC_MutexUnlock_chdl ( void *  varg  ) 

Definition at line 2571 of file libmc.c.

References CHECK_NULL, MC_MutexUnlock(), and agency_s::mc_platform.

Referenced by agent_RunChScriptThread().

EXPORTCH int MC_PrintAgentCode_chdl ( void *  varg  ) 

Definition at line 2595 of file libmc.c.

References MC_PrintAgentCode().

Referenced by agent_RunChScriptThread().

EXPORTCH int MC_RegisterService_chdl ( void *  varg  ) 

Definition at line 2611 of file libmc.c.

References CHECK_NULL, agency_s::mc_platform, and MC_RegisterService().

Referenced by agent_RunChScriptThread().

EXPORTCH int MC_ResumeAgency_chdl ( void *  varg  ) 

Definition at line 2648 of file libmc.c.

References CHECK_NULL, agency_s::mc_platform, and MC_ResumeAgency().

Referenced by agent_RunChScriptThread().

EXPORTCH MCAgent_t MC_RetrieveAgent_chdl ( void *  varg  ) 

Definition at line 2666 of file libmc.c.

References CHECK_NULL, agency_s::mc_platform, and MC_RetrieveAgent().

Referenced by agent_RunChScriptThread().

EXPORTCH char* MC_RetrieveAgentCode_chdl ( void *  varg  ) 

Definition at line 2683 of file libmc.c.

References MC_RetrieveAgentCode().

Referenced by agent_RunChScriptThread().

EXPORTCH int MC_SaveData_chdl ( void *  varg  ) 

EXPORTCH char* MC_SearchForService_chdl ( void *  varg  ) 

Definition at line 2734 of file libmc.c.

References CHECK_NULL, agency_s::mc_platform, and MC_SearchForService().

Referenced by agent_RunChScriptThread().

EXPORTCH int MC_SemaphorePost_chdl ( void *  varg  ) 

Definition at line 2775 of file libmc.c.

References CHECK_NULL, agency_s::mc_platform, and MC_SemaphorePost().

Referenced by agent_RunChScriptThread().

EXPORTCH int MC_SemaphoreWait_chdl ( void *  varg  ) 

Definition at line 2799 of file libmc.c.

References CHECK_NULL, agency_s::mc_platform, and MC_SemaphoreWait().

Referenced by agent_RunChScriptThread().

EXPORTCH int MC_SendAgentMigrationMessage_chdl ( void *  varg  ) 

Definition at line 2823 of file libmc.c.

References CHECK_NULL, agency_s::mc_platform, MC_SendAgentMigrationMessage(), and port.

Referenced by agent_RunChScriptThread().

EXPORTCH int MC_SendAgentMigrationMessageFile_chdl ( void *  varg  ) 

Definition at line 2848 of file libmc.c.

References MC_SendAgentMigrationMessageFile(), and port.

Referenced by agent_RunChScriptThread().

EXPORTCH int MC_SendSteerCommand_chdl ( void *  varg  ) 

Definition at line 2868 of file libmc.c.

References CHECK_NULL, agency_s::mc_platform, and MC_SendSteerCommand().

Referenced by agent_RunChScriptThread().

EXPORTCH int MC_SetAgentStatus_chdl ( void *  varg  ) 

Definition at line 2891 of file libmc.c.

References MC_SetAgentStatus().

Referenced by agent_RunChScriptThread().

EXPORTCH int MC_SetDefaultAgentStatus_chdl ( void *  varg  ) 

Definition at line 2909 of file libmc.c.

References CHECK_NULL, agency_s::mc_platform, and MC_SetDefaultAgentStatus().

Referenced by agent_RunChScriptThread().

EXPORTCH int MC_SyncDelete_chdl ( void *  varg  ) 

Definition at line 2932 of file libmc.c.

References CHECK_NULL, agency_s::mc_platform, and MC_SyncDelete().

Referenced by agent_RunChScriptThread().

EXPORTCH int MC_SyncInit_chdl ( void *  varg  ) 

Definition at line 2955 of file libmc.c.

References CHECK_NULL, agency_s::mc_platform, and MC_SyncInit().

Referenced by agent_RunChScriptThread().

EXPORTCH int MC_TerminateAgent_chdl ( void *  varg  ) 

Definition at line 2979 of file libmc.c.

References MC_TerminateAgent().

Referenced by agent_RunChScriptThread().


Generated on Fri Oct 24 16:20:59 2008 for Mobile-C by  doxygen 1.5.5