Skip to content

Version 2.3.0 - Adding support for RTDL files

Compare
Choose a tag to compare
@peterfpeterson peterfpeterson released this 02 Apr 20:07
· 296 commits to master since this release

This version added support for RTDL files. They are simple arrays of the struct

  typedef struct _RTDL_DATA
  {
    unsigned int pulseIDlow;
    unsigned int pulseIDhigh;
    unsigned int pulseType;
    unsigned int vetoStatus;
    unsigned int pulseCurrent;
    unsigned int spare;
  } RTDL_DATA;