|
NeuroTIC 0.0
|
Root container of a NeuroTIC network instance. More...
Root container of a NeuroTIC network instance.
net_s aggregates all structural components required to represent the complete static topology and memory graph of a network instance. It owns its internal structures, while external inputs are referenced via pointers.
net_s is a passive structural container that holds:
No execution logic is embedded; the structure merely describes the static topology and memory layout.
The diagram above illustrates the pointer hierarchy. Key points:
in and indirectly via wiring/buffers.bff) according to their bff_idx.out.External code is responsible for allocating and populating all fields according to the topology. The structure does not define allocation, ownership, or lifecycle semantics. It only stores references.
Definition in file net_s.dox.