[Erlang Systems]

IC C Library Functions

C LIBRARY

C LIBRARY SUMMARY

DESCRIPTION

Allocation and Deallocation Functions

EXPORTS

CORBA_Environment* CORBA_Environment_alloc(int inbufsz, int outbufsz)

voidCORBA_free(void *p)

CORBA_char* CORBA_string_alloc(CORBA_unsigned_long len)

CORBA_wchar* CORBA_wstring_alloc(CORBA_unsigned_long len)

Exception Functions

EXPORTS

CORBA_char* CORBA_exception_id(CORBA_Environment *env)

void* CORBA_exception_value(CORBA_Environment *env)

void CORBA_exc_set(CORBA_Environment *env, CORBA_exception_type Major, CORBA_char *Id, CORBA_char *Value)

Server Reception

EXPORTS

int oe_server_receive(CORBA_Environment *env, oe_map_t *map)
int oe_server_receive_tmo(CORBA_Environment *env, oe_map_t *map, unsigned int send_ms, unsigned int recv_ms)

Generic Execution Switch and Map Merging

EXPORTS

int oe_exec_switch(CORBA_Object obj, CORBA_Environment *env, oe_map_t *map)

oe_map_t* oe_merge_maps(oe_map_t *maps, int size)

The CORBA_Environment structure

SEE ALSO

AUTHORS


ic 4.2.6
Copyright © 1991-2004 Ericsson Utvecklings AB