next_inactive up previous contents
Up: HAFTA Overlord Nebuloid Module Previous: 1 Data used in   Contents

Subsections

2 Calls into a Module

Each module will define these functions. They are to be called directly from the mainloop when the mainloops finds it appropriate.

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( );


next_inactive up previous contents
Up: HAFTA Overlord Nebuloid Module Previous: 1 Data used in   Contents
2003-01-03