RogueHeader

class pyrogue.utilities.fileio.RogueHeader(size, flags, error, channel)[source]

Rogue frame header.

Variables:
  • size (int) – Payload size of the record in bytes (header-adjusted by this reader).

  • flags (int) – Frame flags for the record.

  • error (int) – Error status for the record.

  • channel (int) – Channel id for the record.

Parameters: