Expand description
TBL (Table Services) interface.
Structs§
- Table
- A handle to a cFE table, generic over the table’s data type
T. - Table
Accessor - A safe RAII wrapper for accessing a CFE table’s memory.
- Table
Handle - A handle to a cFE table.
- Table
Info - Information about a cFE table.
- Table
Options - Options for table registration.
Traits§
- Validate
- Table validation trait. Implement on your config struct to reject invalid ground loads.
Type Aliases§
- Validation
Fn - A type alias for the raw callback function used to validate table loads.