PatchworkOS  966e257
A non-POSIX operating system.
Loading...
Searching...
No Matches
module_info_t Struct Reference

#include <module.h>

Collaboration diagram for module_info_t:

Data Fields

char * name
 
char * author
 
char * description
 
char * version
 
char * license
 
char * osVersion
 
char * deviceTypes
 Null-terminated semicolon-separated list of device type strings.
 
uint64_t dataSize
 Size of the data field.
 
char data []
 All strings are stored here contiguously.
 

Detailed Description

Definition at line 144 of file module.h.

Field Documentation

◆ name

char* module_info_t::name

Definition at line 146 of file module.h.

◆ author

char* module_info_t::author

Definition at line 147 of file module.h.

◆ description

char* module_info_t::description

Definition at line 148 of file module.h.

◆ version

char* module_info_t::version

Definition at line 149 of file module.h.

◆ license

char* module_info_t::license

Definition at line 150 of file module.h.

◆ osVersion

char* module_info_t::osVersion

Definition at line 151 of file module.h.

◆ deviceTypes

char* module_info_t::deviceTypes

Null-terminated semicolon-separated list of device type strings.

Definition at line 152 of file module.h.

◆ dataSize

uint64_t module_info_t::dataSize

Size of the data field.

Definition at line 153 of file module.h.

◆ data

char module_info_t::data[]

All strings are stored here contiguously.

Definition at line 154 of file module.h.


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