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:
bosdyn.bddf.common.AddSeriesError
The series_spec is not unique within the file.
-
exception
bosdyn.bddf.common.
ChecksumError
[source]¶ Bases:
bosdyn.bddf.common.DataError
The file checksum does not match the computed value.
-
exception
bosdyn.bddf.common.
DataFormatError
[source]¶ Bases:
bosdyn.bddf.common.DataError
Data to be stored has the wrong format.
-
exception
bosdyn.bddf.common.
ParseError
[source]¶ Bases:
bosdyn.bddf.common.DataError
Data file has incorrect format.