test_pcall.cpp File Reference

#include <sys/types.h>
#include <sys/wait.h>
#include "AP_Types.h"
#include "AP_Utility.h"
#include "AMICO_link.h"
#include "pcall_examples.h"

Defines

#define NUM_CALLS   200
#define USE_THREAD
#define USE_UNIX

Functions

int main_pcall (void)
 PCALL_ARG_DEFINE2 (test_pcall, AP_Sint32, AP_Uint32, a, AP_Float32, b)
 Marshalling for test_pcall function (arguments client and server side).
 PCALL_CLI_DEFINE2 (test_pcall, AP_Sint32, AP_Uint32, a, AP_Float32, b)
 Marshalling for test_pcall function (client side).
 PCALL_SRV_DEFINE2 (test_pcall, test_pcall, AP_Uint32, a, AP_Float32, b)
 Marshalling for test_pcall function (server side).
static void * process1 (void *arg)
static void * process2 (void *arg)
static AP_Sint32 test_pcall (AP_Uint32 a, AP_Float32 b)

Define Documentation

#define NUM_CALLS   200

#define USE_THREAD

#define USE_UNIX


Function Documentation

int main_pcall ( void   ) 

PCALL_ARG_DEFINE2 ( test_pcall  ,
AP_Sint32  ,
AP_Uint32  ,
,
AP_Float32  ,
 
)

Marshalling for test_pcall function (arguments client and server side).

PCALL_CLI_DEFINE2 ( test_pcall  ,
AP_Sint32  ,
AP_Uint32  ,
,
AP_Float32  ,
 
)

Marshalling for test_pcall function (client side).

PCALL_SRV_DEFINE2 ( test_pcall  ,
test_pcall  ,
AP_Uint32  ,
,
AP_Float32  ,
 
)

Marshalling for test_pcall function (server side).

static void* process1 ( void *  arg  )  [static]

static void* process2 ( void *  arg  )  [static]

static AP_Sint32 test_pcall ( AP_Uint32  a,
AP_Float32  b 
) [static]


Generated on Fri Mar 5 16:50:45 2010 for CarLinO by  doxygen 1.5.8