[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit '_crw_daqevnt' (#crwlib)

TDaqEvent

Declaration

Source position: _crw_daqevnt.pas line 78

type TDaqEvent = packed record

  What: Cardinal;

  Chan: Cardinal;

  Time: Double;

  Data: array [0..1] of Double;

end;