Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
    // Constructors
    ElementHeader ()

    // "unsigned" is shorthand for "unsigned int"
    unsigned 	virtual_channel () const
    unsigned 	lane () const
    unsigned 	tid () const
    unsigned 	acq_count () const
    unsigned 	op_code () const
    unsigned 	quad () const
    unsigned 	seq_count () const
    unsigned 	ticks () const
    unsigned 	fiducials () const
    unsigned 	sb_temp (unsigned i) const
    unsigned 	frame_type () const

ElementV1

Inherits from ElementHeader.

Public Types

Code Block
  Version = 1
  enum  { Version = 1 }

...

Code Block
    // Constructors
    ElementV1 ()

    const uint16_t * 	data () const
    const uint16_t * 	pixel (unsigned asic, unsigned column, unsigned row) const
    const ElementV1 * 	next (const ConfigV1 &) const

ElementV2

Inherits from ElementHeader.

Public Types

Code Block
  Version = 2
  enum  { Version = 2 }

...