Module recorder_data_frame

Source
Expand description

Contains data definition for the data to be written

Structsยง

RecorderDataFrame
Contains the data to be logged wrapped into Option. For each signal, where the data could not be acquired, the None value is used. The None value is represented as NULL in the SQL database. The struct only contains minimal implementation for development purposes.