Expand description
Override (overlay) table backend for the SIM constellation.
Provides an OverrideTable that layers one or more tables over a base
table, resolving lookups front-to-back so upper layers shadow lower ones.
It satisfies the kernel table contract and is registered as a loadable
library through install_override_table_lib.
Structs§
- Override
Table - Overlay table that layers one or more tables and resolves lookups front-to-back, so earlier layers shadow later ones.
Functions§
- construct_
override_ table - Construct an
OverrideTablefromargs(the layers, front to back) and wrap it as an opaque table object. - install_
override_ table_ lib - Load the override table library into
cx, registering theOverrideTableclass and its read constructor.