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.

exception bosdyn.bddf.common.DataFormatError[source]

Bases: DataError

Data to be stored has the wrong format.

exception bosdyn.bddf.common.ParseError[source]

Bases: DataError

Data file has incorrect format.

class bosdyn.bddf.common.SeriesIdentifier[source]

Bases: object

Base class for series identifier names.

SERIES_TYPE = ''
KEYS = ()