Next:
Contents
Contents
HAFTA Overlord
Nebuloid Module API
Copyright ©2001-2003, Astra Network Inc. All Rights Reserved
Contents
1 Data used in the Module API
1.1 Types
1.2 Globals
2 Calls into a Module
2.1 olmod_error_t module_init( );
2.2 olmod_blackbox_t *module_inst( pid_t process, olmod_arglist_t *static_args );
2.3 olmod_error_t module_set( olmod_blackbox_t *data, int64_t var );
2.4 int64_t module_get( olmod_blackbox_t *data, olmod_arglist_t *dynamic_args );
2.5 void module_deinst( olmod_blackbox_t *data );
2.6 void module_deinit( );
2003-01-03