Common
Basic constants and structures for parsing/writing bddf.
- exception bosdyn.bddf.common.DataError[source]
Bases:
Exception
Errors related to the DataWriter/DataReader system.
- exception bosdyn.bddf.common.AddSeriesError[source]
Bases:
Exception
Errors related to registering a series in a DataWriter.
- exception bosdyn.bddf.common.SeriesNotUniqueError[source]
Bases:
AddSeriesError
The series_spec is not unique within the file.
- exception bosdyn.bddf.common.ChecksumError[source]
Bases:
DataError
The file checksum does not match the computed value.