Revision History -------- ------- 4-Oct-04 D. Cook Modified the OnDraw code to display app icon instead of the ellipse the app wizard provides. Revised the IDI_ABOUTDLL icon. 9-Oct-04 D. Cook Added workaround to fix the problem with VB when OLEMISC_INVISIBLEATRUNTIME is set. VB will not create a window when this attribute is set, therefore the m_hWnd is NULL at runtime. The workaround is to not set OLEMISC_INVISIBLEATRUNTIME, making this a visible control, then setting the control size to (0, 0) in the InitControl() function. Added OLEMISC_INVISIBLEATRUNTIME_FIX #define to enable/disable this for future investigation. 10-Aug-05 M. Wheatley Changed ping pong data buffer to 32 block FIFO data structure. 1-Jul-06 M. Wheatley Added GetIQOffset() property for zero spur reduction. Added 190KHz BW for continuous demodulation use. 22-Oct-06 M. Wheatley Fixed some bugs with GetFFTScreenData(..) function. 24-Oct-06 M. Wheatley Added some suport for the sdr-IQ. 27-Oct-06 M. Wheatley Fixed GetFFTDoubleData(..) function. Added some more to help file 29-Oct-06 M. Wheatley Added amplitude clamps to GetFFTScreenData(..) function. 30-Dec-06 M. Wheatley Added some Test modes for the SDR-IQ Fixed inverted FFT data. 12-Feb-07 M. Wheatley Modified some USB buffering for the SDR-IQ Fixed Clock calibration logic. 06-June-2009 M. Wheatley Ver 1.22 Modified watchdog logic for HW sync mode in SDR-14 pulse mode Added HW sync modes to SDRxApp Demo application. Updated documentation to include HW sync modes.