- Jan 25, 2019
-
-
Thomas Jürges authored
-
- Jan 24, 2019
-
-
Thomas Jürges authored
The executable expects now a new parameter "subbandSize" which is the expected number of complex values in each sub-band that the TBB will send. This allows to stop receiving after we the right number of samples has been received. And it allows to report a problem if not. Also knowing the number of values per sub-band allows to receive bands out of order but store the data in the right position in the file.
-
Thomas Jürges authored
-
Jörn Künsemöller authored
-
- Jan 23, 2019
-
-
Jörn Künsemöller authored
-
Jörn Künsemöller authored
-
Jörn Künsemöller authored
-
Jörn Künsemöller authored
-
- Jan 22, 2019
-
-
Jorrit Schaap authored
-
Jörn Künsemöller authored
-
Jorrit Schaap authored
-
Jorrit Schaap authored
-
Jorrit Schaap authored
-
- Jan 21, 2019
-
-
Thomas Jürges authored
Offsets can also be negative. A uint64_t obviously cannot accomodate negative values.
-
Thomas Jürges authored
-
- Jan 18, 2019
-
-
Jorrit Schaap authored
SW-567: added and used TaskInfoCache for fast lookup of info needed to accept/reject tbb alert voevents. The TaskInfoCache preloads all current information upon start, and then resfreshes itself on task status events, so it's always up to date.
-
Jorrit Schaap authored
-
Jorrit Schaap authored
-
Jorrit Schaap authored
-
Thomas Jürges authored
-
Thomas Jürges authored
-
Thomas Jürges authored
-
Thomas Jürges authored
-
Thomas Jürges authored
A union makes it clear by using an implicit variable name that in raw voltage mode the value is a sample number and in spectral mode a band/slice number.
-
- Jan 17, 2019
-
-
Jörn Künsemöller authored
Task SW-560: Added executables to operate tbb via tbbservice, refined recipe according to discussion with Sander
-
Thomas Jürges authored
-
Thomas Jürges authored
-
Thomas Jürges authored
-
Thomas Jürges authored
The problem is that C++ interprets [u]int8 types always as characters. In order to print that value as a number one has to cast it to a bigger [u]int type.
-
Thomas Jürges authored
This variable represents exclusively either a sample or a slice number. Therefore it makes sense to have a union for a variable itsSampleNr0 for the transient mode and itsSliceNr0 for the spectral mode.
-
Thomas Jürges authored
The value of itsDumpInfo.itsTime0 is checked for 0 in processSpectralFrameData but if we never initialise it to that then this check can fail and a wrong offset gets calculated.
-
- Jan 15, 2019
-
-
Jorrit Schaap authored
-
Thomas Jürges authored
-
Jorrit Schaap authored
-
Thomas Jürges authored
-
Jorrit Schaap authored
-
Jorrit Schaap authored
-
Jorrit Schaap authored
-
Thomas Jürges authored
-
Thomas Jürges authored
-