#include <sys/types.h>
#include <sys/wait.h>
#include "AP_Types.h"
#include "AP_Utility.h"
#include "AMICO_link.h"
#include "AMICO_primitivecall.h"
#include "pcall_examples.h"
Data Structures | |
class | my_class |
Defines | |
#define | NUM_CALLS 200 |
#define | USE_UNIX |
Functions | |
int | main_ocall (void) |
PCALL_ARG_DEFINE2 (object_test_pcall, AP_Sint32, AP_Uint32, a, AP_Float32, b) | |
Marshalling for test_pcall function (arguments client and server side). | |
PCALL_CLI_DEFINE2 (object_test_pcall, AP_Sint32, AP_Uint32, a, AP_Float32, b) | |
Marshalling for test_pcall function (client side). | |
static void * | process1 (void *arg) |
static void * | process2 (void *arg) |
#define NUM_CALLS 200 |
#define USE_UNIX |
int main_ocall | ( | void | ) |
PCALL_ARG_DEFINE2 | ( | object_test_pcall | , | |
AP_Sint32 | , | |||
AP_Uint32 | , | |||
a | , | |||
AP_Float32 | , | |||
b | ||||
) |
Marshalling for test_pcall function (arguments client and server side).
PCALL_CLI_DEFINE2 | ( | object_test_pcall | , | |
AP_Sint32 | , | |||
AP_Uint32 | , | |||
a | , | |||
AP_Float32 | , | |||
b | ||||
) |
Marshalling for test_pcall function (client side).
static void* process1 | ( | void * | arg | ) | [static] |
static void* process2 | ( | void * | arg | ) | [static] |