Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Table of Contents

Princeton camera

Namespace Pds::Princeton

...

Code Block
 // Constructor
 FrameV1 (uint32_t iShotIdStart, 
          float fReadoutTime)

 uint32_t               shotIdStart () const    // returns shot ID
 float 	                readoutTime () const    // returns readout time

 const uint16_t * 	data () const   // returns pointer to image array

...