![]() |
#include <simpleStructs.h>
Public Attributes | |
| GenericHeader_t | gHdr |
| unsigned int | nFreq |
| unsigned int | startFreq |
| unsigned int | freqStep |
| unsigned int | unixTimeStart |
| unsigned short | scanTime |
| unsigned short | gain |
| unsigned char | spectrum [4096] |
| unsigned char | rtlNum |
Struct to store RTL data
Short is overkill for the dynamic range, and probably makes the packet too big... so maybe this will change to a char soon. Only first nFreq of a spectrum non-zero.
Definition at line 1789 of file simpleStructs.h.

1.8.11