JvanKatwijk / eti-stuff

experimental software for creating and interpreting eti frames
GNU General Public License v2.0
21 stars 12 forks source link

eti-cmdline: phaseReference missing #18

Closed basicmaster closed 6 years ago

basicmaster commented 6 years ago

The current version of eti-cmdline cannot be compiled, as the definition of phaseReference is missing. When I go back to the previous commit, compilation works.

Used cmake call:

cmake .. -DRTLSDR=ON

Output:

[...]/eti-stuff/eti-cmdline/src/ofdm/ofdm-processor.cpp: In constructor ‘ofdmProcessor::ofdmProcessor(deviceHandler*, SNDFILE*, uint8_t, void*, syncsignal_t, snrsignal_t, etiGenerator*, int16_t, uint8_t)’:
/home/stefan/Schreibtisch/DL-Source/eti-stuff/eti-cmdline/src/ofdm/ofdm-processor.cpp:65:66: error: no matching function for call to ‘phaseReference::phaseReference(dabParams*, int16_t&)’
                                                         threshold) {
                                                                  ^
JvanKatwijk commented 6 years ago

should be fixed by now.

2018-01-28 15:52 GMT+01:00 Stefan Pöschel notifications@github.com:

The current version of eti-cmdline cannot be compiled, as the definition of phaseReference is missing. When I go back to the previous commit, compilation works.

Used cmake call:

cmake .. -DRTLSDR=ON

Output:

[...]/eti-stuff/eti-cmdline/src/ofdm/ofdm-processor.cpp: In constructor ‘ofdmProcessor::ofdmProcessor(deviceHandler, SNDFILE, uint8_t, void, syncsignal_t, snrsignal_t, etiGenerator, int16_t, uint8_t)’: /home/stefan/Schreibtisch/DL-Source/eti-stuff/eti-cmdline/src/ofdm/ofdm-processor.cpp:65:66: error: no matching function for call to ‘phaseReference::phaseReference(dabParams*, int16_t&)’ threshold) { ^

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/JvanKatwijk/eti-stuff/issues/18, or mute the thread https://github.com/notifications/unsubscribe-auth/AITzwJFOLwkeYJJMgr4ViSFDUEdE1dEIks5tPImhgaJpZM4RvuIc .

-- Jan van Katwijk

+31 (0)15 3698980 +31 (0) 628260355

basicmaster commented 6 years ago

Now it works; thanks!