FARGOS/VISTA Object Management Environment Core
..
|
Classes | |
class | OMEinvocationData |
Record to describe the implementation of the method of an OME class. More... | |
class | OMEmethod |
Description of an OME method. More... | |
Macros | |
#define | OME_INVOKE_OIL2_INTERPRET 1 |
#define | OME_INVOKE_OIL2_NATIVE 2 |
#define | OME_INVOKE_KERNEL_THREAD 3 |
#define | OME_INVOKE_TRIVIAL_NATIVE 4 |
Typedefs | |
typedef OME_CORE_CALL int(* | NativeMethodFP) (class OMEthread *) |
Typedef of a native method. More... | |
typedef OME_CORE_CALL void *(* | CreateStackFP) (const class OMEinvocationData *mInfo) |
Typedef for stack creation routine associated with a native method. More... | |
typedef OME_CORE_CALL void(* | DeleteStackFP) (const class OMEinvocationData *mInfo, void *data) |
Typedef for stack delete routine associated with a native method. More... | |
typedef OMEmethod * | OMEmethodP |
Functions | |
OME_CORE_CALL void * | OMEdefaultStackCreate (const class OMEinvocationData *mInfo) |
Default stack creation routine for a native method. More... | |
OME_CORE_CALL void | OMEdefaultStackDelete (const class OMEinvocationData *mInfo, void *data) |
Default stack delete routine for a native method. More... | |
#define OME_INVOKE_KERNEL_THREAD 3 |
#define OME_INVOKE_OIL2_INTERPRET 1 |
#define OME_INVOKE_OIL2_NATIVE 2 |
#define OME_INVOKE_TRIVIAL_NATIVE 4 |
typedef OME_CORE_CALL void*(* CreateStackFP) (const class OMEinvocationData *mInfo) |
Typedef for stack creation routine associated with a native method.
typedef OME_CORE_CALL void(* DeleteStackFP) (const class OMEinvocationData *mInfo, void *data) |
Typedef for stack delete routine associated with a native method.
typedef OME_CORE_CALL int(* NativeMethodFP) (class OMEthread *) |
Typedef of a native method.
typedef OMEmethod* OMEmethodP |
OME_CORE_CALL void* OMEdefaultStackCreate | ( | const class OMEinvocationData * | mInfo | ) |
Default stack creation routine for a native method.
OME_CORE_CALL void OMEdefaultStackDelete | ( | const class OMEinvocationData * | mInfo, |
void * | data | ||
) |
Default stack delete routine for a native method.
![]() | Generated: Tue Jul 28 2020 16:03:26
Support Information |