Structs§
- A SectionHandle is a handle to a section in the datalogger. It allows to track the lifecycle of a section of the datalogger.
- Each concurrent sublogger is tracked through a section header. They form a linked list of sections. The entry type is used to identify the type of data in the section.
- Use this builder to create a new DataLogger.
- This a convience wrapper around the UnifiedLoggerRead to implement the Read trait.
- A read side of the datalogger.
- A write side of the datalogger.
Enums§
- Holder of the read or write side of the datalogger.
Functions§
- Create a new stream to write to the unifiedlogger.