/home/dko/projects/mobilec/trunk/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_Acl_SetPerformative_chdl (void *varg)
EXPORTCH void * MC_Acl_SetSender_chdl (void *varg)
EXPORTCH void * MC_Acl_AddReceiver_chdl (void *varg)
EXPORTCH void * MC_Acl_AddReplyTo_chdl (void *varg)
EXPORTCH void * MC_Acl_SetContent_chdl (void *varg)
EXPORTCH int MC_AddAgent_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_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_Acl_AddReceiver_chdl ( void *  varg  ) 

Definition at line 1728 of file libmc.c.

References MC_Acl_AddReceiver().

Referenced by agent_RunChScriptThread().

EXPORTCH void* MC_Acl_AddReplyTo_chdl ( void *  varg  ) 

Definition at line 1748 of file libmc.c.

References MC_Acl_AddReplyTo().

Referenced by agent_RunChScriptThread().

EXPORTCH void* MC_Acl_SetContent_chdl ( void *  varg  ) 

Definition at line 1768 of file libmc.c.

References fipa_acl_message_s::content, and MC_Acl_SetContent().

Referenced by agent_RunChScriptThread().

EXPORTCH void* MC_Acl_SetPerformative_chdl ( void *  varg  ) 

Definition at line 1690 of file libmc.c.

References MC_Acl_SetPerformative(), and fipa_acl_message_s::performative.

Referenced by agent_RunChScriptThread().

EXPORTCH void* MC_Acl_SetSender_chdl ( void *  varg  ) 

Definition at line 1708 of file libmc.c.

References MC_Acl_SetSender().

Referenced by agent_RunChScriptThread().

EXPORTCH int MC_AclDestroy_chdl ( void *  varg  ) 

Definition at line 1575 of file libmc.c.

References MC_AclDestroy().

Referenced by agent_RunChScriptThread().

EXPORTCH void* MC_AclNew_chdl ( void *  varg  ) 

Definition at line 1590 of file libmc.c.

References MC_AclNew().

Referenced by agent_RunChScriptThread().

EXPORTCH void* MC_AclPost_chdl ( void *  varg  ) 

Definition at line 1598 of file libmc.c.

References MC_AclPost().

Referenced by agent_RunChScriptThread().

EXPORTCH void* MC_AclReply_chdl ( void *  varg  ) 

Definition at line 1616 of file libmc.c.

References MC_AclReply().

Referenced by agent_RunChScriptThread().

EXPORTCH void* MC_AclRetrieve_chdl ( void *  varg  ) 

Definition at line 1632 of file libmc.c.

References MC_AclRetrieve().

Referenced by agent_RunChScriptThread().

EXPORTCH int MC_AclSend_chdl ( void *  varg  ) 

Definition at line 1648 of file libmc.c.

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

Referenced by agent_RunChScriptThread().

EXPORTCH void* MC_AclWaitRetrieve_chdl ( void *  varg  ) 

Definition at line 1672 of file libmc.c.

References MC_AclWaitRetrieve().

Referenced by agent_RunChScriptThread().

EXPORTCH int MC_AddAgent_chdl ( void *  varg  ) 

Definition at line 1788 of file libmc.c.

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

Referenced by agent_RunChScriptThread().

EXPORTCH int MC_Barrier_chdl ( void *  varg  ) 

Definition at line 1842 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 1865 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 1888 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 1812 of file libmc.c.

References MC_CallAgentFunc().

Referenced by agent_RunChScriptThread().

EXPORTCH int MC_ComposeAgent_chdl ( void *  varg  ) 

Definition at line 1936 of file libmc.c.

References MC_ComposeAgent().

Referenced by agent_RunChScriptThread().

EXPORTCH int MC_CondBroadcast_chdl ( void *  varg  ) 

Definition at line 1913 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 1999 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 1976 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 2022 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 2044 of file libmc.c.

References MC_DeleteAgent().

Referenced by agent_RunChScriptThread().

EXPORTCH int MC_DeregisterService_chdl ( void *  varg  ) 

Definition at line 2086 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 2059 of file libmc.c.

References MC_DestroyServiceSearchResult().

Referenced by agent_RunChScriptThread().

EXPORTCH int MC_End_chdl ( void *  varg  ) 

Definition at line 2113 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 2130 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 2153 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 2198 of file libmc.c.

Referenced by agent_RunChScriptThread().

EXPORTCH char* MC_GetAgentName_chdl ( void *  varg  ) 

Definition at line 2214 of file libmc.c.

Referenced by agent_RunChScriptThread().

EXPORTCH int MC_GetAgentNumTasks_chdl ( void *  varg  ) 

Definition at line 2230 of file libmc.c.

EXPORTCH int MC_GetAgentStatus_chdl ( void *  varg  ) 

Definition at line 2246 of file libmc.c.

Referenced by agent_RunChScriptThread().

EXPORTCH char* MC_GetAgentXMLString_chdl ( void *  varg  ) 

Definition at line 2262 of file libmc.c.

Referenced by agent_RunChScriptThread().

EXPORTCH int MC_GetTimeOfDay_chdl ( void *  varg  ) 

Definition at line 2278 of file libmc.c.

Referenced by agent_RunChScriptThread().

EXPORTCH int MC_HaltAgency_chdl ( void *  varg  ) 

Definition at line 2293 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 2311 of file libmc.c.

Referenced by agent_RunChScriptThread().

EXPORTCH int MC_MutexUnlock_chdl ( void *  varg  ) 

Definition at line 2335 of file libmc.c.

Referenced by agent_RunChScriptThread().

EXPORTCH int MC_PrintAgentCode_chdl ( void *  varg  ) 

Definition at line 2359 of file libmc.c.

Referenced by agent_RunChScriptThread().

EXPORTCH int MC_RegisterService_chdl ( void *  varg  ) 

Definition at line 2375 of file libmc.c.

Referenced by agent_RunChScriptThread().

EXPORTCH int MC_ResumeAgency_chdl ( void *  varg  ) 

Definition at line 2412 of file libmc.c.

Referenced by agent_RunChScriptThread().

EXPORTCH MCAgent_t MC_RetrieveAgent_chdl ( void *  varg  ) 

Definition at line 2430 of file libmc.c.

Referenced by agent_RunChScriptThread().

EXPORTCH char* MC_RetrieveAgentCode_chdl ( void *  varg  ) 

Definition at line 2447 of file libmc.c.

Referenced by agent_RunChScriptThread().

EXPORTCH char* MC_SearchForService_chdl ( void *  varg  ) 

Definition at line 2463 of file libmc.c.

Referenced by agent_RunChScriptThread().

EXPORTCH int MC_SemaphorePost_chdl ( void *  varg  ) 

Definition at line 2504 of file libmc.c.

Referenced by agent_RunChScriptThread().

EXPORTCH int MC_SemaphoreWait_chdl ( void *  varg  ) 

Definition at line 2528 of file libmc.c.

Referenced by agent_RunChScriptThread().

EXPORTCH int MC_SendAgentMigrationMessage_chdl ( void *  varg  ) 

Definition at line 2552 of file libmc.c.

Referenced by agent_RunChScriptThread().

EXPORTCH int MC_SendAgentMigrationMessageFile_chdl ( void *  varg  ) 

Definition at line 2577 of file libmc.c.

Referenced by agent_RunChScriptThread().

EXPORTCH int MC_SendSteerCommand_chdl ( void *  varg  ) 

Definition at line 2597 of file libmc.c.

Referenced by agent_RunChScriptThread().

EXPORTCH int MC_SetAgentStatus_chdl ( void *  varg  ) 

Definition at line 2620 of file libmc.c.

Referenced by agent_RunChScriptThread().

EXPORTCH int MC_SetDefaultAgentStatus_chdl ( void *  varg  ) 

Definition at line 2638 of file libmc.c.

Referenced by agent_RunChScriptThread().

EXPORTCH int MC_SyncDelete_chdl ( void *  varg  ) 

Definition at line 2661 of file libmc.c.

Referenced by agent_RunChScriptThread().

EXPORTCH int MC_SyncInit_chdl ( void *  varg  ) 

Definition at line 2684 of file libmc.c.

Referenced by agent_RunChScriptThread().

EXPORTCH int MC_TerminateAgent_chdl ( void *  varg  ) 

Definition at line 2708 of file libmc.c.

Referenced by agent_RunChScriptThread().


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