- Fixed a few problems with hklscan

- Added transfer of zipped data to conman.c, histogram memory software
  in order to support the TRICS status display.
- Upgraded TRICS data file writing.
- First installment of triple axis spectrometer support: initialization of
  data structures and an implementation of the MAD dr(ive) command.
This commit is contained in:
cvs
2000-11-21 08:16:46 +00:00
parent f9a31d2065
commit e83d3e6946
39 changed files with 5301 additions and 563 deletions

View File

@@ -804,12 +804,12 @@
#include <string.h>
#ifdef __VMS
#include <unixio.h>
#include <unixio.h>
#else
#include <unistd.h>
#ifdef FORTIFY
#include <fortify/fortify.h>
#endif
#include <unistd.h>
#ifdef FORTIFY
#include <fortify/fortify.h>
#endif
#endif
/*-----------------------------------------------------------------*/
#include <rs232c_def.h>
@@ -2581,7 +2581,7 @@
#include <time.h>
struct timespec delay = {0, 250000000};
struct timespec delay_left;
#define hibernate nanosleep (&delay, &delay_left)
#define hibernate nanosleep_d9 (&delay, &delay_left)
#endif
int msr, ss;
struct EL734info *info_ptr;