Skip to main content

Module tbl

Module tbl 

Source
Expand description

TBL (Table Services) interface.

Structs§

Table
A handle to a cFE table, generic over the table’s data type T.
TableAccessor
A safe RAII wrapper for accessing a CFE table’s memory.
TableHandle
A handle to a cFE table.
TableInfo
Information about a cFE table.
TableOptions
Options for table registration.

Traits§

Validate
Table validation trait. Implement on your config struct to reject invalid ground loads.

Type Aliases§

ValidationFn
A type alias for the raw callback function used to validate table loads.