Module Struct Reference

Collaboration diagram for Module:

Collaboration graph


Public Attributes

struct Archivearchive


Detailed Description

Modules are compound execution units. Thay consist of executable, relocatable sections that can be started in separate threads to create more threads and other CyOS objects. Modules know the archive files used to load them, and provide easy one-call access to the other resources stored inside them.

See also:
Processes and Modules


Member Data Documentation

struct Archive * archive
 

A pointer to the module's Archive object.