#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 NUM_CALLS 200 |
#define USE_THREAD |
#define USE_UNIX |
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] |
static void* process2 | ( | void * | arg | ) | [static] |
static AP_Sint32 test_pcall | ( | AP_Uint32 | a, | |
AP_Float32 | b | |||
) | [static] |