supports frames with many samples for jctb - obtained by faking number of chips in case of many samples

This commit is contained in:
2015-01-30 12:58:53 +01:00
parent a149d7fb2e
commit 9ac08e5e76
15 changed files with 488 additions and 423 deletions

View File

@ -412,6 +412,7 @@ class fileIOStatic {
};
static int writeBinaryDataFile(FILE *sfilefd, size_t nbytes, void *data){ \
// cout << "bin " << sfilefd << " " << nbytes << " " << data << endl;
fwrite(data, 1, nbytes, sfilefd); \
return slsDetectorDefs::OK; \
};