SMFModule_T Struct Reference

Defines a module. More...

#include <smf_modules.h>

Collaboration diagram for SMFModule_T:

Data Fields

uint8_t type
 
char * name
 
union {
   void *   handle
 
   ModuleLoadFunction   callback
 
u
 

Detailed Description

Defines a module.

Field Documentation

ModuleLoadFunction callback

Callback, used for type != 0

void* handle

module handle, value for typp 0

char* name

name of the module

uint8_t type
 Type of module. If set to 0 then a shared-object is

loaded, any other value means that a callback-function is executed.


The documentation for this struct was generated from the following file: