mkernel 0.0.2
Micro-kernel framework, everything as a module
service_s Struct Reference
Collaboration diagram for service_s:

Public Attributes

struct service_snext
 
struct service_schildren
 
uint8_t nbArgs
 
char * name
 
svcfunc_tfunction
 

Detailed Description

Definition at line 35 of file svcmgr.c.

Member Data Documentation

◆ children

struct service_s* service_s::children

Definition at line 37 of file svcmgr.c.

◆ function

svcfunc_t* service_s::function

Definition at line 40 of file svcmgr.c.

◆ name

char* service_s::name

Definition at line 39 of file svcmgr.c.

◆ nbArgs

uint8_t service_s::nbArgs

Definition at line 38 of file svcmgr.c.

◆ next

struct service_s* service_s::next

Definition at line 36 of file svcmgr.c.


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