From: wittend99 Date: Tue, 16 Oct 2012 15:32:32 +0000 (+0000) Subject: git-svn-id: https://svn.code.sf.net/p/freetel/code@764 01035d8c-6547-0410-b346-abe4f9... X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=9d6717bc6eff8d717db710e84ad1cc5a82f2d41c;p=freetel-svn-tracking.git git-svn-id: https://svn.code.sf.net/p/freetel/code@764 01035d8c-6547-0410-b346-abe4f91aad63 --- diff --git a/fdmdv2/fdmdv2-doc/html/annotated.html b/fdmdv2/fdmdv2-doc/html/annotated.html index d5383bc2..518a02fb 100644 --- a/fdmdv2/fdmdv2-doc/html/annotated.html +++ b/fdmdv2/fdmdv2-doc/html/annotated.html @@ -30,6 +30,7 @@
-
1 //============================================================
+Go to the documentation of this file.
1 //============================================================
2 // AudioStream.h
3 //
4 //
@@ -67,19 +69,19 @@
16 #ifndef __AudioStream__
17 #define __AudioStream__
18 
-
19 const int NUM_SECONDS = 5;
-
20 const double SAMPLE_RATE = 44100.0;
-
21 const int FRAMES_PER_BUFFER = 64;
-
22 const int TABLE_SIZE = 200;
+
19 const int NUM_SECONDS = 5;
+
20 const double SAMPLE_RATE = 44100.0;
+
21 const int FRAMES_PER_BUFFER = 64;
+
22 const int TABLE_SIZE = 200;
23 
25 {
26 public:
27 // AudioStream(int tableSize) : tableSize_(tableSize), leftPhase_(0), rightPhase_(0);
-
28  AudioStream(int tableSize);
-
29  ~AudioStream();
+
28  AudioStream(int tableSize);
+
29  ~AudioStream();
30 
-
31  int generate(const void *inputBuffer, void *outputBuffer, unsigned long framesPerBuffer, const PaStreamCallbackTimeInfo *timeInfo, PaStreamCallbackFlags statusFlags);
+
31  int generate(const void *inputBuffer, void *outputBuffer, unsigned long framesPerBuffer, const PaStreamCallbackTimeInfo *timeInfo, PaStreamCallbackFlags statusFlags);
32 
33 private:
34  float *table_;
@@ -98,7 +100,7 @@
diff --git a/fdmdv2/fdmdv2-doc/html/class_about_dlg-members.html b/fdmdv2/fdmdv2-doc/html/class_about_dlg-members.html index 7b662bf8..23ea996f 100644 --- a/fdmdv2/fdmdv2-doc/html/class_about_dlg-members.html +++ b/fdmdv2/fdmdv2-doc/html/class_about_dlg-members.html @@ -30,6 +30,7 @@ diff --git a/fdmdv2/fdmdv2-doc/html/class_about_dlg.html b/fdmdv2/fdmdv2-doc/html/class_about_dlg.html index 22167dba..31d2be48 100644 --- a/fdmdv2/fdmdv2-doc/html/class_about_dlg.html +++ b/fdmdv2/fdmdv2-doc/html/class_about_dlg.html @@ -30,6 +30,7 @@
+ +

#include <dlg_about.h>

Inheritance diagram for AboutDlg:
@@ -71,44 +74,52 @@ Collaboration diagram for AboutDlg:
Public Member Functions  AboutDlg (wxWindow *parent)   - -void ExchangeData (int inout) +void ExchangeData (int inout)   - -void OnOK (wxCommandEvent &event) +void OnOK (wxCommandEvent &event)   - Public Member Functions inherited from DlgAbout -DlgAbout (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("About FDMDV2"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(352, 343), long style=wxDEFAULT_DIALOG_STYLE) + DlgAbout (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("About FDMDV2"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(352, 343), long style=wxDEFAULT_DIALOG_STYLE) +  + ~DlgAbout () +  + DlgAbout (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("About FDMDV2"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(352, 343), long style=wxDEFAULT_DIALOG_STYLE) +  + ~DlgAbout () +  + DlgAbout (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("About FDMDV2"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(352, 343), long style=wxDEFAULT_DIALOG_STYLE)   + ~DlgAbout () +  - + - + + + + +

Protected Member Functions

-void OnInitDialog (wxInitDialogEvent &event)
void OnInitDialog (wxInitDialogEvent &event)
 
- Protected Member Functions inherited from DlgAbout
-virtual void OnClose (wxCloseEvent &event)
virtual void OnClose (wxCloseEvent &event)
 
virtual void OnClose (wxCloseEvent &event)
 
virtual void OnClose (wxCloseEvent &event)
 
- - - - - - - - + + + + + + + +

Additional Inherited Members

- Protected Attributes inherited from DlgAbout
-wxStaticBitmap * m_bitmapAbout
 
-wxStaticText * m_staticText1
 
-wxTextCtrl * m_textCtrl2
 
-wxButton * m_button9
 
wxStaticBitmap * m_bitmapAbout
 
wxStaticText * m_staticText1
 
wxTextCtrl * m_textCtrl2
 
wxButton * m_button9
 
-

Constructor & Destructor Documentation

+

Detailed Description

+
+

Definition at line 17 of file dlg_about.h.

+

Constructor & Destructor Documentation

@@ -124,16 +135,83 @@ wxButton * m_button9

Constructor

+

Definition at line 14 of file dlg_about.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + + +
void AboutDlg::ExchangeData (int inout)
+
+ +

Definition at line 26 of file dlg_about.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void AboutDlg::OnInitDialog (wxInitDialogEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from DlgAbout.

+ +

Definition at line 18 of file dlg_about.cpp.

+ +
+
+ +
+
+ + + + + + + + +
void AboutDlg::OnOK (wxCommandEvent & event)
+
+ +

Definition at line 59 of file dlg_about.cpp.

+

The documentation for this class was generated from the following files:
  • C:/bin/Projects/Radio/fdmdv2/src/dlg_about.h
  • -
  • C:/bin/Projects/Radio/fdmdv2/src/dlg_about.cpp
  • +
  • C:/bin/Projects/Radio/fdmdv2/src/dlg_about.cpp
diff --git a/fdmdv2/fdmdv2-doc/html/class_about_dlg__coll__graph.md5 b/fdmdv2/fdmdv2-doc/html/class_about_dlg__coll__graph.md5 index ec29c38e..34754211 100644 --- a/fdmdv2/fdmdv2-doc/html/class_about_dlg__coll__graph.md5 +++ b/fdmdv2/fdmdv2-doc/html/class_about_dlg__coll__graph.md5 @@ -1 +1 @@ -28b0aa753c9c33f0d565229039fc1ffb \ No newline at end of file +9e7eb85e544b8ad73e03632a08df6c3f \ No newline at end of file diff --git a/fdmdv2/fdmdv2-doc/html/class_about_dlg__coll__graph.png b/fdmdv2/fdmdv2-doc/html/class_about_dlg__coll__graph.png index c247d678..e0b37196 100644 Binary files a/fdmdv2/fdmdv2-doc/html/class_about_dlg__coll__graph.png and b/fdmdv2/fdmdv2-doc/html/class_about_dlg__coll__graph.png differ diff --git a/fdmdv2/fdmdv2-doc/html/class_about_dlg__inherit__graph.md5 b/fdmdv2/fdmdv2-doc/html/class_about_dlg__inherit__graph.md5 index ec29c38e..34754211 100644 --- a/fdmdv2/fdmdv2-doc/html/class_about_dlg__inherit__graph.md5 +++ b/fdmdv2/fdmdv2-doc/html/class_about_dlg__inherit__graph.md5 @@ -1 +1 @@ -28b0aa753c9c33f0d565229039fc1ffb \ No newline at end of file +9e7eb85e544b8ad73e03632a08df6c3f \ No newline at end of file diff --git a/fdmdv2/fdmdv2-doc/html/class_about_dlg__inherit__graph.png b/fdmdv2/fdmdv2-doc/html/class_about_dlg__inherit__graph.png index c247d678..e0b37196 100644 Binary files a/fdmdv2/fdmdv2-doc/html/class_about_dlg__inherit__graph.png and b/fdmdv2/fdmdv2-doc/html/class_about_dlg__inherit__graph.png differ diff --git a/fdmdv2/fdmdv2-doc/html/class_audio_dlg-members.html b/fdmdv2/fdmdv2-doc/html/class_audio_dlg-members.html index 0b003d9a..135de9d7 100644 --- a/fdmdv2/fdmdv2-doc/html/class_audio_dlg-members.html +++ b/fdmdv2/fdmdv2-doc/html/class_audio_dlg-members.html @@ -30,6 +30,7 @@ diff --git a/fdmdv2/fdmdv2-doc/html/class_audio_dlg.html b/fdmdv2/fdmdv2-doc/html/class_audio_dlg.html index b794b41f..104d963b 100644 --- a/fdmdv2/fdmdv2-doc/html/class_audio_dlg.html +++ b/fdmdv2/fdmdv2-doc/html/class_audio_dlg.html @@ -30,6 +30,7 @@
+ +

#include <dlg_audio.h>

Inheritance diagram for AudioDlg:
Inheritance graph
- - +
[legend]
Collaboration diagram for AudioDlg:
Collaboration graph
- - +
[legend]
- + - + - + - + - + - + + + + + + + + + + +

Public Member Functions

 AudioDlg (wxWindow *parent)
 
-void OnRxInputSelect (wxCommandEvent &event)
void OnRxInputSelect (wxCommandEvent &event)
 
-void OnTxOutputSelect (wxCommandEvent &event)
void OnTxOutputSelect (wxCommandEvent &event)
 
-void OnVoiceInputSelect (wxCommandEvent &event)
void OnVoiceInputSelect (wxCommandEvent &event)
 
-void OnVoiceOutputSelect (wxCommandEvent &event)
void OnVoiceOutputSelect (wxCommandEvent &event)
 
-void ExchangeData (int inout)
void ExchangeData (int inout)
 
- Public Member Functions inherited from DlgAudio
DlgAudio (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Audio Options"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(555, 419), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
 DlgAudio (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Audio Options"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(555, 419), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
 
 ~DlgAudio ()
 
 DlgAudio (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Audio Options"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(555, 419), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
 
 ~DlgAudio ()
 
 DlgAudio (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Audio Options"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(555, 419), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
 
 ~DlgAudio ()
 
- + - + - + - + - + - + - +

Protected Member Functions

-void OnCancel (wxCommandEvent &event)
void OnCancel (wxCommandEvent &event)
 
-void OnOK (wxCommandEvent &event)
void OnOK (wxCommandEvent &event)
 
-void OnClose (wxCloseEvent &event)
void OnClose (wxCloseEvent &event)
 
-void OnInitDialog (wxInitDialogEvent &event)
void OnInitDialog (wxInitDialogEvent &event)
 
-void OnApply (wxCommandEvent &event)
void OnApply (wxCommandEvent &event)
 
-void populateStandardSampleRates (wxComboBox *target, const portaudio::DirectionSpecificStreamParameters &inputParameters, const portaudio::DirectionSpecificStreamParameters &outputParameters)
void populateStandardSampleRates (wxComboBox *target, const portaudio::DirectionSpecificStreamParameters &inputParameters, const portaudio::DirectionSpecificStreamParameters &outputParameters)
 
-int populateAudioInfo ()
int populateAudioInfo ()
 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Additional Inherited Members

- Protected Attributes inherited from DlgAudio
-wxNotebook * m_nbAudioOptions
 
-wxPanel * m_panelDevices
 
-wxRadioButton * m_radioBtnPortAudio
 
-wxStaticText * m_staticText151
 
-wxTextCtrl * m_textNumChOut
 
-wxStaticText * m_staticText141
 
-wxTextCtrl * m_textNumChIn
 
-wxStaticText * m_staticText14
 
-wxComboBox * m_comboAudioCodec
 
-wxStaticText * m_staticText15
 
-wxComboBox * m_comboCodecTx
 
-wxStaticText * m_staticText16
 
-wxComboBox * m_comboRadioRx
 
-wxStaticText * m_staticText17
 
-wxComboBox * m_comboCodecSpkr
 
-wxRadioButton * m_radioBtnFileOnly
 
-wxPanel * m_panelSettings
 
-wxListBox * m_lbRxInput
 
-wxTextCtrl * m_textRxInput
 
-wxListBox * m_lbTxOutput
 
-wxTextCtrl * m_textTxOutput
 
-wxListBox * m_lbVoiceInput
 
-wxTextCtrl * m_textVoiceInput
 
-wxListBox * m_lbVoiceOutput
 
-wxTextCtrl * m_textVoiceOutput
 
-wxStdDialogButtonSizer * m_sdbSizer3
 
-wxButton * m_sdbSizer3OK
 
-wxButton * m_sdbSizer3Apply
 
-wxButton * m_sdbSizer3Cancel
 
wxNotebook * m_nbAudioOptions
 
wxPanel * m_panelDevices
 
wxRadioButton * m_radioBtnPortAudio
 
wxStaticText * m_staticText151
 
wxTextCtrl * m_textNumChOut
 
wxStaticText * m_staticText141
 
wxTextCtrl * m_textNumChIn
 
wxStaticText * m_staticText14
 
wxComboBox * m_comboAudioCodec
 
wxStaticText * m_staticText15
 
wxComboBox * m_comboCodecTx
 
wxStaticText * m_staticText16
 
wxComboBox * m_comboRadioRx
 
wxStaticText * m_staticText17
 
wxComboBox * m_comboCodecSpkr
 
wxRadioButton * m_radioBtnFileOnly
 
wxPanel * m_panelSettings
 
wxListBox * m_lbRxInput
 
wxTextCtrl * m_textRxInput
 
wxListBox * m_lbTxOutput
 
wxTextCtrl * m_textTxOutput
 
wxListBox * m_lbVoiceInput
 
wxTextCtrl * m_textVoiceInput
 
wxListBox * m_lbVoiceOutput
 
wxTextCtrl * m_textVoiceOutput
 
wxPanel * m_panelRightChannel
 
wxStdDialogButtonSizer * m_sdbSizer3
 
wxButton * m_sdbSizer3OK
 
wxButton * m_sdbSizer3Apply
 
wxButton * m_sdbSizer3Cancel
 
wxTextCtrl * m_textCtrl15
 
-

Constructor & Destructor Documentation

+

Detailed Description

+
+

Definition at line 23 of file dlg_audio.h.

+

Constructor & Destructor Documentation

@@ -222,16 +198,404 @@ wxButton * m_sdbSizer3Canc

Constructor

+

Definition at line 17 of file dlg_audio.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + + +
void AudioDlg::ExchangeData (int inout)
+
+ +

Definition at line 65 of file dlg_audio.cpp.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void AudioDlg::OnApply (wxCommandEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from DlgAudio.

+ +

Definition at line 40 of file dlg_audio.cpp.

+ +

+Here is the call graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void AudioDlg::OnCancel (wxCommandEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from DlgAudio.

+ +

Definition at line 24 of file dlg_audio.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void AudioDlg::OnClose (wxCloseEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from DlgAudio.

+ +

Definition at line 48 of file dlg_audio.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void AudioDlg::OnInitDialog (wxInitDialogEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from DlgAudio.

+ +

Definition at line 56 of file dlg_audio.cpp.

+ +

+Here is the call graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void AudioDlg::OnOK (wxCommandEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from DlgAudio.

+ +

Definition at line 32 of file dlg_audio.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void AudioDlg::OnRxInputSelect (wxCommandEvent & event)
+
+virtual
+
+ +

Reimplemented from DlgAudio.

+ +

Definition at line 95 of file dlg_audio.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void AudioDlg::OnTxOutputSelect (wxCommandEvent & event)
+
+virtual
+
+ +

Reimplemented from DlgAudio.

+ +

Definition at line 103 of file dlg_audio.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void AudioDlg::OnVoiceInputSelect (wxCommandEvent & event)
+
+virtual
+
+ +

Reimplemented from DlgAudio.

+ +

Definition at line 111 of file dlg_audio.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void AudioDlg::OnVoiceOutputSelect (wxCommandEvent & event)
+
+virtual
+
+ +

Reimplemented from DlgAudio.

+ +

Definition at line 119 of file dlg_audio.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
int AudioDlg::populateAudioInfo ()
+
+protected
+
+ +

Definition at line 161 of file dlg_audio.cpp.

+ +

+Here is the call graph for this function:
+
+
+ +
+

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + +
void AudioDlg::populateStandardSampleRates (wxComboBox * target,
const portaudio::DirectionSpecificStreamParameters & inputParameters,
const portaudio::DirectionSpecificStreamParameters & outputParameters 
)
+
+protected
+
+ +

Definition at line 127 of file dlg_audio.cpp.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+

The documentation for this class was generated from the following files:
  • C:/bin/Projects/Radio/fdmdv2/src/dlg_audio.h
  • -
  • C:/bin/Projects/Radio/fdmdv2/src/dlg_audio.cpp
  • +
  • C:/bin/Projects/Radio/fdmdv2/src/dlg_audio.cpp
diff --git a/fdmdv2/fdmdv2-doc/html/class_audio_dlg__coll__graph.md5 b/fdmdv2/fdmdv2-doc/html/class_audio_dlg__coll__graph.md5 index 3aa18f3c..11c13438 100644 --- a/fdmdv2/fdmdv2-doc/html/class_audio_dlg__coll__graph.md5 +++ b/fdmdv2/fdmdv2-doc/html/class_audio_dlg__coll__graph.md5 @@ -1 +1 @@ -cffab7f2d9179a76e16e600553db1d35 \ No newline at end of file +75f752ef3646e1b426135d9a7a2b7650 \ No newline at end of file diff --git a/fdmdv2/fdmdv2-doc/html/class_audio_dlg__coll__graph.png b/fdmdv2/fdmdv2-doc/html/class_audio_dlg__coll__graph.png index 5d7c1588..06148998 100644 Binary files a/fdmdv2/fdmdv2-doc/html/class_audio_dlg__coll__graph.png and b/fdmdv2/fdmdv2-doc/html/class_audio_dlg__coll__graph.png differ diff --git a/fdmdv2/fdmdv2-doc/html/class_audio_dlg__inherit__graph.md5 b/fdmdv2/fdmdv2-doc/html/class_audio_dlg__inherit__graph.md5 index 3aa18f3c..11c13438 100644 --- a/fdmdv2/fdmdv2-doc/html/class_audio_dlg__inherit__graph.md5 +++ b/fdmdv2/fdmdv2-doc/html/class_audio_dlg__inherit__graph.md5 @@ -1 +1 @@ -cffab7f2d9179a76e16e600553db1d35 \ No newline at end of file +75f752ef3646e1b426135d9a7a2b7650 \ No newline at end of file diff --git a/fdmdv2/fdmdv2-doc/html/class_audio_dlg__inherit__graph.png b/fdmdv2/fdmdv2-doc/html/class_audio_dlg__inherit__graph.png index 5d7c1588..06148998 100644 Binary files a/fdmdv2/fdmdv2-doc/html/class_audio_dlg__inherit__graph.png and b/fdmdv2/fdmdv2-doc/html/class_audio_dlg__inherit__graph.png differ diff --git a/fdmdv2/fdmdv2-doc/html/class_audio_stream-members.html b/fdmdv2/fdmdv2-doc/html/class_audio_stream-members.html index e72c6565..6c87f60d 100644 --- a/fdmdv2/fdmdv2-doc/html/class_audio_stream-members.html +++ b/fdmdv2/fdmdv2-doc/html/class_audio_stream-members.html @@ -30,6 +30,7 @@ diff --git a/fdmdv2/fdmdv2-doc/html/class_audio_stream.html b/fdmdv2/fdmdv2-doc/html/class_audio_stream.html index f647b566..872736db 100644 --- a/fdmdv2/fdmdv2-doc/html/class_audio_stream.html +++ b/fdmdv2/fdmdv2-doc/html/class_audio_stream.html @@ -30,6 +30,7 @@
+ +

#include <audiostream.h>

- + - + + +

Public Member Functions

AudioStream (int tableSize)
 AudioStream (int tableSize)
 
-int generate (const void *inputBuffer, void *outputBuffer, unsigned long framesPerBuffer, const PaStreamCallbackTimeInfo *timeInfo, PaStreamCallbackFlags statusFlags)
 ~AudioStream ()
 
int generate (const void *inputBuffer, void *outputBuffer, unsigned long framesPerBuffer, const PaStreamCallbackTimeInfo *timeInfo, PaStreamCallbackFlags statusFlags)
 
+

Detailed Description

+
+

Definition at line 24 of file audiostream.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + +
AudioStream::AudioStream (int tableSize)
+
+ +

Definition at line 11 of file audiostream.cpp.

+ +
+
+ +
+
+ + + + + + + +
AudioStream::~AudioStream ()
+
+ +

Definition at line 24 of file audiostream.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
int AudioStream::generate (const void * inputBuffer,
void * outputBuffer,
unsigned long framesPerBuffer,
const PaStreamCallbackTimeInfo * timeInfo,
PaStreamCallbackFlags statusFlags 
)
+
+ +

Definition at line 32 of file audiostream.cpp.

+ +
+

The documentation for this class was generated from the following files:
    -
  • C:/bin/Projects/Radio/fdmdv2/src/audiostream.h
  • -
  • C:/bin/Projects/Radio/fdmdv2/src/audiostream.cpp
  • +
  • C:/bin/Projects/Radio/fdmdv2/src/detritus/audiostream.h
  • +
  • C:/bin/Projects/Radio/fdmdv2/src/detritus/audiostream.cpp
diff --git a/fdmdv2/fdmdv2-doc/html/class_audio_thread-members.html b/fdmdv2/fdmdv2-doc/html/class_audio_thread-members.html index 21c8ebcb..de4200df 100644 --- a/fdmdv2/fdmdv2-doc/html/class_audio_thread-members.html +++ b/fdmdv2/fdmdv2-doc/html/class_audio_thread-members.html @@ -30,6 +30,7 @@ diff --git a/fdmdv2/fdmdv2-doc/html/class_audio_thread.html b/fdmdv2/fdmdv2-doc/html/class_audio_thread.html index 4636e991..93244205 100644 --- a/fdmdv2/fdmdv2-doc/html/class_audio_thread.html +++ b/fdmdv2/fdmdv2-doc/html/class_audio_thread.html @@ -30,6 +30,7 @@
+ +

#include <thread_audio.h>

Inheritance diagram for AudioThread:
@@ -61,45 +64,201 @@ Inheritance diagram for AudioThread:
Collaboration diagram for AudioThread:
Collaboration graph
- - +
[legend]
- + - + + + - + - + - + - +

Public Member Functions

AudioThread (MainFrame *handler)
 AudioThread (MainFrame *handler)
 
-void * Entry ()
 ~AudioThread ()
 
void * Entry ()
 
-void OnDelete ()
void OnDelete ()
 
-void OnExit ()
void OnExit ()
 
-void OnKill ()
void OnKill ()
 
-bool TestDestroy ()
bool TestDestroy ()
 
- +

Protected Attributes

-MainFramem_pHandler
MainFramem_pHandler
 
+

Detailed Description

+
+

Definition at line 19 of file thread_audio.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + +
+ + + + + + + + +
AudioThread::AudioThread (MainFramehandler)
+
+inline
+
+ +

Definition at line 22 of file thread_audio.h.

+ +
+
+ +
+
+ + + + + + + +
AudioThread::~AudioThread ()
+
+ +

Definition at line 46 of file thread_audio.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
void * AudioThread::Entry ()
+
+ +

Definition at line 50 of file thread_audio.cpp.

+ +
+
+ +
+
+ + + + + + + +
void AudioThread::OnDelete ()
+
+ +

Definition at line 54 of file thread_audio.cpp.

+ +
+
+ +
+
+ + + + + + + +
void AudioThread::OnExit ()
+
+ +

Definition at line 57 of file thread_audio.cpp.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + + + +
void AudioThread::OnKill ()
+
+ +

Definition at line 60 of file thread_audio.cpp.

+ +
+
+ +
+
+ + + + + + + +
bool AudioThread::TestDestroy ()
+
+ +
+
+

Member Data Documentation

+ +
+
+ + + + + +
+ + + + +
MainFrame* AudioThread::m_pHandler
+
+protected
+
+ +

Definition at line 32 of file thread_audio.h.

+ +
+

The documentation for this class was generated from the following files: diff --git a/fdmdv2/fdmdv2-doc/html/class_audio_thread__coll__graph.map b/fdmdv2/fdmdv2-doc/html/class_audio_thread__coll__graph.map index 3fdb5869..84043d00 100644 --- a/fdmdv2/fdmdv2-doc/html/class_audio_thread__coll__graph.map +++ b/fdmdv2/fdmdv2-doc/html/class_audio_thread__coll__graph.map @@ -1,11 +1,12 @@ - - - - - - - - - + + + + + + + + + + diff --git a/fdmdv2/fdmdv2-doc/html/class_audio_thread__coll__graph.md5 b/fdmdv2/fdmdv2-doc/html/class_audio_thread__coll__graph.md5 index 66b8f86a..de6125c3 100644 --- a/fdmdv2/fdmdv2-doc/html/class_audio_thread__coll__graph.md5 +++ b/fdmdv2/fdmdv2-doc/html/class_audio_thread__coll__graph.md5 @@ -1 +1 @@ -bd3265dbf9e3b2e3cb8119b9e8853a1e \ No newline at end of file +850bfe5750c2e6f66e8cece932509782 \ No newline at end of file diff --git a/fdmdv2/fdmdv2-doc/html/class_audio_thread__coll__graph.png b/fdmdv2/fdmdv2-doc/html/class_audio_thread__coll__graph.png index 8b42b8f4..2c841527 100644 Binary files a/fdmdv2/fdmdv2-doc/html/class_audio_thread__coll__graph.png and b/fdmdv2/fdmdv2-doc/html/class_audio_thread__coll__graph.png differ diff --git a/fdmdv2/fdmdv2-doc/html/class_com_ports_dlg-members.html b/fdmdv2/fdmdv2-doc/html/class_com_ports_dlg-members.html index 90dfa353..e48b24e4 100644 --- a/fdmdv2/fdmdv2-doc/html/class_com_ports_dlg-members.html +++ b/fdmdv2/fdmdv2-doc/html/class_com_ports_dlg-members.html @@ -30,6 +30,7 @@ diff --git a/fdmdv2/fdmdv2-doc/html/class_com_ports_dlg.html b/fdmdv2/fdmdv2-doc/html/class_com_ports_dlg.html index 9119421e..e437d300 100644 --- a/fdmdv2/fdmdv2-doc/html/class_com_ports_dlg.html +++ b/fdmdv2/fdmdv2-doc/html/class_com_ports_dlg.html @@ -30,6 +30,7 @@
+ +

#include <dlg_comports.h>

Inheritance diagram for ComPortsDlg:
Inheritance graph
- - +
[legend]
Collaboration diagram for ComPortsDlg:
Collaboration graph
- - +
[legend]
- + - + + + + + + + + + + +

Public Member Functions

 ComPortsDlg (wxWindow *parent)
 
-void ExchangeData (int inout)
void ExchangeData (int inout)
 
- Public Member Functions inherited from DlgComPorts
DlgComPorts (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Select Com Port"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(399, 354), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
 DlgComPorts (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Select Com Port"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(399, 226), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
 
 ~DlgComPorts ()
 
 DlgComPorts (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Select Com Port"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(399, 226), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
 
 ~DlgComPorts ()
 
 DlgComPorts (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Select Com Port"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(399, 354), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
 
 ~DlgComPorts ()
 
- + - + - + - + - + - +

Protected Member Functions

-void OnListItemSelected (wxListEvent &event)
void OnListItemSelected (wxListEvent &event)
 
-void OnCancel (wxCommandEvent &event)
void OnCancel (wxCommandEvent &event)
 
-void OnOK (wxCommandEvent &event)
void OnOK (wxCommandEvent &event)
 
-void OnClose (wxCloseEvent &event)
void OnClose (wxCloseEvent &event)
 
-void OnInitDialog (wxInitDialogEvent &event)
void OnInitDialog (wxInitDialogEvent &event)
 
-void OnApply (wxCommandEvent &event)
void OnApply (wxCommandEvent &event)
 
- - - - - - - + + + + + + + + + + + + + + + - + - + - + - + - + - + - + - + - + - + - + - +

Additional Inherited Members

- Protected Attributes inherited from DlgComPorts
-wxStaticText * m_staticText8
 
-wxListCtrl * m_listCtrlPortSelect
 
-wxStaticText * m_staticText9
 
-wxTextCtrl * m_textRigCtrlPort
wxStaticText * m_staticText8
 
wxListCtrl * m_listCtrlPortSelect
 
wxStaticText * m_staticText9
 
wxTextCtrl * m_textCtrl10
 
wxStdDialogButtonSizer * m_sdbSizer3
 
wxButton * m_sdbSizer3OK
 
wxButton * m_sdbSizer3Cancel
 
wxTextCtrl * m_textRigCtrlPort
 
-wxStaticText * m_staticText91
wxStaticText * m_staticText91
 
-wxTextCtrl * m_textRigCtrlBaud
wxTextCtrl * m_textRigCtrlBaud
 
-wxStaticText * m_staticText911
wxStaticText * m_staticText911
 
-wxTextCtrl * m_textRigCtrlDatabits
wxTextCtrl * m_textRigCtrlDatabits
 
-wxStaticText * m_staticText912
wxStaticText * m_staticText912
 
-wxTextCtrl * m_textRigCtrlStopbits
wxTextCtrl * m_textRigCtrlStopbits
 
-wxStaticText * m_staticText913
wxStaticText * m_staticText913
 
-wxTextCtrl * m_textRigCtrlParity
wxTextCtrl * m_textRigCtrlParity
 
-wxStdDialogButtonSizer * m_sdbSizer5
wxStdDialogButtonSizer * m_sdbSizer5
 
-wxButton * m_sdbSizer5OK
wxButton * m_sdbSizer5OK
 
-wxButton * m_sdbSizer5Apply
wxButton * m_sdbSizer5Apply
 
-wxButton * m_sdbSizer5Cancel
wxButton * m_sdbSizer5Cancel
 
-

Constructor & Destructor Documentation

+

Detailed Description

+
+

Definition at line 19 of file dlg_comports.h.

+

Constructor & Destructor Documentation

@@ -168,16 +166,229 @@ wxButton * m_sdbSizer5Canc

Constructor

+

Definition at line 16 of file dlg_comports.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + + +
void ComPortsDlg::ExchangeData (int inout)
+
+ +

Definition at line 33 of file dlg_comports.cpp.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void ComPortsDlg::OnApply (wxCommandEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from DlgComPorts.

+ +

Definition at line 83 of file dlg_comports.cpp.

+ +

+Here is the call graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void ComPortsDlg::OnCancel (wxCommandEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from DlgComPorts.

+ +

Definition at line 67 of file dlg_comports.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void ComPortsDlg::OnClose (wxCloseEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from DlgComPorts.

+ +

Definition at line 91 of file dlg_comports.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void ComPortsDlg::OnInitDialog (wxInitDialogEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from DlgComPorts.

+ +

Definition at line 99 of file dlg_comports.cpp.

+ +

+Here is the call graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void ComPortsDlg::OnListItemSelected (wxListEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from DlgComPorts.

+ +

Definition at line 25 of file dlg_comports.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void ComPortsDlg::OnOK (wxCommandEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from DlgComPorts.

+ +

Definition at line 75 of file dlg_comports.cpp.

+

The documentation for this class was generated from the following files:
  • C:/bin/Projects/Radio/fdmdv2/src/dlg_comports.h
  • -
  • C:/bin/Projects/Radio/fdmdv2/src/dlg_comports.cpp
  • +
  • C:/bin/Projects/Radio/fdmdv2/src/dlg_comports.cpp
diff --git a/fdmdv2/fdmdv2-doc/html/class_com_ports_dlg__coll__graph.md5 b/fdmdv2/fdmdv2-doc/html/class_com_ports_dlg__coll__graph.md5 index 12a108e7..60d1bb46 100644 --- a/fdmdv2/fdmdv2-doc/html/class_com_ports_dlg__coll__graph.md5 +++ b/fdmdv2/fdmdv2-doc/html/class_com_ports_dlg__coll__graph.md5 @@ -1 +1 @@ -b1a0bcfd10b28b12c73cb1b24e6cbf48 \ No newline at end of file +e310e85917a8b08fa21ad40b822845c4 \ No newline at end of file diff --git a/fdmdv2/fdmdv2-doc/html/class_com_ports_dlg__coll__graph.png b/fdmdv2/fdmdv2-doc/html/class_com_ports_dlg__coll__graph.png index d5f418a0..fb04c73b 100644 Binary files a/fdmdv2/fdmdv2-doc/html/class_com_ports_dlg__coll__graph.png and b/fdmdv2/fdmdv2-doc/html/class_com_ports_dlg__coll__graph.png differ diff --git a/fdmdv2/fdmdv2-doc/html/class_com_ports_dlg__inherit__graph.md5 b/fdmdv2/fdmdv2-doc/html/class_com_ports_dlg__inherit__graph.md5 index 12a108e7..60d1bb46 100644 --- a/fdmdv2/fdmdv2-doc/html/class_com_ports_dlg__inherit__graph.md5 +++ b/fdmdv2/fdmdv2-doc/html/class_com_ports_dlg__inherit__graph.md5 @@ -1 +1 @@ -b1a0bcfd10b28b12c73cb1b24e6cbf48 \ No newline at end of file +e310e85917a8b08fa21ad40b822845c4 \ No newline at end of file diff --git a/fdmdv2/fdmdv2-doc/html/class_com_ports_dlg__inherit__graph.png b/fdmdv2/fdmdv2-doc/html/class_com_ports_dlg__inherit__graph.png index d5f418a0..fb04c73b 100644 Binary files a/fdmdv2/fdmdv2-doc/html/class_com_ports_dlg__inherit__graph.png and b/fdmdv2/fdmdv2-doc/html/class_com_ports_dlg__inherit__graph.png differ diff --git a/fdmdv2/fdmdv2-doc/html/class_dlg_about-members.html b/fdmdv2/fdmdv2-doc/html/class_dlg_about-members.html index 351e099a..3d1496ae 100644 --- a/fdmdv2/fdmdv2-doc/html/class_dlg_about-members.html +++ b/fdmdv2/fdmdv2-doc/html/class_dlg_about-members.html @@ -30,6 +30,7 @@ diff --git a/fdmdv2/fdmdv2-doc/html/class_dlg_about.html b/fdmdv2/fdmdv2-doc/html/class_dlg_about.html index 742345fe..a25fee1e 100644 --- a/fdmdv2/fdmdv2-doc/html/class_dlg_about.html +++ b/fdmdv2/fdmdv2-doc/html/class_dlg_about.html @@ -30,6 +30,7 @@
-

#include <topFrame.h>

+

#include <topFrame (2).h>

Inheritance diagram for DlgAbout:
Inheritance graph
- - +
[legend]
Collaboration diagram for DlgAbout:
Collaboration graph
+
[legend]
- + + + + + + + + + + +

Public Member Functions

DlgAbout (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("About FDMDV2"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(352, 343), long style=wxDEFAULT_DIALOG_STYLE)
 DlgAbout (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("About FDMDV2"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(352, 343), long style=wxDEFAULT_DIALOG_STYLE)
 
 ~DlgAbout ()
 
 DlgAbout (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("About FDMDV2"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(352, 343), long style=wxDEFAULT_DIALOG_STYLE)
 
 ~DlgAbout ()
 
 DlgAbout (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("About FDMDV2"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(352, 343), long style=wxDEFAULT_DIALOG_STYLE)
 
 ~DlgAbout ()
 
- + + + + + - + + + + +

Protected Member Functions

-virtual void OnClose (wxCloseEvent &event)
virtual void OnClose (wxCloseEvent &event)
 
virtual void OnInitDialog (wxInitDialogEvent &event)
 
virtual void OnClose (wxCloseEvent &event)
 
-virtual void OnInitDialog (wxInitDialogEvent &event)
virtual void OnInitDialog (wxInitDialogEvent &event)
 
virtual void OnClose (wxCloseEvent &event)
 
virtual void OnInitDialog (wxInitDialogEvent &event)
 
- - - - - - - - + + + + + + + +

Protected Attributes

-wxStaticBitmap * m_bitmapAbout
 
-wxStaticText * m_staticText1
 
-wxTextCtrl * m_textCtrl2
 
-wxButton * m_button9
 
wxStaticBitmap * m_bitmapAbout
 
wxStaticText * m_staticText1
 
wxTextCtrl * m_textCtrl2
 
wxButton * m_button9
 

Detailed Description

Class DlgAbout

-

The documentation for this class was generated from the following files:

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DlgAbout::DlgAbout (wxWindow * parent,
wxWindowID id = wxID_ANY,
const wxString & title = _("About FDMDV2"),
const wxPoint & pos = wxDefaultPosition,
const wxSize & size = wxSize( 352,343 ),
long style = wxDEFAULT_DIALOG_STYLE 
)
+
+ +

Definition at line 402 of file topFrame (2).cpp.

+ +

+Here is the call graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + + + +
DlgAbout::~DlgAbout ()
+
+ +

Definition at line 469 of file topFrame (2).cpp.

+ +

+Here is the call graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DlgAbout::DlgAbout (wxWindow * parent,
wxWindowID id = wxID_ANY,
const wxString & title = _("About FDMDV2"),
const wxPoint & pos = wxDefaultPosition,
const wxSize & size = wxSize(352, 343),
long style = wxDEFAULT_DIALOG_STYLE 
)
+
+ +
+
+ +
+
+ + + + + + + +
DlgAbout::~DlgAbout ()
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DlgAbout::DlgAbout (wxWindow * parent,
wxWindowID id = wxID_ANY,
const wxString & title = _("About FDMDV2"),
const wxPoint & pos = wxDefaultPosition,
const wxSize & size = wxSize(352, 343),
long style = wxDEFAULT_DIALOG_STYLE 
)
+
+ +
+
+ +
+
+ + + + + + + +
DlgAbout::~DlgAbout ()
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + + +
virtual void DlgAbout::OnClose (wxCloseEvent & event)
+
+inlineprotectedvirtual
+
+ +

Definition at line 151 of file topFrame (2).h.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
virtual void DlgAbout::OnClose (wxCloseEvent & event)
+
+inlineprotectedvirtual
+
+ +

Definition at line 151 of file topFrame.h.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
virtual void DlgAbout::OnClose (wxCloseEvent & event)
+
+inlineprotectedvirtual
+
+ +

Definition at line 164 of file topFrame.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
virtual void DlgAbout::OnInitDialog (wxInitDialogEvent & event)
+
+inlineprotectedvirtual
+
+ +

Reimplemented in AboutDlg.

+ +

Definition at line 152 of file topFrame.h.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
virtual void DlgAbout::OnInitDialog (wxInitDialogEvent & event)
+
+inlineprotectedvirtual
+
+ +

Reimplemented in AboutDlg.

+ +

Definition at line 152 of file topFrame (2).h.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
virtual void DlgAbout::OnInitDialog (wxInitDialogEvent & event)
+
+inlineprotectedvirtual
+
+ +

Reimplemented in AboutDlg.

+ +

Definition at line 165 of file topFrame.h.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + + +
+ + + + +
wxStaticBitmap * DlgAbout::m_bitmapAbout
+
+protected
+
+ +

Definition at line 145 of file topFrame (2).h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxButton * DlgAbout::m_button9
+
+protected
+
+ +

Definition at line 148 of file topFrame (2).h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxStaticText * DlgAbout::m_staticText1
+
+protected
+
+ +

Definition at line 146 of file topFrame (2).h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxTextCtrl * DlgAbout::m_textCtrl2
+
+protected
+
+ +

Definition at line 147 of file topFrame (2).h.

+ +
+
+
The documentation for this class was generated from the following files: diff --git a/fdmdv2/fdmdv2-doc/html/class_dlg_about__coll__graph.md5 b/fdmdv2/fdmdv2-doc/html/class_dlg_about__coll__graph.md5 index c99fc54a..a285c5e2 100644 --- a/fdmdv2/fdmdv2-doc/html/class_dlg_about__coll__graph.md5 +++ b/fdmdv2/fdmdv2-doc/html/class_dlg_about__coll__graph.md5 @@ -1 +1 @@ -369ed039678c14185d58764b352d7199 \ No newline at end of file +da6e4957896a7cf56e7694ae8b3c64ba \ No newline at end of file diff --git a/fdmdv2/fdmdv2-doc/html/class_dlg_about__coll__graph.png b/fdmdv2/fdmdv2-doc/html/class_dlg_about__coll__graph.png index ebdfea27..27090d86 100644 Binary files a/fdmdv2/fdmdv2-doc/html/class_dlg_about__coll__graph.png and b/fdmdv2/fdmdv2-doc/html/class_dlg_about__coll__graph.png differ diff --git a/fdmdv2/fdmdv2-doc/html/class_dlg_about__inherit__graph.map b/fdmdv2/fdmdv2-doc/html/class_dlg_about__inherit__graph.map index 65a47c90..890733aa 100644 --- a/fdmdv2/fdmdv2-doc/html/class_dlg_about__inherit__graph.map +++ b/fdmdv2/fdmdv2-doc/html/class_dlg_about__inherit__graph.map @@ -1,3 +1,3 @@ - + diff --git a/fdmdv2/fdmdv2-doc/html/class_dlg_about__inherit__graph.md5 b/fdmdv2/fdmdv2-doc/html/class_dlg_about__inherit__graph.md5 index 5d0e7257..cfcb4156 100644 --- a/fdmdv2/fdmdv2-doc/html/class_dlg_about__inherit__graph.md5 +++ b/fdmdv2/fdmdv2-doc/html/class_dlg_about__inherit__graph.md5 @@ -1 +1 @@ -eb54897be69c9819f5a459c362934985 \ No newline at end of file +c6c36d564b953426bb43d97bee5ed684 \ No newline at end of file diff --git a/fdmdv2/fdmdv2-doc/html/class_dlg_about__inherit__graph.png b/fdmdv2/fdmdv2-doc/html/class_dlg_about__inherit__graph.png index d2802a4e..f367cf5e 100644 Binary files a/fdmdv2/fdmdv2-doc/html/class_dlg_about__inherit__graph.png and b/fdmdv2/fdmdv2-doc/html/class_dlg_about__inherit__graph.png differ diff --git a/fdmdv2/fdmdv2-doc/html/class_dlg_audio-members.html b/fdmdv2/fdmdv2-doc/html/class_dlg_audio-members.html index 980ac096..26348bf3 100644 --- a/fdmdv2/fdmdv2-doc/html/class_dlg_audio-members.html +++ b/fdmdv2/fdmdv2-doc/html/class_dlg_audio-members.html @@ -30,6 +30,7 @@ diff --git a/fdmdv2/fdmdv2-doc/html/class_dlg_audio.html b/fdmdv2/fdmdv2-doc/html/class_dlg_audio.html index 0d1655cc..cf441a12 100644 --- a/fdmdv2/fdmdv2-doc/html/class_dlg_audio.html +++ b/fdmdv2/fdmdv2-doc/html/class_dlg_audio.html @@ -30,6 +30,7 @@
-

#include <topFrame.h>

+

#include <topFrame (2).h>

Inheritance diagram for DlgAudio:
Inheritance graph
- - +
[legend]
Collaboration diagram for DlgAudio:
Collaboration graph
+
[legend]
- + + + + + + + + + + +

Public Member Functions

DlgAudio (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Audio Options"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(555, 419), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
 DlgAudio (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Audio Options"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(555, 419), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
 
 ~DlgAudio ()
 
 DlgAudio (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Audio Options"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(555, 419), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
 
 ~DlgAudio ()
 
 DlgAudio (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Audio Options"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(555, 419), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
 
 ~DlgAudio ()
 
- + - + - + - + - + - + - + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Protected Member Functions

-virtual void OnClose (wxCloseEvent &event)
virtual void OnClose (wxCloseEvent &event)
 
-virtual void OnInitDialog (wxInitDialogEvent &event)
virtual void OnInitDialog (wxInitDialogEvent &event)
 
-virtual void OnRxInputSelect (wxCommandEvent &event)
virtual void OnRxInputSelect (wxCommandEvent &event)
 
-virtual void OnTxOutputSelect (wxCommandEvent &event)
virtual void OnTxOutputSelect (wxCommandEvent &event)
 
-virtual void OnVoiceInputSelect (wxCommandEvent &event)
virtual void OnVoiceInputSelect (wxCommandEvent &event)
 
-virtual void OnVoiceOutputSelect (wxCommandEvent &event)
virtual void OnVoiceOutputSelect (wxCommandEvent &event)
 
-virtual void OnApply (wxCommandEvent &event)
virtual void OnApply (wxCommandEvent &event)
 
-virtual void OnCancel (wxCommandEvent &event)
virtual void OnCancel (wxCommandEvent &event)
 
-virtual void OnOK (wxCommandEvent &event)
virtual void OnOK (wxCommandEvent &event)
 
virtual void OnClose (wxCloseEvent &event)
 
virtual void OnInitDialog (wxInitDialogEvent &event)
 
virtual void OnRxInputSelect (wxCommandEvent &event)
 
virtual void OnTxOutputSelect (wxCommandEvent &event)
 
virtual void OnVoiceInputSelect (wxCommandEvent &event)
 
virtual void OnVoiceOutputSelect (wxCommandEvent &event)
 
virtual void OnApply (wxCommandEvent &event)
 
virtual void OnCancel (wxCommandEvent &event)
 
virtual void OnOK (wxCommandEvent &event)
 
virtual void OnClose (wxCloseEvent &event)
 
virtual void OnInitDialog (wxInitDialogEvent &event)
 
virtual void OnRxInputSelect (wxCommandEvent &event)
 
virtual void OnTxOutputSelect (wxCommandEvent &event)
 
virtual void OnVoiceInputSelect (wxCommandEvent &event)
 
virtual void OnVoiceOutputSelect (wxCommandEvent &event)
 
virtual void OnApply (wxCommandEvent &event)
 
virtual void OnCancel (wxCommandEvent &event)
 
virtual void OnOK (wxCommandEvent &event)
 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Protected Attributes

-wxNotebook * m_nbAudioOptions
 
-wxPanel * m_panelDevices
 
-wxRadioButton * m_radioBtnPortAudio
 
-wxStaticText * m_staticText151
 
-wxTextCtrl * m_textNumChOut
 
-wxStaticText * m_staticText141
 
-wxTextCtrl * m_textNumChIn
 
-wxStaticText * m_staticText14
 
-wxComboBox * m_comboAudioCodec
 
-wxStaticText * m_staticText15
 
-wxComboBox * m_comboCodecTx
 
-wxStaticText * m_staticText16
 
-wxComboBox * m_comboRadioRx
 
-wxStaticText * m_staticText17
 
-wxComboBox * m_comboCodecSpkr
 
-wxRadioButton * m_radioBtnFileOnly
 
-wxPanel * m_panelSettings
 
-wxListBox * m_lbRxInput
 
-wxTextCtrl * m_textRxInput
 
-wxListBox * m_lbTxOutput
 
-wxTextCtrl * m_textTxOutput
 
-wxListBox * m_lbVoiceInput
 
-wxTextCtrl * m_textVoiceInput
 
-wxListBox * m_lbVoiceOutput
 
-wxTextCtrl * m_textVoiceOutput
 
-wxStdDialogButtonSizer * m_sdbSizer3
 
-wxButton * m_sdbSizer3OK
 
-wxButton * m_sdbSizer3Apply
 
-wxButton * m_sdbSizer3Cancel
 
wxNotebook * m_nbAudioOptions
 
wxPanel * m_panelDevices
 
wxRadioButton * m_radioBtnPortAudio
 
wxStaticText * m_staticText151
 
wxTextCtrl * m_textNumChOut
 
wxStaticText * m_staticText141
 
wxTextCtrl * m_textNumChIn
 
wxStaticText * m_staticText14
 
wxComboBox * m_comboAudioCodec
 
wxStaticText * m_staticText15
 
wxComboBox * m_comboCodecTx
 
wxStaticText * m_staticText16
 
wxComboBox * m_comboRadioRx
 
wxStaticText * m_staticText17
 
wxComboBox * m_comboCodecSpkr
 
wxRadioButton * m_radioBtnFileOnly
 
wxPanel * m_panelSettings
 
wxListBox * m_lbRxInput
 
wxTextCtrl * m_textRxInput
 
wxListBox * m_lbTxOutput
 
wxTextCtrl * m_textTxOutput
 
wxListBox * m_lbVoiceInput
 
wxTextCtrl * m_textVoiceInput
 
wxListBox * m_lbVoiceOutput
 
wxTextCtrl * m_textVoiceOutput
 
wxPanel * m_panelRightChannel
 
wxStdDialogButtonSizer * m_sdbSizer3
 
wxButton * m_sdbSizer3OK
 
wxButton * m_sdbSizer3Apply
 
wxButton * m_sdbSizer3Cancel
 
wxTextCtrl * m_textCtrl15
 

Detailed Description

Class DlgAudio

-

The documentation for this class was generated from the following files:

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DlgAudio::DlgAudio (wxWindow * parent,
wxWindowID id = wxID_ANY,
const wxString & title = _("Audio Options"),
const wxPoint & pos = wxDefaultPosition,
const wxSize & size = wxSize( 555,419 ),
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER 
)
+
+ +

Definition at line 477 of file topFrame (2).cpp.

+ +

+Here is the call graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + + + +
DlgAudio::~DlgAudio ()
+
+ +

Definition at line 758 of file topFrame (2).cpp.

+ +

+Here is the call graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DlgAudio::DlgAudio (wxWindow * parent,
wxWindowID id = wxID_ANY,
const wxString & title = _("Audio Options"),
const wxPoint & pos = wxDefaultPosition,
const wxSize & size = wxSize(555, 419),
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER 
)
+
+ +
+
+ +
+
+ + + + + + + +
DlgAudio::~DlgAudio ()
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DlgAudio::DlgAudio (wxWindow * parent,
wxWindowID id = wxID_ANY,
const wxString & title = _("Audio Options"),
const wxPoint & pos = wxDefaultPosition,
const wxSize & size = wxSize(555, 419),
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER 
)
+
+ +
+
+ +
+
+ + + + + + + +
DlgAudio::~DlgAudio ()
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + + +
virtual void DlgAudio::OnApply (wxCommandEvent & event)
+
+inlineprotectedvirtual
+
+ +

Reimplemented in AudioDlg, and fdmdv2DlgAudio.

+ +

Definition at line 208 of file topFrame (2).h.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
virtual void DlgAudio::OnApply (wxCommandEvent & event)
+
+inlineprotectedvirtual
+
+ +

Reimplemented in AudioDlg, and fdmdv2DlgAudio.

+ +

Definition at line 208 of file topFrame.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
virtual void DlgAudio::OnApply (wxCommandEvent & event)
+
+inlineprotectedvirtual
+
+ +

Reimplemented in AudioDlg, and fdmdv2DlgAudio.

+ +

Definition at line 220 of file topFrame.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
virtual void DlgAudio::OnCancel (wxCommandEvent & event)
+
+inlineprotectedvirtual
+
+ +

Reimplemented in AudioDlg, and fdmdv2DlgAudio.

+ +

Definition at line 209 of file topFrame (2).h.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
virtual void DlgAudio::OnCancel (wxCommandEvent & event)
+
+inlineprotectedvirtual
+
+ +

Reimplemented in AudioDlg, and fdmdv2DlgAudio.

+ +

Definition at line 209 of file topFrame.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
virtual void DlgAudio::OnCancel (wxCommandEvent & event)
+
+inlineprotectedvirtual
+
+ +

Reimplemented in AudioDlg, and fdmdv2DlgAudio.

+ +

Definition at line 221 of file topFrame.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
virtual void DlgAudio::OnClose (wxCloseEvent & event)
+
+inlineprotectedvirtual
+
+ +

Reimplemented in AudioDlg.

+ +

Definition at line 202 of file topFrame.h.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
virtual void DlgAudio::OnClose (wxCloseEvent & event)
+
+inlineprotectedvirtual
+
+ +

Reimplemented in AudioDlg.

+ +

Definition at line 202 of file topFrame (2).h.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
virtual void DlgAudio::OnClose (wxCloseEvent & event)
+
+inlineprotectedvirtual
+
+ +

Reimplemented in AudioDlg.

+ +

Definition at line 214 of file topFrame.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
virtual void DlgAudio::OnInitDialog (wxInitDialogEvent & event)
+
+inlineprotectedvirtual
+
+ +

Reimplemented in AudioDlg.

+ +

Definition at line 203 of file topFrame (2).h.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
virtual void DlgAudio::OnInitDialog (wxInitDialogEvent & event)
+
+inlineprotectedvirtual
+
+ +

Reimplemented in AudioDlg.

+ +

Definition at line 203 of file topFrame.h.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
virtual void DlgAudio::OnInitDialog (wxInitDialogEvent & event)
+
+inlineprotectedvirtual
+
+ +

Reimplemented in AudioDlg.

+ +

Definition at line 215 of file topFrame.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
virtual void DlgAudio::OnOK (wxCommandEvent & event)
+
+inlineprotectedvirtual
+
+ +

Reimplemented in AudioDlg, and fdmdv2DlgAudio.

+ +

Definition at line 210 of file topFrame.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
virtual void DlgAudio::OnOK (wxCommandEvent & event)
+
+inlineprotectedvirtual
+
+ +

Reimplemented in AudioDlg, and fdmdv2DlgAudio.

+ +

Definition at line 210 of file topFrame (2).h.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
virtual void DlgAudio::OnOK (wxCommandEvent & event)
+
+inlineprotectedvirtual
+
+ +

Reimplemented in AudioDlg, and fdmdv2DlgAudio.

+ +

Definition at line 222 of file topFrame.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
virtual void DlgAudio::OnRxInputSelect (wxCommandEvent & event)
+
+inlineprotectedvirtual
+
+ +

Reimplemented in AudioDlg.

+ +

Definition at line 204 of file topFrame.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
virtual void DlgAudio::OnRxInputSelect (wxCommandEvent & event)
+
+inlineprotectedvirtual
+
+ +

Reimplemented in AudioDlg.

+ +

Definition at line 204 of file topFrame (2).h.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
virtual void DlgAudio::OnRxInputSelect (wxCommandEvent & event)
+
+inlineprotectedvirtual
+
+ +

Reimplemented in AudioDlg.

+ +

Definition at line 216 of file topFrame.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
virtual void DlgAudio::OnTxOutputSelect (wxCommandEvent & event)
+
+inlineprotectedvirtual
+
+ +

Reimplemented in AudioDlg.

+ +

Definition at line 205 of file topFrame (2).h.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
virtual void DlgAudio::OnTxOutputSelect (wxCommandEvent & event)
+
+inlineprotectedvirtual
+
+ +

Reimplemented in AudioDlg.

+ +

Definition at line 205 of file topFrame.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
virtual void DlgAudio::OnTxOutputSelect (wxCommandEvent & event)
+
+inlineprotectedvirtual
+
+ +

Reimplemented in AudioDlg.

+ +

Definition at line 217 of file topFrame.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
virtual void DlgAudio::OnVoiceInputSelect (wxCommandEvent & event)
+
+inlineprotectedvirtual
+
+ +

Reimplemented in AudioDlg.

+ +

Definition at line 206 of file topFrame.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
virtual void DlgAudio::OnVoiceInputSelect (wxCommandEvent & event)
+
+inlineprotectedvirtual
+
+ +

Reimplemented in AudioDlg.

+ +

Definition at line 206 of file topFrame (2).h.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
virtual void DlgAudio::OnVoiceInputSelect (wxCommandEvent & event)
+
+inlineprotectedvirtual
+
+ +

Reimplemented in AudioDlg.

+ +

Definition at line 218 of file topFrame.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
virtual void DlgAudio::OnVoiceOutputSelect (wxCommandEvent & event)
+
+inlineprotectedvirtual
+
+ +

Reimplemented in AudioDlg.

+ +

Definition at line 207 of file topFrame.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
virtual void DlgAudio::OnVoiceOutputSelect (wxCommandEvent & event)
+
+inlineprotectedvirtual
+
+ +

Reimplemented in AudioDlg.

+ +

Definition at line 207 of file topFrame (2).h.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
virtual void DlgAudio::OnVoiceOutputSelect (wxCommandEvent & event)
+
+inlineprotectedvirtual
+
+ +

Reimplemented in AudioDlg.

+ +

Definition at line 219 of file topFrame.h.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + + +
+ + + + +
wxComboBox * DlgAudio::m_comboAudioCodec
+
+protected
+
+ +

Definition at line 178 of file topFrame (2).h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxComboBox * DlgAudio::m_comboCodecSpkr
+
+protected
+
+ +

Definition at line 184 of file topFrame (2).h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxComboBox * DlgAudio::m_comboCodecTx
+
+protected
+
+ +

Definition at line 180 of file topFrame (2).h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxComboBox * DlgAudio::m_comboRadioRx
+
+protected
+
+ +

Definition at line 182 of file topFrame (2).h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxListBox * DlgAudio::m_lbRxInput
+
+protected
+
+ +

Definition at line 187 of file topFrame (2).h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxListBox * DlgAudio::m_lbTxOutput
+
+protected
+
+ +

Definition at line 189 of file topFrame (2).h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxListBox * DlgAudio::m_lbVoiceInput
+
+protected
+
+ +

Definition at line 191 of file topFrame (2).h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxListBox * DlgAudio::m_lbVoiceOutput
+
+protected
+
+ +

Definition at line 193 of file topFrame (2).h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxNotebook * DlgAudio::m_nbAudioOptions
+
+protected
+
+ +

Definition at line 170 of file topFrame (2).h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxPanel * DlgAudio::m_panelDevices
+
+protected
+
+ +

Definition at line 171 of file topFrame (2).h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxPanel * DlgAudio::m_panelRightChannel
+
+protected
+
+ +

Definition at line 195 of file topFrame (2).h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxPanel * DlgAudio::m_panelSettings
+
+protected
+
+ +

Definition at line 186 of file topFrame (2).h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxRadioButton * DlgAudio::m_radioBtnFileOnly
+
+protected
+
+ +

Definition at line 185 of file topFrame (2).h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxRadioButton * DlgAudio::m_radioBtnPortAudio
+
+protected
+
+ +

Definition at line 172 of file topFrame (2).h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxStdDialogButtonSizer * DlgAudio::m_sdbSizer3
+
+protected
+
+ +

Definition at line 196 of file topFrame (2).h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxButton * DlgAudio::m_sdbSizer3Apply
+
+protected
+
+ +

Definition at line 198 of file topFrame (2).h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxButton * DlgAudio::m_sdbSizer3Cancel
+
+protected
+
+ +

Definition at line 199 of file topFrame (2).h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxButton * DlgAudio::m_sdbSizer3OK
+
+protected
+
+ +

Definition at line 197 of file topFrame (2).h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxStaticText * DlgAudio::m_staticText14
+
+protected
+
+ +

Definition at line 177 of file topFrame (2).h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxStaticText * DlgAudio::m_staticText141
+
+protected
+
+ +

Definition at line 175 of file topFrame (2).h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxStaticText * DlgAudio::m_staticText15
+
+protected
+
+ +

Definition at line 179 of file topFrame (2).h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxStaticText * DlgAudio::m_staticText151
+
+protected
+
+ +

Definition at line 173 of file topFrame (2).h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxStaticText * DlgAudio::m_staticText16
+
+protected
+
+ +

Definition at line 181 of file topFrame (2).h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxStaticText * DlgAudio::m_staticText17
+
+protected
+
+ +

Definition at line 183 of file topFrame (2).h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxTextCtrl* DlgAudio::m_textCtrl15
+
+protected
+
+ +

Definition at line 190 of file topFrame.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxTextCtrl * DlgAudio::m_textNumChIn
+
+protected
+
+ +

Definition at line 176 of file topFrame (2).h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxTextCtrl * DlgAudio::m_textNumChOut
+
+protected
+
+ +

Definition at line 174 of file topFrame (2).h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxTextCtrl * DlgAudio::m_textRxInput
+
+protected
+
+ +

Definition at line 188 of file topFrame (2).h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxTextCtrl * DlgAudio::m_textTxOutput
+
+protected
+
+ +

Definition at line 190 of file topFrame (2).h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxTextCtrl * DlgAudio::m_textVoiceInput
+
+protected
+
+ +

Definition at line 192 of file topFrame (2).h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxTextCtrl * DlgAudio::m_textVoiceOutput
+
+protected
+
+ +

Definition at line 194 of file topFrame (2).h.

+ +
+
+
The documentation for this class was generated from the following files: diff --git a/fdmdv2/fdmdv2-doc/html/class_dlg_audio__coll__graph.md5 b/fdmdv2/fdmdv2-doc/html/class_dlg_audio__coll__graph.md5 index dcfd3ee2..4ece67ed 100644 --- a/fdmdv2/fdmdv2-doc/html/class_dlg_audio__coll__graph.md5 +++ b/fdmdv2/fdmdv2-doc/html/class_dlg_audio__coll__graph.md5 @@ -1 +1 @@ -94e0eb1040aff24213a8a41f7c8f5f58 \ No newline at end of file +2cffbeeb7024b7657c88aa8f262c4da5 \ No newline at end of file diff --git a/fdmdv2/fdmdv2-doc/html/class_dlg_audio__coll__graph.png b/fdmdv2/fdmdv2-doc/html/class_dlg_audio__coll__graph.png index 8b3e4685..9af4bf0a 100644 Binary files a/fdmdv2/fdmdv2-doc/html/class_dlg_audio__coll__graph.png and b/fdmdv2/fdmdv2-doc/html/class_dlg_audio__coll__graph.png differ diff --git a/fdmdv2/fdmdv2-doc/html/class_dlg_audio__inherit__graph.map b/fdmdv2/fdmdv2-doc/html/class_dlg_audio__inherit__graph.map index 762b32a9..967e7e7e 100644 --- a/fdmdv2/fdmdv2-doc/html/class_dlg_audio__inherit__graph.map +++ b/fdmdv2/fdmdv2-doc/html/class_dlg_audio__inherit__graph.map @@ -1,3 +1,4 @@ - + + diff --git a/fdmdv2/fdmdv2-doc/html/class_dlg_audio__inherit__graph.md5 b/fdmdv2/fdmdv2-doc/html/class_dlg_audio__inherit__graph.md5 index 07adc9e8..870e1a7a 100644 --- a/fdmdv2/fdmdv2-doc/html/class_dlg_audio__inherit__graph.md5 +++ b/fdmdv2/fdmdv2-doc/html/class_dlg_audio__inherit__graph.md5 @@ -1 +1 @@ -0d7bc8ec7635cb468043d153fb828470 \ No newline at end of file +6e8ccaaadb0d116d21bf98c67a10ba57 \ No newline at end of file diff --git a/fdmdv2/fdmdv2-doc/html/class_dlg_audio__inherit__graph.png b/fdmdv2/fdmdv2-doc/html/class_dlg_audio__inherit__graph.png index 3cbb025a..d660d36c 100644 Binary files a/fdmdv2/fdmdv2-doc/html/class_dlg_audio__inherit__graph.png and b/fdmdv2/fdmdv2-doc/html/class_dlg_audio__inherit__graph.png differ diff --git a/fdmdv2/fdmdv2-doc/html/class_dlg_com_ports-members.html b/fdmdv2/fdmdv2-doc/html/class_dlg_com_ports-members.html index 96a51df6..c53342f8 100644 --- a/fdmdv2/fdmdv2-doc/html/class_dlg_com_ports-members.html +++ b/fdmdv2/fdmdv2-doc/html/class_dlg_com_ports-members.html @@ -30,6 +30,7 @@ diff --git a/fdmdv2/fdmdv2-doc/html/class_dlg_com_ports.html b/fdmdv2/fdmdv2-doc/html/class_dlg_com_ports.html index 071ffe48..6dbb0a11 100644 --- a/fdmdv2/fdmdv2-doc/html/class_dlg_com_ports.html +++ b/fdmdv2/fdmdv2-doc/html/class_dlg_com_ports.html @@ -30,6 +30,7 @@
-

#include <topFrame.h>

+

#include <topFrame (2).h>

Inheritance diagram for DlgComPorts:
Inheritance graph
- - +
[legend]
Collaboration diagram for DlgComPorts:
Collaboration graph
+
[legend]
- + + + + + + + + + + +

Public Member Functions

DlgComPorts (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Select Com Port"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(399, 354), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
 DlgComPorts (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Select Com Port"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(399, 226), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
 
 ~DlgComPorts ()
 
 DlgComPorts (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Select Com Port"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(399, 226), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
 
 ~DlgComPorts ()
 
 DlgComPorts (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Select Com Port"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(399, 354), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
 
 ~DlgComPorts ()
 
- + - + + + + + - + - + - + - +

Protected Member Functions

-virtual void OnListItemSelected (wxListEvent &event)
virtual void OnListItemSelected (wxListEvent &event)
 
-virtual void OnCancel (wxCommandEvent &event)
virtual void OnListItemSelected (wxListEvent &event)
 
virtual void OnListItemSelected (wxListEvent &event)
 
virtual void OnCancel (wxCommandEvent &event)
 
-virtual void OnOK (wxCommandEvent &event)
virtual void OnOK (wxCommandEvent &event)
 
-virtual void OnClose (wxCloseEvent &event)
virtual void OnClose (wxCloseEvent &event)
 
-virtual void OnInitDialog (wxInitDialogEvent &event)
virtual void OnInitDialog (wxInitDialogEvent &event)
 
-virtual void OnApply (wxCommandEvent &event)
virtual void OnApply (wxCommandEvent &event)
 
- - - - - - - + + + + + + + + + + + + + + + - + - + - + - + - + - + - + - + - + - + - + - +

Protected Attributes

-wxStaticText * m_staticText8
 
-wxListCtrl * m_listCtrlPortSelect
 
-wxStaticText * m_staticText9
 
-wxTextCtrl * m_textRigCtrlPort
wxStaticText * m_staticText8
 
wxListCtrl * m_listCtrlPortSelect
 
wxStaticText * m_staticText9
 
wxTextCtrl * m_textCtrl10
 
wxStdDialogButtonSizer * m_sdbSizer3
 
wxButton * m_sdbSizer3OK
 
wxButton * m_sdbSizer3Cancel
 
wxTextCtrl * m_textRigCtrlPort
 
-wxStaticText * m_staticText91
wxStaticText * m_staticText91
 
-wxTextCtrl * m_textRigCtrlBaud
wxTextCtrl * m_textRigCtrlBaud
 
-wxStaticText * m_staticText911
wxStaticText * m_staticText911
 
-wxTextCtrl * m_textRigCtrlDatabits
wxTextCtrl * m_textRigCtrlDatabits
 
-wxStaticText * m_staticText912
wxStaticText * m_staticText912
 
-wxTextCtrl * m_textRigCtrlStopbits
wxTextCtrl * m_textRigCtrlStopbits
 
-wxStaticText * m_staticText913
wxStaticText * m_staticText913
 
-wxTextCtrl * m_textRigCtrlParity
wxTextCtrl * m_textRigCtrlParity
 
-wxStdDialogButtonSizer * m_sdbSizer5
wxStdDialogButtonSizer * m_sdbSizer5
 
-wxButton * m_sdbSizer5OK
wxButton * m_sdbSizer5OK
 
-wxButton * m_sdbSizer5Apply
wxButton * m_sdbSizer5Apply
 
-wxButton * m_sdbSizer5Cancel
wxButton * m_sdbSizer5Cancel
 

Detailed Description

Class DlgComPorts

-

The documentation for this class was generated from the following files:

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DlgComPorts::DlgComPorts (wxWindow * parent,
wxWindowID id = wxID_ANY,
const wxString & title = _("Select Com Port"),
const wxPoint & pos = wxDefaultPosition,
const wxSize & size = wxSize( 399,226 ),
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER 
)
+
+ +

Definition at line 862 of file topFrame (2).cpp.

+ +

+Here is the call graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + + + +
DlgComPorts::~DlgComPorts ()
+
+ +

Definition at line 908 of file topFrame (2).cpp.

+ +

+Here is the call graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DlgComPorts::DlgComPorts (wxWindow * parent,
wxWindowID id = wxID_ANY,
const wxString & title = _("Select Com Port"),
const wxPoint & pos = wxDefaultPosition,
const wxSize & size = wxSize(399, 226),
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER 
)
+
+ +
+
+ +
+
+ + + + + + + +
DlgComPorts::~DlgComPorts ()
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DlgComPorts::DlgComPorts (wxWindow * parent,
wxWindowID id = wxID_ANY,
const wxString & title = _("Select Com Port"),
const wxPoint & pos = wxDefaultPosition,
const wxSize & size = wxSize(399, 354),
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER 
)
+
+ +
+
+ +
+
+ + + + + + + +
DlgComPorts::~DlgComPorts ()
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + + +
virtual void DlgComPorts::OnApply (wxCommandEvent & event)
+
+inlineprotectedvirtual
+
+ +

Reimplemented in ComPortsDlg.

+ +

Definition at line 299 of file topFrame.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
virtual void DlgComPorts::OnCancel (wxCommandEvent & event)
+
+inlineprotectedvirtual
+
+ +

Reimplemented in ComPortsDlg.

+ +

Definition at line 295 of file topFrame.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
virtual void DlgComPorts::OnClose (wxCloseEvent & event)
+
+inlineprotectedvirtual
+
+ +

Reimplemented in ComPortsDlg.

+ +

Definition at line 297 of file topFrame.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
virtual void DlgComPorts::OnInitDialog (wxInitDialogEvent & event)
+
+inlineprotectedvirtual
+
+ +

Reimplemented in ComPortsDlg.

+ +

Definition at line 298 of file topFrame.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
virtual void DlgComPorts::OnListItemSelected (wxListEvent & event)
+
+inlineprotectedvirtual
+
+ +

Reimplemented in ComPortsDlg.

+ +

Definition at line 273 of file topFrame.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
virtual void DlgComPorts::OnListItemSelected (wxListEvent & event)
+
+inlineprotectedvirtual
+
+ +

Reimplemented in ComPortsDlg.

+ +

Definition at line 273 of file topFrame (2).h.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
virtual void DlgComPorts::OnListItemSelected (wxListEvent & event)
+
+inlineprotectedvirtual
+
+ +

Reimplemented in ComPortsDlg.

+ +

Definition at line 294 of file topFrame.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
virtual void DlgComPorts::OnOK (wxCommandEvent & event)
+
+inlineprotectedvirtual
+
+ +

Reimplemented in ComPortsDlg.

+ +

Definition at line 296 of file topFrame.h.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + + +
+ + + + +
wxListCtrl * DlgComPorts::m_listCtrlPortSelect
+
+protected
+
+ +

Definition at line 265 of file topFrame (2).h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxStdDialogButtonSizer * DlgComPorts::m_sdbSizer3
+
+protected
+
+ +

Definition at line 268 of file topFrame (2).h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxButton * DlgComPorts::m_sdbSizer3Cancel
+
+protected
+
+ +

Definition at line 270 of file topFrame (2).h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxButton * DlgComPorts::m_sdbSizer3OK
+
+protected
+
+ +

Definition at line 269 of file topFrame (2).h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxStdDialogButtonSizer* DlgComPorts::m_sdbSizer5
+
+protected
+
+ +

Definition at line 288 of file topFrame.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxButton* DlgComPorts::m_sdbSizer5Apply
+
+protected
+
+ +

Definition at line 290 of file topFrame.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxButton* DlgComPorts::m_sdbSizer5Cancel
+
+protected
+
+ +

Definition at line 291 of file topFrame.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxButton* DlgComPorts::m_sdbSizer5OK
+
+protected
+
+ +

Definition at line 289 of file topFrame.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxStaticText * DlgComPorts::m_staticText8
+
+protected
+
+ +

Definition at line 264 of file topFrame (2).h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxStaticText * DlgComPorts::m_staticText9
+
+protected
+
+ +

Definition at line 266 of file topFrame (2).h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxStaticText* DlgComPorts::m_staticText91
+
+protected
+
+ +

Definition at line 280 of file topFrame.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxStaticText* DlgComPorts::m_staticText911
+
+protected
+
+ +

Definition at line 282 of file topFrame.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxStaticText* DlgComPorts::m_staticText912
+
+protected
+
+ +

Definition at line 284 of file topFrame.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxStaticText* DlgComPorts::m_staticText913
+
+protected
+
+ +

Definition at line 286 of file topFrame.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxTextCtrl * DlgComPorts::m_textCtrl10
+
+protected
+
+ +

Definition at line 267 of file topFrame (2).h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxTextCtrl* DlgComPorts::m_textRigCtrlBaud
+
+protected
+
+ +

Definition at line 281 of file topFrame.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxTextCtrl* DlgComPorts::m_textRigCtrlDatabits
+
+protected
+
+ +

Definition at line 283 of file topFrame.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxTextCtrl* DlgComPorts::m_textRigCtrlParity
+
+protected
+
+ +

Definition at line 287 of file topFrame.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxTextCtrl* DlgComPorts::m_textRigCtrlPort
+
+protected
+
+ +

Definition at line 279 of file topFrame.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxTextCtrl* DlgComPorts::m_textRigCtrlStopbits
+
+protected
+
+ +

Definition at line 285 of file topFrame.h.

+ +
+
+
The documentation for this class was generated from the following files: diff --git a/fdmdv2/fdmdv2-doc/html/class_dlg_com_ports__coll__graph.md5 b/fdmdv2/fdmdv2-doc/html/class_dlg_com_ports__coll__graph.md5 index b1b781f2..80a29024 100644 --- a/fdmdv2/fdmdv2-doc/html/class_dlg_com_ports__coll__graph.md5 +++ b/fdmdv2/fdmdv2-doc/html/class_dlg_com_ports__coll__graph.md5 @@ -1 +1 @@ -6a51127ed7158da676dd05bc7b7b5eff \ No newline at end of file +4b4b61a802d2a4230b4062468e4913b1 \ No newline at end of file diff --git a/fdmdv2/fdmdv2-doc/html/class_dlg_com_ports__coll__graph.png b/fdmdv2/fdmdv2-doc/html/class_dlg_com_ports__coll__graph.png index 894ad657..ca8daa04 100644 Binary files a/fdmdv2/fdmdv2-doc/html/class_dlg_com_ports__coll__graph.png and b/fdmdv2/fdmdv2-doc/html/class_dlg_com_ports__coll__graph.png differ diff --git a/fdmdv2/fdmdv2-doc/html/class_dlg_com_ports__inherit__graph.map b/fdmdv2/fdmdv2-doc/html/class_dlg_com_ports__inherit__graph.map index 1ce53d5e..befc88d1 100644 --- a/fdmdv2/fdmdv2-doc/html/class_dlg_com_ports__inherit__graph.map +++ b/fdmdv2/fdmdv2-doc/html/class_dlg_com_ports__inherit__graph.map @@ -1,3 +1,3 @@ - + diff --git a/fdmdv2/fdmdv2-doc/html/class_dlg_com_ports__inherit__graph.md5 b/fdmdv2/fdmdv2-doc/html/class_dlg_com_ports__inherit__graph.md5 index 907a4b02..6b41a9be 100644 --- a/fdmdv2/fdmdv2-doc/html/class_dlg_com_ports__inherit__graph.md5 +++ b/fdmdv2/fdmdv2-doc/html/class_dlg_com_ports__inherit__graph.md5 @@ -1 +1 @@ -792d58f4ac06f59ff6143a091d3b5dad \ No newline at end of file +5eb2a6a04ee9be6e233a2246b70f95e9 \ No newline at end of file diff --git a/fdmdv2/fdmdv2-doc/html/class_dlg_com_ports__inherit__graph.png b/fdmdv2/fdmdv2-doc/html/class_dlg_com_ports__inherit__graph.png index ab0da6d0..8c1433e2 100644 Binary files a/fdmdv2/fdmdv2-doc/html/class_dlg_com_ports__inherit__graph.png and b/fdmdv2/fdmdv2-doc/html/class_dlg_com_ports__inherit__graph.png differ diff --git a/fdmdv2/fdmdv2-doc/html/class_dlg_options-members.html b/fdmdv2/fdmdv2-doc/html/class_dlg_options-members.html index 941981b9..1a67d659 100644 --- a/fdmdv2/fdmdv2-doc/html/class_dlg_options-members.html +++ b/fdmdv2/fdmdv2-doc/html/class_dlg_options-members.html @@ -30,6 +30,7 @@ diff --git a/fdmdv2/fdmdv2-doc/html/class_dlg_options.html b/fdmdv2/fdmdv2-doc/html/class_dlg_options.html index 1e4f7975..4ead8cca 100644 --- a/fdmdv2/fdmdv2-doc/html/class_dlg_options.html +++ b/fdmdv2/fdmdv2-doc/html/class_dlg_options.html @@ -30,6 +30,7 @@
-

#include <topFrame.h>

+

#include <topFrame (2).h>

Inheritance diagram for DlgOptions:
Inheritance graph
- - +
[legend]
Collaboration diagram for DlgOptions:
Collaboration graph
+
[legend]
- + + + + + + + + + + +

Public Member Functions

DlgOptions (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Program Options"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(332, 364), long style=wxDEFAULT_DIALOG_STYLE)
 DlgOptions (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Program Options"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(332, 364), long style=wxDEFAULT_DIALOG_STYLE)
 
 ~DlgOptions ()
 
 DlgOptions (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Program Options"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(332, 364), long style=wxDEFAULT_DIALOG_STYLE)
 
 ~DlgOptions ()
 
 DlgOptions (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Program Options"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(332, 364), long style=wxDEFAULT_DIALOG_STYLE)
 
 ~DlgOptions ()
 
- + + + + + + + + + - +

Protected Member Functions

-virtual void OnClose (wxCloseEvent &event)
virtual void OnClose (wxCloseEvent &event)
 
virtual void OnInitDialog (wxInitDialogEvent &event)
 
virtual void OnClose (wxCloseEvent &event)
 
virtual void OnInitDialog (wxInitDialogEvent &event)
 
virtual void OnClose (wxCloseEvent &event)
 
-virtual void OnInitDialog (wxInitDialogEvent &event)
virtual void OnInitDialog (wxInitDialogEvent &event)
 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Protected Attributes

-wxStaticText * m_staticText2
 
-wxTextCtrl * m_textCtrl3
 
-wxStaticText * m_staticText3
 
-wxTextCtrl * m_textCtrl4
 
-wxStaticText * m_staticText4
 
-wxTextCtrl * m_textCtrl5
 
-wxStaticText * m_staticText5
 
-wxTextCtrl * m_textCtrl6
 
-wxStaticText * m_staticText6
 
-wxTextCtrl * m_textCtrl7
 
-wxStaticText * m_staticText7
 
-wxTextCtrl * m_textCtrl8
 
-wxStdDialogButtonSizer * m_sdbSizer4
 
-wxButton * m_sdbSizer4OK
 
-wxButton * m_sdbSizer4Cancel
 
wxStaticText * m_staticText2
 
wxTextCtrl * m_textCtrl3
 
wxStaticText * m_staticText3
 
wxTextCtrl * m_textCtrl4
 
wxStaticText * m_staticText4
 
wxTextCtrl * m_textCtrl5
 
wxStaticText * m_staticText5
 
wxTextCtrl * m_textCtrl6
 
wxStaticText * m_staticText6
 
wxTextCtrl * m_textCtrl7
 
wxStaticText * m_staticText7
 
wxTextCtrl * m_textCtrl8
 
wxStdDialogButtonSizer * m_sdbSizer4
 
wxButton * m_sdbSizer4OK
 
wxButton * m_sdbSizer4Cancel
 

Detailed Description

Class DlgOptions

-

The documentation for this class was generated from the following files:

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DlgOptions::DlgOptions (wxWindow * parent,
wxWindowID id = wxID_ANY,
const wxString & title = _("Program Options"),
const wxPoint & pos = wxDefaultPosition,
const wxSize & size = wxSize( 332,364 ),
long style = wxDEFAULT_DIALOG_STYLE 
)
+
+ +

Definition at line 773 of file topFrame (2).cpp.

+ +

+Here is the call graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + + + +
DlgOptions::~DlgOptions ()
+
+ +

Definition at line 854 of file topFrame (2).cpp.

+ +

+Here is the call graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DlgOptions::DlgOptions (wxWindow * parent,
wxWindowID id = wxID_ANY,
const wxString & title = _("Program Options"),
const wxPoint & pos = wxDefaultPosition,
const wxSize & size = wxSize(332, 364),
long style = wxDEFAULT_DIALOG_STYLE 
)
+
+ +
+
+ +
+
+ + + + + + + +
DlgOptions::~DlgOptions ()
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DlgOptions::DlgOptions (wxWindow * parent,
wxWindowID id = wxID_ANY,
const wxString & title = _("Program Options"),
const wxPoint & pos = wxDefaultPosition,
const wxSize & size = wxSize(332, 364),
long style = wxDEFAULT_DIALOG_STYLE 
)
+
+ +
+
+ +
+
+ + + + + + + +
DlgOptions::~DlgOptions ()
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + + +
virtual void DlgOptions::OnClose (wxCloseEvent & event)
+
+inlineprotectedvirtual
+
+ +

Reimplemented in OptionsDlg.

+ +

Definition at line 245 of file topFrame (2).h.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
virtual void DlgOptions::OnClose (wxCloseEvent & event)
+
+inlineprotectedvirtual
+
+ +

Reimplemented in OptionsDlg.

+ +

Definition at line 245 of file topFrame.h.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
virtual void DlgOptions::OnClose (wxCloseEvent & event)
+
+inlineprotectedvirtual
+
+ +

Reimplemented in OptionsDlg.

+ +

Definition at line 257 of file topFrame.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
virtual void DlgOptions::OnInitDialog (wxInitDialogEvent & event)
+
+inlineprotectedvirtual
+
+ +

Reimplemented in OptionsDlg.

+ +

Definition at line 246 of file topFrame.h.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
virtual void DlgOptions::OnInitDialog (wxInitDialogEvent & event)
+
+inlineprotectedvirtual
+
+ +

Reimplemented in OptionsDlg.

+ +

Definition at line 246 of file topFrame (2).h.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
virtual void DlgOptions::OnInitDialog (wxInitDialogEvent & event)
+
+inlineprotectedvirtual
+
+ +

Reimplemented in OptionsDlg.

+ +

Definition at line 258 of file topFrame.h.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + + +
+ + + + +
wxStdDialogButtonSizer * DlgOptions::m_sdbSizer4
+
+protected
+
+ +

Definition at line 240 of file topFrame (2).h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxButton * DlgOptions::m_sdbSizer4Cancel
+
+protected
+
+ +

Definition at line 242 of file topFrame (2).h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxButton * DlgOptions::m_sdbSizer4OK
+
+protected
+
+ +

Definition at line 241 of file topFrame (2).h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxStaticText * DlgOptions::m_staticText2
+
+protected
+
+ +

Definition at line 228 of file topFrame (2).h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxStaticText * DlgOptions::m_staticText3
+
+protected
+
+ +

Definition at line 230 of file topFrame (2).h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxStaticText * DlgOptions::m_staticText4
+
+protected
+
+ +

Definition at line 232 of file topFrame (2).h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxStaticText * DlgOptions::m_staticText5
+
+protected
+
+ +

Definition at line 234 of file topFrame (2).h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxStaticText * DlgOptions::m_staticText6
+
+protected
+
+ +

Definition at line 236 of file topFrame (2).h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxStaticText * DlgOptions::m_staticText7
+
+protected
+
+ +

Definition at line 238 of file topFrame (2).h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxTextCtrl * DlgOptions::m_textCtrl3
+
+protected
+
+ +

Definition at line 229 of file topFrame (2).h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxTextCtrl * DlgOptions::m_textCtrl4
+
+protected
+
+ +

Definition at line 231 of file topFrame (2).h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxTextCtrl * DlgOptions::m_textCtrl5
+
+protected
+
+ +

Definition at line 233 of file topFrame (2).h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxTextCtrl * DlgOptions::m_textCtrl6
+
+protected
+
+ +

Definition at line 235 of file topFrame (2).h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxTextCtrl * DlgOptions::m_textCtrl7
+
+protected
+
+ +

Definition at line 237 of file topFrame (2).h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxTextCtrl * DlgOptions::m_textCtrl8
+
+protected
+
+ +

Definition at line 239 of file topFrame (2).h.

+ +
+
+
The documentation for this class was generated from the following files: diff --git a/fdmdv2/fdmdv2-doc/html/class_dlg_options__coll__graph.md5 b/fdmdv2/fdmdv2-doc/html/class_dlg_options__coll__graph.md5 index aa14a06d..9fc00473 100644 --- a/fdmdv2/fdmdv2-doc/html/class_dlg_options__coll__graph.md5 +++ b/fdmdv2/fdmdv2-doc/html/class_dlg_options__coll__graph.md5 @@ -1 +1 @@ -dd34bd3e5d10382a89599017f7e4b19b \ No newline at end of file +64bde531b6b6d16fd67d9e6ecc9214e9 \ No newline at end of file diff --git a/fdmdv2/fdmdv2-doc/html/class_dlg_options__coll__graph.png b/fdmdv2/fdmdv2-doc/html/class_dlg_options__coll__graph.png index 08fc3438..61f12016 100644 Binary files a/fdmdv2/fdmdv2-doc/html/class_dlg_options__coll__graph.png and b/fdmdv2/fdmdv2-doc/html/class_dlg_options__coll__graph.png differ diff --git a/fdmdv2/fdmdv2-doc/html/class_dlg_options__inherit__graph.map b/fdmdv2/fdmdv2-doc/html/class_dlg_options__inherit__graph.map index a15c4482..957520ca 100644 --- a/fdmdv2/fdmdv2-doc/html/class_dlg_options__inherit__graph.map +++ b/fdmdv2/fdmdv2-doc/html/class_dlg_options__inherit__graph.map @@ -1,3 +1,3 @@ - + diff --git a/fdmdv2/fdmdv2-doc/html/class_dlg_options__inherit__graph.md5 b/fdmdv2/fdmdv2-doc/html/class_dlg_options__inherit__graph.md5 index 757cda26..f8ae754f 100644 --- a/fdmdv2/fdmdv2-doc/html/class_dlg_options__inherit__graph.md5 +++ b/fdmdv2/fdmdv2-doc/html/class_dlg_options__inherit__graph.md5 @@ -1 +1 @@ -2112f58d27253721ee7b262fd33a7e79 \ No newline at end of file +4b3204f508b69be7dc7329eedf42c853 \ No newline at end of file diff --git a/fdmdv2/fdmdv2-doc/html/class_dlg_options__inherit__graph.png b/fdmdv2/fdmdv2-doc/html/class_dlg_options__inherit__graph.png index 7a14071b..68a20382 100644 Binary files a/fdmdv2/fdmdv2-doc/html/class_dlg_options__inherit__graph.png and b/fdmdv2/fdmdv2-doc/html/class_dlg_options__inherit__graph.png differ diff --git a/fdmdv2/fdmdv2-doc/html/class_fdmdv2_thread_audio-members.html b/fdmdv2/fdmdv2-doc/html/class_fdmdv2_thread_audio-members.html index 7d9ba8fa..8aaa3dcc 100644 --- a/fdmdv2/fdmdv2-doc/html/class_fdmdv2_thread_audio-members.html +++ b/fdmdv2/fdmdv2-doc/html/class_fdmdv2_thread_audio-members.html @@ -30,6 +30,7 @@ diff --git a/fdmdv2/fdmdv2-doc/html/class_fdmdv2_thread_audio.html b/fdmdv2/fdmdv2-doc/html/class_fdmdv2_thread_audio.html index 48bbfae4..0b95aafa 100644 --- a/fdmdv2/fdmdv2-doc/html/class_fdmdv2_thread_audio.html +++ b/fdmdv2/fdmdv2-doc/html/class_fdmdv2_thread_audio.html @@ -30,6 +30,7 @@
+ +

#include <fdmdv2_thread_audio.h>

Inheritance diagram for Fdmdv2ThreadAudio:
@@ -64,29 +67,186 @@ Collaboration diagram for Fdmdv2ThreadAudio:
- + + + + + - + - + - + - +

Public Member Functions

-virtual void * Entry ()
 Fdmdv2ThreadAudio ()
 
 ~Fdmdv2ThreadAudio ()
 
virtual void * Entry ()
 
-virtual void OnDelete ()
virtual void OnDelete ()
 
-virtual void OnExit ()
virtual void OnExit ()
 
-virtual void OnKill ()
virtual void OnKill ()
 
-virtual bool TestDestroy ()
virtual bool TestDestroy ()
 
+

Detailed Description

+
+

Definition at line 7 of file fdmdv2_thread_audio.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + +
Fdmdv2ThreadAudio::Fdmdv2ThreadAudio ()
+
+ +
+
+ +
+
+ + + + + + + +
Fdmdv2ThreadAudio::~Fdmdv2ThreadAudio ()
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + +
virtual void* Fdmdv2ThreadAudio::Entry ()
+
+virtual
+
+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
virtual void Fdmdv2ThreadAudio::OnDelete ()
+
+virtual
+
+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
virtual void Fdmdv2ThreadAudio::OnExit ()
+
+virtual
+
+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
virtual void Fdmdv2ThreadAudio::OnKill ()
+
+virtual
+
+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
virtual bool Fdmdv2ThreadAudio::TestDestroy ()
+
+virtual
+
+ +
+

The documentation for this class was generated from the following file:
diff --git a/fdmdv2/fdmdv2-doc/html/class_main_app-members.html b/fdmdv2/fdmdv2-doc/html/class_main_app-members.html index c7471e91..08437bc3 100644 --- a/fdmdv2/fdmdv2-doc/html/class_main_app-members.html +++ b/fdmdv2/fdmdv2-doc/html/class_main_app-members.html @@ -30,6 +30,7 @@ diff --git a/fdmdv2/fdmdv2-doc/html/class_main_app.html b/fdmdv2/fdmdv2-doc/html/class_main_app.html index f5a96271..057800cb 100644 --- a/fdmdv2/fdmdv2-doc/html/class_main_app.html +++ b/fdmdv2/fdmdv2-doc/html/class_main_app.html @@ -30,6 +30,7 @@
+ +

#include <fdmdv2_main.h>

Inheritance diagram for MainApp:
@@ -65,84 +68,367 @@ Collaboration diagram for MainApp:
- + - + - + - +

Public Member Functions

-virtual bool OnInit ()
virtual bool OnInit ()
 
-virtual int OnExit ()
virtual int OnExit ()
 
-bool loadConfig ()
bool loadConfig ()
 
-bool saveConfig ()
bool saveConfig ()
 
- + - + - - - - - + - + - + - + - + - + - + - + - + - + - + - + - + - +

Public Attributes

-wxString m_strVendName
wxString m_strVendName
 
-wxString m_StrAppName
wxString m_StrAppName
 
-wxRadioButton m_radioBtnPortAudio
 
-wxRadioButton m_radioBtnFileOnly
 
-wxString m_textNumChOut
wxString m_textNumChOut
 
-wxString m_textNumChIn
wxString m_textNumChIn
 
-wxString m_strRxInAudio
wxString m_strRxInAudio
 
-wxString m_strRxOutAudio
wxString m_strRxOutAudio
 
-wxString m_textVoiceInput
wxString m_textVoiceInput
 
-wxString m_textVoiceOutput
wxString m_textVoiceOutput
 
-wxString m_strSampleRate
wxString m_strSampleRate
 
-wxString m_strBitrate
wxString m_strBitrate
 
-wxString m_strRigCtrlPort
wxString m_strRigCtrlPort
 
-wxString m_strRigCtrlBaud
wxString m_strRigCtrlBaud
 
-wxString m_strRigCtrlDatabits
wxString m_strRigCtrlDatabits
 
-wxString m_strRigCtrlStopbits
wxString m_strRigCtrlStopbits
 
-wxString m_strRigCtrlParity
wxString m_strRigCtrlParity
 
-wxRect m_rTopWindow
wxRect m_rTopWindow
 
+

Detailed Description

+
+

Definition at line 74 of file fdmdv2_main.h.

+

Member Function Documentation

+ +
+
+ + + + + + + +
bool MainApp::loadConfig ()
+
+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
int MainApp::OnExit ()
+
+virtual
+
+ +

Definition at line 73 of file fdmdv2_main.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
bool MainApp::OnInit ()
+
+virtual
+
+ +

Definition at line 40 of file fdmdv2_main.cpp.

+ +
+
+ +
+
+ + + + + + + +
bool MainApp::saveConfig ()
+
+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
wxRect MainApp::m_rTopWindow
+
+ +

Definition at line 102 of file fdmdv2_main.h.

+ +
+
+ +
+
+ + + + +
wxString MainApp::m_StrAppName
+
+ +

Definition at line 81 of file fdmdv2_main.h.

+ +
+
+ +
+
+ + + + +
wxString MainApp::m_strBitrate
+
+ +

Definition at line 94 of file fdmdv2_main.h.

+ +
+
+ +
+
+ + + + +
wxString MainApp::m_strRigCtrlBaud
+
+ +

Definition at line 97 of file fdmdv2_main.h.

+ +
+
+ +
+
+ + + + +
wxString MainApp::m_strRigCtrlDatabits
+
+ +

Definition at line 98 of file fdmdv2_main.h.

+ +
+
+ +
+
+ + + + +
wxString MainApp::m_strRigCtrlParity
+
+ +

Definition at line 100 of file fdmdv2_main.h.

+ +
+
+ +
+
+ + + + +
wxString MainApp::m_strRigCtrlPort
+
+ +

Definition at line 96 of file fdmdv2_main.h.

+ +
+
+ +
+
+ + + + +
wxString MainApp::m_strRigCtrlStopbits
+
+ +

Definition at line 99 of file fdmdv2_main.h.

+ +
+
+ +
+
+ + + + +
wxString MainApp::m_strRxInAudio
+
+ +

Definition at line 89 of file fdmdv2_main.h.

+ +
+
+ +
+
+ + + + +
wxString MainApp::m_strRxOutAudio
+
+ +

Definition at line 90 of file fdmdv2_main.h.

+ +
+
+ +
+
+ + + + +
wxString MainApp::m_strSampleRate
+
+ +

Definition at line 93 of file fdmdv2_main.h.

+ +
+
+ +
+
+ + + + +
wxString MainApp::m_strVendName
+
+ +

Definition at line 80 of file fdmdv2_main.h.

+ +
+
+ +
+
+ + + + +
wxString MainApp::m_textNumChIn
+
+ +

Definition at line 87 of file fdmdv2_main.h.

+ +
+
+ +
+
+ + + + +
wxString MainApp::m_textNumChOut
+
+ +

Definition at line 86 of file fdmdv2_main.h.

+ +
+
+ +
+
+ + + + +
wxString MainApp::m_textVoiceInput
+
+ +

Definition at line 91 of file fdmdv2_main.h.

+ +
+
+ +
+
+ + + + +
wxString MainApp::m_textVoiceOutput
+
+ +

Definition at line 92 of file fdmdv2_main.h.

+ +
+

The documentation for this class was generated from the following files:
  • C:/bin/Projects/Radio/fdmdv2/src/fdmdv2_main.h
  • -
  • C:/bin/Projects/Radio/fdmdv2/src/fdmdv2_main.cpp
  • +
  • C:/bin/Projects/Radio/fdmdv2/src/fdmdv2_main.cpp
diff --git a/fdmdv2/fdmdv2-doc/html/class_main_frame-members.html b/fdmdv2/fdmdv2-doc/html/class_main_frame-members.html index 9cc447e5..17ec4bad 100644 --- a/fdmdv2/fdmdv2-doc/html/class_main_frame-members.html +++ b/fdmdv2/fdmdv2-doc/html/class_main_frame-members.html @@ -30,6 +30,7 @@ diff --git a/fdmdv2/fdmdv2-doc/html/class_main_frame.html b/fdmdv2/fdmdv2-doc/html/class_main_frame.html index 3c5d747a..dfa3905a 100644 --- a/fdmdv2/fdmdv2-doc/html/class_main_frame.html +++ b/fdmdv2/fdmdv2-doc/html/class_main_frame.html @@ -30,6 +30,7 @@
+ +

#include <fdmdv2_main.h>

Inheritance diagram for MainFrame:
Inheritance graph
- - +
[legend]
Collaboration diagram for MainFrame:
Collaboration graph
- - +
[legend]
- + - - + + - + + + + + + + + + + +

Public Member Functions

MainFrame (wxWindow *parent)
 MainFrame (wxWindow *parent)
 
-void per_frame_rx_processing (short output_buf[], int *n_output_buf, int codec_bits[], short input_buf[], int *n_input_buf, int *nin, int *state, struct CODEC2 *c2)
 
virtual ~MainFrame ()
 
- Public Member Functions inherited from TopFrame
TopFrame (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("FDMDV2"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(761, 500), long style=wxDEFAULT_FRAME_STYLE|wxRESIZE_BORDER|wxTAB_TRAVERSAL)
 TopFrame (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("FDMDV2"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(761, 500), long style=wxDEFAULT_FRAME_STYLE|wxRESIZE_BORDER|wxTAB_TRAVERSAL)
 
 ~TopFrame ()
 
 TopFrame (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("FDMDV2"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(761, 500), long style=wxDEFAULT_FRAME_STYLE|wxRESIZE_BORDER|wxTAB_TRAVERSAL)
 
 ~TopFrame ()
 
 TopFrame (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("FDMDV2"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(761, 500), long style=wxDEFAULT_FRAME_STYLE|wxRESIZE_BORDER|wxTAB_TRAVERSAL)
 
 ~TopFrame ()
 
- + - + + +

Static Public Member Functions

-static int rxCallback (const void *inBuffer, void *outBuffer, unsigned long framesPerBuffer, const PaStreamCallbackTimeInfo *outTime, PaStreamCallbackFlags statusFlags, void *userData)
static int rxCallback (const void *inBuffer, void *outBuffer, unsigned long framesPerBuffer, const PaStreamCallbackTimeInfo *outTime, PaStreamCallbackFlags statusFlags, void *userData)
 
-static int txCallback (const void *inBuffer, void *outBuffer, unsigned long framesPerBuffer, const PaStreamCallbackTimeInfo *outTime, PaStreamCallbackFlags statusFlags, void *userData)
static int txCallback (const void *inBuffer, void *outBuffer, unsigned long framesPerBuffer, const PaStreamCallbackTimeInfo *outTime, PaStreamCallbackFlags statusFlags, void *userData)
 
static void per_frame_rx_processing (short output_buf[], int *n_output_buf, int codec_bits[], short input_buf[], int *n_input_buf, int *nin, int *state, struct CODEC2 *c2)
 
- - - + - + - + - + - + - + - + - - - - - + - + - + + + + + - + - + - + - + - + - + - - - + - - + + + + + +

Public Attributes

-PlotPanelm_panelDefaultA
 
-PlotSpectrumm_panelSpectrum
PlotSpectrumm_panelSpectrum
 
-PlotWaterfallm_panelWaterfall
PlotWaterfallm_panelWaterfall
 
-PlotScatterm_panelScatter
PlotScatterm_panelScatter
 
-PlotScalarm_panelScalar
PlotScalarm_panelScalar
 
-bool m_SquelchActive
bool m_SquelchActive
 
-bool m_RxRunning
bool m_RxRunning
 
-bool m_TxRunning
bool m_TxRunning
 
-CODEC2 * m_RXCodec2
 
-CODEC2 * m_TXCodec2
 
-PortAudioWrapm_rxPa
PortAudioWrapm_rxPa
 
-PortAudioWrapm_txPa
PortAudioWrapm_txPa
 
-PaDeviceIndex m_rxDevIn
paCallBackDatam_rxUserdata
 
paCallBackDatam_txUserdata
 
PaDeviceIndex m_rxDevIn
 
-PaDeviceIndex m_rxDevOut
PaDeviceIndex m_rxDevOut
 
-PaDeviceIndex m_txDevIn
PaDeviceIndex m_txDevIn
 
-PaDeviceIndex m_txDevOut
PaDeviceIndex m_txDevOut
 
-PaError m_rxErr
PaError m_rxErr
 
-PaError m_txErr
PaError m_txErr
 
-wxSound * m_sound
wxSound * m_sound
 
-struct FDMDV * m_pFDMDV_state
 
-wxTimer m_plotTimer
wxTimer m_plotTimer
 
- Public Attributes inherited from TopFrame
-wxAuiNotebook * m_auiNbookCtrl
 
wxAuiNotebook * m_auiNbookCtrl
 
wxToggleButton * m_togBtnLoopRx
 
wxToggleButton * m_togBtnLoopTx
 
- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + + + + + + + + + + + + + + + + - + - + - + - - - + - + + + - + + + + + + + + + + + + + + + + + - + - + - +

Protected Member Functions

-virtual void OnCloseFrame (wxCloseEvent &event)
virtual void OnCloseFrame (wxCloseEvent &event)
 
-virtual void OnExitClick (wxCommandEvent &event)
virtual void OnExitClick (wxCommandEvent &event)
 
-void averageData (float mag_dB[])
void averageData (float mag_dB[])
 
-void startTxStream ()
void startTxStream ()
 
-void startRxStream ()
void startRxStream ()
 
-void stopTxStream ()
void stopTxStream ()
 
-void stopRxStream ()
void stopRxStream ()
 
-void abortTxStream ()
void abortTxStream ()
 
-void abortRxStream ()
void abortRxStream ()
 
-void OnOpen (wxCommandEvent &event)
void OnOpen (wxCommandEvent &event)
 
-void OnOpenUpdateUI (wxUpdateUIEvent &event)
void OnOpenUpdateUI (wxUpdateUIEvent &event)
 
-void OnSave (wxCommandEvent &event)
void OnSave (wxCommandEvent &event)
 
-void OnSaveUpdateUI (wxUpdateUIEvent &event)
void OnSaveUpdateUI (wxUpdateUIEvent &event)
 
-void OnClose (wxCommandEvent &event)
void OnClose (wxCommandEvent &event)
 
-void OnCloseUpdateUI (wxUpdateUIEvent &event)
void OnCloseUpdateUI (wxUpdateUIEvent &event)
 
-void OnExit (wxCommandEvent &event)
void OnExit (wxCommandEvent &event)
 
-void OnCopy (wxCommandEvent &event)
void OnCopy (wxCommandEvent &event)
 
-void OnCopyUpdateUI (wxUpdateUIEvent &event)
void OnCopyUpdateUI (wxUpdateUIEvent &event)
 
-void OnCut (wxCommandEvent &event)
void OnCut (wxCommandEvent &event)
 
-void OnCutUpdateUI (wxUpdateUIEvent &event)
void OnCutUpdateUI (wxUpdateUIEvent &event)
 
-void OnPaste (wxCommandEvent &event)
void OnPaste (wxCommandEvent &event)
 
-void OnPasteUpdateUI (wxUpdateUIEvent &event)
void OnPasteUpdateUI (wxUpdateUIEvent &event)
 
-void OnToolsAudio (wxCommandEvent &event)
void OnToolsAudio (wxCommandEvent &event)
 
-void OnToolsAudioUI (wxUpdateUIEvent &event)
void OnToolsAudioUI (wxUpdateUIEvent &event)
 
-void OnToolsComCfg (wxCommandEvent &event)
void OnToolsComCfg (wxCommandEvent &event)
 
-void OnToolsComCfgUI (wxUpdateUIEvent &event)
void OnToolsComCfgUI (wxUpdateUIEvent &event)
 
-void OnToolsOptions (wxCommandEvent &event)
void OnToolsOptions (wxCommandEvent &event)
 
-void OnToolsOptionsUI (wxUpdateUIEvent &event)
void OnToolsOptionsUI (wxUpdateUIEvent &event)
 
-void OnCaptureRxStream (wxCommandEvent &event)
void OnCaptureRxStream (wxCommandEvent &event)
 
-void OnCaptureTxStream (wxCommandEvent &event)
void OnCaptureTxStream (wxCommandEvent &event)
 
-void OnPlayAudioFile (wxCommandEvent &event)
void OnPlayAudioFile (wxCommandEvent &event)
 
-void OnHelpCheckUpdates (wxCommandEvent &event)
void OnHelpCheckUpdates (wxCommandEvent &event)
 
-void OnHelpCheckUpdatesUI (wxUpdateUIEvent &event)
void OnHelpCheckUpdatesUI (wxUpdateUIEvent &event)
 
-void OnHelpAbout (wxCommandEvent &event)
void OnHelpAbout (wxCommandEvent &event)
 
-void OnCmdSliderScroll (wxScrollEvent &event)
void OnCmdSliderScroll (wxScrollEvent &event)
 
-void OnSliderScrollBottom (wxScrollEvent &event)
void OnSliderScrollBottom (wxScrollEvent &event)
 
-void OnCmdSliderScrollChanged (wxScrollEvent &event)
void OnCmdSliderScrollChanged (wxScrollEvent &event)
 
-void OnSliderScrollTop (wxScrollEvent &event)
void OnSliderScrollTop (wxScrollEvent &event)
 
-void OnCheckSQClick (wxCommandEvent &event)
void OnCheckSQClick (wxCommandEvent &event)
 
-void OnTogBtnSplitClick (wxCommandEvent &event)
void OnTogBtnSplitClick (wxCommandEvent &event)
 
-void OnTogBtnAnalogClick (wxCommandEvent &event)
void OnTogBtnAnalogClick (wxCommandEvent &event)
 
-void OnTogBtnALCClick (wxCommandEvent &event)
void OnTogBtnALCClick (wxCommandEvent &event)
 
-void OnTogBtnRxID (wxCommandEvent &event)
void OnTogBtnRxID (wxCommandEvent &event)
 
-void OnTogBtnTxID (wxCommandEvent &event)
void OnTogBtnTxID (wxCommandEvent &event)
 
-void OnTogBtnTXClick (wxCommandEvent &event)
void OnTogBtnTXClick (wxCommandEvent &event)
 
-void OnTogBtnOnOff (wxCommandEvent &event)
void OnTogBtnOnOff (wxCommandEvent &event)
 
-void OnPaint (wxPaintEvent &event)
void OnTogBtnLoopRx (wxCommandEvent &event)
 
void OnTogBtnLoopTx (wxCommandEvent &event)
 
void OnTogBtnSplitClickUI (wxUpdateUIEvent &event)
 
void OnTogBtnAnalogClickUI (wxUpdateUIEvent &event)
 
void OnTogBtnALCClickUI (wxUpdateUIEvent &event)
 
void OnTogBtnRxIDUI (wxUpdateUIEvent &event)
 
void OnTogBtnTxIDUI (wxUpdateUIEvent &event)
 
void OnTogBtnTXClickUI (wxUpdateUIEvent &event)
 
void OnTogBtnOnOffUI (wxUpdateUIEvent &event)
 
void OnPaint (wxPaintEvent &event)
 
-void OnClose (wxCloseEvent &event)
void OnClose (wxCloseEvent &event)
 
-void OnSize (wxSizeEvent &event)
void OnSize (wxSizeEvent &event)
 
-void OnUpdateUI (wxUpdateUIEvent &event)
void OnUpdateUI (wxUpdateUIEvent &event)
 
-void OnTimer (wxTimerEvent &evt)
 
-void OnDeleteConfig (wxCommandEvent &)
void OnDeleteConfig (wxCommandEvent &)
 
-wxString LoadUserImage (wxImage &image)
void OnTimer (wxTimerEvent &evt)
 
wxString LoadUserImage (wxImage &image)
 
- Protected Member Functions inherited from TopFrame
-virtual void topFrame_OnClose (wxCloseEvent &event)
virtual void topFrame_OnClose (wxCloseEvent &event)
 
virtual void topFrame_OnPaint (wxPaintEvent &event)
 
virtual void topFrame_OnSize (wxSizeEvent &event)
 
virtual void topFrame_OnUpdateUI (wxUpdateUIEvent &event)
 
virtual void topFrame_OnClose (wxCloseEvent &event)
 
virtual void topFrame_OnPaint (wxPaintEvent &event)
 
virtual void topFrame_OnSize (wxSizeEvent &event)
 
virtual void topFrame_OnUpdateUI (wxUpdateUIEvent &event)
 
virtual void topFrame_OnClose (wxCloseEvent &event)
 
-virtual void topFrame_OnPaint (wxPaintEvent &event)
virtual void topFrame_OnPaint (wxPaintEvent &event)
 
-virtual void topFrame_OnSize (wxSizeEvent &event)
virtual void topFrame_OnSize (wxSizeEvent &event)
 
-virtual void topFrame_OnUpdateUI (wxUpdateUIEvent &event)
virtual void topFrame_OnUpdateUI (wxUpdateUIEvent &event)
 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Additional Inherited Members

- Protected Attributes inherited from TopFrame
-wxMenuBar * m_menubarMain
 
-wxMenu * file
 
-wxMenu * edit
 
-wxMenu * tools
 
-wxMenu * help
 
-wxGauge * m_gaugeSNR
 
-wxTextCtrl * m_textSNR
 
-wxGauge * m_gaugeLevel
 
-wxTextCtrl * m_txtCtrl
 
-wxToggleButton * m_togRxID
 
-wxToggleButton * m_togTxID
 
-wxSlider * m_sliderSQ
 
-wxCheckBox * m_ckboxSQ
 
-wxToggleButton * m_togBtnOnOff
 
-wxToggleButton * m_togBtnSplit
 
-wxToggleButton * m_togBtnAnalog
 
-wxToggleButton * m_togBtnALC
 
-wxToggleButton * m_btnTogTX
 
-wxStatusBar * m_statusBar1
 
wxMenuBar * m_menubarMain
 
wxMenu * file
 
wxMenu * edit
 
wxMenu * tools
 
wxMenu * help
 
wxGauge * m_gaugeSNR
 
wxTextCtrl * m_textSNR
 
wxGauge * m_gaugeLevel
 
wxTextCtrl * m_txtCtrl
 
wxToggleButton * m_togRxID
 
wxToggleButton * m_togTxID
 
wxSlider * m_sliderSQ
 
wxCheckBox * m_ckboxSQ
 
wxToggleButton * m_togBtnOnOff
 
wxToggleButton * m_togBtnSplit
 
wxToggleButton * m_togBtnAnalog
 
wxToggleButton * m_togBtnALC
 
wxToggleButton * m_btnTogTX
 
wxStatusBar * m_statusBar1
 
+

Detailed Description

+
+

Definition at line 137 of file fdmdv2_main.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + +
MainFrame::MainFrame (wxWindow * parent)
+
+ +

Definition at line 81 of file fdmdv2_main.cpp.

+ +

+Here is the call graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
MainFrame::~MainFrame ()
+
+virtual
+
+ +

Definition at line 181 of file fdmdv2_main.cpp.

+ +

+Here is the call graph for this function:
+
+
+ +
+

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + +
void MainFrame::abortRxStream ()
+
+protected
+
+ +

Definition at line 985 of file fdmdv2_main.cpp.

+ +

+Here is the call graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
void MainFrame::abortTxStream ()
+
+protected
+
+ +

Definition at line 1079 of file fdmdv2_main.cpp.

+ +

+Here is the call graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void MainFrame::averageData (float mag_dB[])
+
+protected
+
+ +

Definition at line 1099 of file fdmdv2_main.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
wxString MainFrame::LoadUserImage (wxImage & image)
+
+protected
+
+ +

Definition at line 729 of file fdmdv2_main.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void MainFrame::OnCaptureRxStream (wxCommandEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 576 of file fdmdv2_main.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void MainFrame::OnCaptureTxStream (wxCommandEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 584 of file fdmdv2_main.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void MainFrame::OnCheckSQClick (wxCommandEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 352 of file fdmdv2_main.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void MainFrame::OnClose (wxCommandEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 484 of file fdmdv2_main.cpp.

+ +

+Here is the call graph for this function:
+
+
+ +
+

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void MainFrame::OnClose (wxCloseEvent & event)
+
+protected
+
+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void MainFrame::OnCloseFrame (wxCloseEvent & event)
+
+protectedvirtual
+
+ +

Definition at line 268 of file fdmdv2_main.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void MainFrame::OnCloseUpdateUI (wxUpdateUIEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 511 of file fdmdv2_main.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void MainFrame::OnCmdSliderScroll (wxScrollEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 319 of file fdmdv2_main.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void MainFrame::OnCmdSliderScrollChanged (wxScrollEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 327 of file fdmdv2_main.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void MainFrame::OnCopy (wxCommandEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 527 of file fdmdv2_main.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void MainFrame::OnCopyUpdateUI (wxUpdateUIEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 535 of file fdmdv2_main.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void MainFrame::OnCut (wxCommandEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 543 of file fdmdv2_main.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void MainFrame::OnCutUpdateUI (wxUpdateUIEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 551 of file fdmdv2_main.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void MainFrame::OnDeleteConfig (wxCommandEvent & )
+
+protected
+
+ +

Definition at line 286 of file fdmdv2_main.cpp.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void MainFrame::OnExit (wxCommandEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 519 of file fdmdv2_main.cpp.

+ +

+Here is the call graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void MainFrame::OnExitClick (wxCommandEvent & event)
+
+protectedvirtual
+
+ +

Definition at line 277 of file fdmdv2_main.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void MainFrame::OnHelpAbout (wxCommandEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 713 of file fdmdv2_main.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void MainFrame::OnHelpCheckUpdates (wxCommandEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 696 of file fdmdv2_main.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void MainFrame::OnHelpCheckUpdatesUI (wxUpdateUIEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 705 of file fdmdv2_main.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void MainFrame::OnOpen (wxCommandEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 1091 of file fdmdv2_main.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void MainFrame::OnOpenUpdateUI (wxUpdateUIEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 467 of file fdmdv2_main.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void MainFrame::OnPaint (wxPaintEvent & event)
+
+protected
+
+ +

Definition at line 305 of file fdmdv2_main.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void MainFrame::OnPaste (wxCommandEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 560 of file fdmdv2_main.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void MainFrame::OnPasteUpdateUI (wxUpdateUIEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 568 of file fdmdv2_main.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void MainFrame::OnPlayAudioFile (wxCommandEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 592 of file fdmdv2_main.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void MainFrame::OnSave (wxCommandEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 1454 of file fdmdv2_main.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void MainFrame::OnSaveUpdateUI (wxUpdateUIEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 475 of file fdmdv2_main.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void MainFrame::OnSize (wxSizeEvent & event)
+
+protected
+
+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void MainFrame::OnSliderScrollBottom (wxScrollEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 343 of file fdmdv2_main.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void MainFrame::OnSliderScrollTop (wxScrollEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 335 of file fdmdv2_main.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void MainFrame::OnTimer (wxTimerEvent & evt)
+
+protected
+
+ +

Definition at line 236 of file fdmdv2_main.cpp.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void MainFrame::OnTogBtnALCClick (wxCommandEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 409 of file fdmdv2_main.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void MainFrame::OnTogBtnALCClickUI (wxUpdateUIEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 435 of file fdmdv2_main.cpp.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + +
+ + + + + + + + +
void MainFrame::OnTogBtnAnalogClick (wxCommandEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 401 of file fdmdv2_main.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void MainFrame::OnTogBtnAnalogClickUI (wxUpdateUIEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 427 of file fdmdv2_main.cpp.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void MainFrame::OnTogBtnLoopRx (wxCommandEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 807 of file fdmdv2_main.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void MainFrame::OnTogBtnLoopTx (wxCommandEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 815 of file fdmdv2_main.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void MainFrame::OnTogBtnOnOff (wxCommandEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 762 of file fdmdv2_main.cpp.

+ +

+Here is the call graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void MainFrame::OnTogBtnOnOffUI (wxUpdateUIEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 748 of file fdmdv2_main.cpp.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void MainFrame::OnTogBtnRxID (wxCommandEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 377 of file fdmdv2_main.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void MainFrame::OnTogBtnRxIDUI (wxUpdateUIEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 443 of file fdmdv2_main.cpp.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void MainFrame::OnTogBtnSplitClick (wxCommandEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 393 of file fdmdv2_main.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void MainFrame::OnTogBtnSplitClickUI (wxUpdateUIEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 418 of file fdmdv2_main.cpp.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void MainFrame::OnTogBtnTXClick (wxCommandEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 367 of file fdmdv2_main.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void MainFrame::OnTogBtnTXClickUI (wxUpdateUIEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 459 of file fdmdv2_main.cpp.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void MainFrame::OnTogBtnTxID (wxCommandEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 385 of file fdmdv2_main.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void MainFrame::OnTogBtnTxIDUI (wxUpdateUIEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 451 of file fdmdv2_main.cpp.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void MainFrame::OnToolsAudio (wxCommandEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 623 of file fdmdv2_main.cpp.

+ +

+Here is the call graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void MainFrame::OnToolsAudioUI (wxUpdateUIEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 639 of file fdmdv2_main.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void MainFrame::OnToolsComCfg (wxCommandEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 647 of file fdmdv2_main.cpp.

+ +

+Here is the call graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void MainFrame::OnToolsComCfgUI (wxUpdateUIEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 663 of file fdmdv2_main.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void MainFrame::OnToolsOptions (wxCommandEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 671 of file fdmdv2_main.cpp.

+ +

+Here is the call graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void MainFrame::OnToolsOptionsUI (wxUpdateUIEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 687 of file fdmdv2_main.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void MainFrame::OnUpdateUI (wxUpdateUIEvent & event)
+
+protected
+
+ +
+
+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
void MainFrame::per_frame_rx_processing (short output_buf[],
int * n_output_buf,
int codec_bits[],
short input_buf[],
int * n_input_buf,
int * nin,
int * state,
struct CODEC2 * c2 
)
+
+static
+
+ +

Definition at line 1262 of file fdmdv2_main.cpp.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
int MainFrame::rxCallback (const void * inBuffer,
void * outBuffer,
unsigned long framesPerBuffer,
const PaStreamCallbackTimeInfo * outTime,
PaStreamCallbackFlags statusFlags,
void * userData 
)
+
+static
+
+ +

Definition at line 1113 of file fdmdv2_main.cpp.

+ +

+Here is the call graph for this function:
+
+
+ +
+

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
void MainFrame::startRxStream ()
+
+protected
+
+ +

Definition at line 855 of file fdmdv2_main.cpp.

+ +

+Here is the call graph for this function:
+
+
+ +
+

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
void MainFrame::startTxStream ()
+
+protected
+
+ +

Definition at line 997 of file fdmdv2_main.cpp.

+ +

+Here is the call graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
void MainFrame::stopRxStream ()
+
+protected
+
+ +

Definition at line 954 of file fdmdv2_main.cpp.

+ +

+Here is the call graph for this function:
+
+
+ +
+

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
void MainFrame::stopTxStream ()
+
+protected
+
+ +

Definition at line 1055 of file fdmdv2_main.cpp.

+ +

+Here is the call graph for this function:
+
+
+ +
+

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
int MainFrame::txCallback (const void * inBuffer,
void * outBuffer,
unsigned long framesPerBuffer,
const PaStreamCallbackTimeInfo * outTime,
PaStreamCallbackFlags statusFlags,
void * userData 
)
+
+static
+
+ +

Definition at line 1421 of file fdmdv2_main.cpp.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
PlotScalar* MainFrame::m_panelScalar
+
+ +

Definition at line 147 of file fdmdv2_main.h.

+ +
+
+ +
+
+ + + + +
PlotScatter* MainFrame::m_panelScatter
+
+ +

Definition at line 146 of file fdmdv2_main.h.

+ +
+
+ +
+
+ + + + +
PlotSpectrum* MainFrame::m_panelSpectrum
+
+ +

Definition at line 144 of file fdmdv2_main.h.

+ +
+
+ +
+
+ + + + +
PlotWaterfall* MainFrame::m_panelWaterfall
+
+ +

Definition at line 145 of file fdmdv2_main.h.

+ +
+
+ +
+
+ + + + +
wxTimer MainFrame::m_plotTimer
+
+ +

Definition at line 163 of file fdmdv2_main.h.

+ +
+
+ +
+
+ + + + +
PaDeviceIndex MainFrame::m_rxDevIn
+
+ +

Definition at line 155 of file fdmdv2_main.h.

+ +
+
+ +
+
+ + + + +
PaDeviceIndex MainFrame::m_rxDevOut
+
+ +

Definition at line 156 of file fdmdv2_main.h.

+ +
+
+ +
+
+ + + + +
PaError MainFrame::m_rxErr
+
+ +

Definition at line 159 of file fdmdv2_main.h.

+ +
+
+ +
+
+ + + + +
PortAudioWrap* MainFrame::m_rxPa
+
+ +

Definition at line 151 of file fdmdv2_main.h.

+ +
+
+ +
+
+ + + + +
bool MainFrame::m_RxRunning
+
+ +

Definition at line 149 of file fdmdv2_main.h.

+ +
+
+ +
+
+ + + + +
paCallBackData* MainFrame::m_rxUserdata
+
+ +

Definition at line 153 of file fdmdv2_main.h.

+ +
+
+ +
+
+ + + + +
wxSound* MainFrame::m_sound
+
+ +

Definition at line 161 of file fdmdv2_main.h.

+ +
+
+ +
+
+ + + + +
bool MainFrame::m_SquelchActive
+
+ +

Definition at line 148 of file fdmdv2_main.h.

+ +
+
+ +
+
+ + + + +
PaDeviceIndex MainFrame::m_txDevIn
+
+ +

Definition at line 157 of file fdmdv2_main.h.

+ +
+
+ +
+
+ + + + +
PaDeviceIndex MainFrame::m_txDevOut
+
+ +

Definition at line 158 of file fdmdv2_main.h.

+ +
+
+ +
+
+ + + + +
PaError MainFrame::m_txErr
+
+ +

Definition at line 160 of file fdmdv2_main.h.

+ +
+
+ +
+
+ + + + +
PortAudioWrap* MainFrame::m_txPa
+
+ +

Definition at line 152 of file fdmdv2_main.h.

+ +
+
+ +
+
+ + + + +
bool MainFrame::m_TxRunning
+
+ +

Definition at line 150 of file fdmdv2_main.h.

+ +
+
+ +
+
+ + + + +
paCallBackData* MainFrame::m_txUserdata
+
+ +

Definition at line 154 of file fdmdv2_main.h.

+ +
+

The documentation for this class was generated from the following files:
  • C:/bin/Projects/Radio/fdmdv2/src/fdmdv2_main.h
  • -
  • C:/bin/Projects/Radio/fdmdv2/src/fdmdv2_main.cpp
  • +
  • C:/bin/Projects/Radio/fdmdv2/src/fdmdv2_main.cpp
diff --git a/fdmdv2/fdmdv2-doc/html/class_main_frame__coll__graph.map b/fdmdv2/fdmdv2-doc/html/class_main_frame__coll__graph.map index 15e08f33..8eda5626 100644 --- a/fdmdv2/fdmdv2-doc/html/class_main_frame__coll__graph.map +++ b/fdmdv2/fdmdv2-doc/html/class_main_frame__coll__graph.map @@ -1,10 +1,11 @@ - - - - - - - - + + + + + + + + + diff --git a/fdmdv2/fdmdv2-doc/html/class_main_frame__coll__graph.md5 b/fdmdv2/fdmdv2-doc/html/class_main_frame__coll__graph.md5 index db2a34d0..779e35ab 100644 --- a/fdmdv2/fdmdv2-doc/html/class_main_frame__coll__graph.md5 +++ b/fdmdv2/fdmdv2-doc/html/class_main_frame__coll__graph.md5 @@ -1 +1 @@ -61148a756b16df3eb27114b2048dfb7c \ No newline at end of file +b1be718efba7264ee64503986bdec14e \ No newline at end of file diff --git a/fdmdv2/fdmdv2-doc/html/class_main_frame__coll__graph.png b/fdmdv2/fdmdv2-doc/html/class_main_frame__coll__graph.png index 358eec39..f9fbf603 100644 Binary files a/fdmdv2/fdmdv2-doc/html/class_main_frame__coll__graph.png and b/fdmdv2/fdmdv2-doc/html/class_main_frame__coll__graph.png differ diff --git a/fdmdv2/fdmdv2-doc/html/class_main_frame__inherit__graph.md5 b/fdmdv2/fdmdv2-doc/html/class_main_frame__inherit__graph.md5 index 7250c199..8aefc0b3 100644 --- a/fdmdv2/fdmdv2-doc/html/class_main_frame__inherit__graph.md5 +++ b/fdmdv2/fdmdv2-doc/html/class_main_frame__inherit__graph.md5 @@ -1 +1 @@ -557a5a1e1db237bae6369c51213b03ab \ No newline at end of file +c05ea665a80a4a0709ecb832db7edaae \ No newline at end of file diff --git a/fdmdv2/fdmdv2-doc/html/class_main_frame__inherit__graph.png b/fdmdv2/fdmdv2-doc/html/class_main_frame__inherit__graph.png index 110ed057..233a7cee 100644 Binary files a/fdmdv2/fdmdv2-doc/html/class_main_frame__inherit__graph.png and b/fdmdv2/fdmdv2-doc/html/class_main_frame__inherit__graph.png differ diff --git a/fdmdv2/fdmdv2-doc/html/class_my_frame-members.html b/fdmdv2/fdmdv2-doc/html/class_my_frame-members.html index 2ca2211d..b35b3e2a 100644 --- a/fdmdv2/fdmdv2-doc/html/class_my_frame-members.html +++ b/fdmdv2/fdmdv2-doc/html/class_my_frame-members.html @@ -30,6 +30,7 @@ diff --git a/fdmdv2/fdmdv2-doc/html/class_my_frame.html b/fdmdv2/fdmdv2-doc/html/class_my_frame.html index 09434fd3..9f899326 100644 --- a/fdmdv2/fdmdv2-doc/html/class_my_frame.html +++ b/fdmdv2/fdmdv2-doc/html/class_my_frame.html @@ -30,6 +30,7 @@
+ +

#include <thread_audio.h>

Inheritance diagram for MyFrame:
@@ -68,47 +71,257 @@ Collaboration diagram for MyFrame:
- + + + - + - + - + - + - +

Public Member Functions

-void DoStartThread ()
 ~MyFrame ()
 
void DoStartThread ()
 
-void DoPauseThread ()
void DoPauseThread ()
 
-void DoResumeThread ()
void DoResumeThread ()
 
-void OnThreadUpdate (wxThreadEvent &)
void OnThreadUpdate (wxThreadEvent &)
 
-void OnThreadCompletion (wxThreadEvent &)
void OnThreadCompletion (wxThreadEvent &)
 
-void OnClose (wxCloseEvent &)
void OnClose (wxCloseEvent &)
 
- +

Protected Member Functions

wxDECLARE_EVENT_TABLE ()
 wxDECLARE_EVENT_TABLE ()
 
- + - +

Protected Attributes

-MyThreadm_pThread
MyThreadm_pThread
 
-wxCriticalSection m_pThreadCS
wxCriticalSection m_pThreadCS
 
+

Detailed Description

+
+

Definition at line 53 of file thread_audio.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + +
+ + + + + + + +
MyFrame::~MyFrame ()
+
+inline
+
+ +

Definition at line 57 of file thread_audio.h.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
void MyFrame::DoPauseThread ()
+
+ +

Definition at line 156 of file thread_audio.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
void MyFrame::DoResumeThread ()
+
+inline
+
+ +

Definition at line 72 of file thread_audio.h.

+ +
+
+ +
+
+ + + + + + + +
void MyFrame::DoStartThread ()
+
+ +
+
+ +
+
+ + + + + + + + +
void MyFrame::OnClose (wxCloseEvent & )
+
+ +

Definition at line 176 of file thread_audio.h.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + + + + +
void MyFrame::OnThreadCompletion (wxThreadEvent & )
+
+ +

Definition at line 146 of file thread_audio.h.

+ +
+
+ +
+
+ + + + + + + + +
void MyFrame::OnThreadUpdate (wxThreadEvent & )
+
+ +

Definition at line 151 of file thread_audio.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
MyFrame::wxDECLARE_EVENT_TABLE ()
+
+protected
+
+ +
+
+

Member Data Documentation

+ +
+
+ + + + + +
+ + + + +
MyThread* MyFrame::m_pThread
+
+protected
+
+ +

Definition at line 79 of file thread_audio.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxCriticalSection MyFrame::m_pThreadCS
+
+protected
+
+ +

Definition at line 80 of file thread_audio.h.

+ +
+

The documentation for this class was generated from the following file:
diff --git a/fdmdv2/fdmdv2-doc/html/class_my_thread-members.html b/fdmdv2/fdmdv2-doc/html/class_my_thread-members.html index 9651fa43..53733e41 100644 --- a/fdmdv2/fdmdv2-doc/html/class_my_thread-members.html +++ b/fdmdv2/fdmdv2-doc/html/class_my_thread-members.html @@ -30,6 +30,7 @@ diff --git a/fdmdv2/fdmdv2-doc/html/class_my_thread.html b/fdmdv2/fdmdv2-doc/html/class_my_thread.html index 973d6e36..2597c3c6 100644 --- a/fdmdv2/fdmdv2-doc/html/class_my_thread.html +++ b/fdmdv2/fdmdv2-doc/html/class_my_thread.html @@ -30,6 +30,7 @@
+ +

#include <thread_audio.h>

Inheritance diagram for MyThread:
@@ -68,29 +71,124 @@ Collaboration diagram for MyThread:
- + + +

Public Member Functions

MyThread (MyFrame *handler)
 MyThread (MyFrame *handler)
 
 ~MyThread ()
 
- +

Protected Member Functions

-virtual ExitCode Entry ()
virtual ExitCode Entry ()
 
- +

Protected Attributes

-MyFramem_pHandler
MyFramem_pHandler
 
+

Detailed Description

+
+

Definition at line 40 of file thread_audio.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + +
+ + + + + + + + +
MyThread::MyThread (MyFramehandler)
+
+inline
+
+ +

Definition at line 43 of file thread_audio.h.

+ +
+
+ +
+
+ + + + + + + +
MyThread::~MyThread ()
+
+ +

Definition at line 138 of file thread_audio.h.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + +
wxThread::ExitCode MyThread::Entry ()
+
+protectedvirtual
+
+ +

Definition at line 121 of file thread_audio.h.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + + +
+ + + + +
MyFrame* MyThread::m_pHandler
+
+protected
+
+ +

Definition at line 50 of file thread_audio.h.

+ +
+

The documentation for this class was generated from the following file:
diff --git a/fdmdv2/fdmdv2-doc/html/class_options_dlg-members.html b/fdmdv2/fdmdv2-doc/html/class_options_dlg-members.html index 836d6ae2..4880d98f 100644 --- a/fdmdv2/fdmdv2-doc/html/class_options_dlg-members.html +++ b/fdmdv2/fdmdv2-doc/html/class_options_dlg-members.html @@ -30,6 +30,7 @@ diff --git a/fdmdv2/fdmdv2-doc/html/class_options_dlg.html b/fdmdv2/fdmdv2-doc/html/class_options_dlg.html index e95f50f2..5e6f1222 100644 --- a/fdmdv2/fdmdv2-doc/html/class_options_dlg.html +++ b/fdmdv2/fdmdv2-doc/html/class_options_dlg.html @@ -30,6 +30,7 @@
+ +

#include <dlg_options.h>

Inheritance diagram for OptionsDlg:
Inheritance graph
- - +
[legend]
Collaboration diagram for OptionsDlg:
Collaboration graph
- - +
[legend]
- + - + - + - + - + + + + + + + + + + +

Public Member Functions

 OptionsDlg (wxWindow *parent)
 
-void ExchangeData (int inout)
void ExchangeData (int inout)
 
-void OnCancel (wxCommandEvent &event)
void OnCancel (wxCommandEvent &event)
 
-void OnOK (wxCommandEvent &event)
void OnOK (wxCommandEvent &event)
 
-void OnApply (wxCommandEvent &event)
void OnApply (wxCommandEvent &event)
 
- Public Member Functions inherited from DlgOptions
DlgOptions (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Program Options"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(332, 364), long style=wxDEFAULT_DIALOG_STYLE)
 DlgOptions (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Program Options"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(332, 364), long style=wxDEFAULT_DIALOG_STYLE)
 
 ~DlgOptions ()
 
 DlgOptions (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Program Options"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(332, 364), long style=wxDEFAULT_DIALOG_STYLE)
 
 ~DlgOptions ()
 
 DlgOptions (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Program Options"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(332, 364), long style=wxDEFAULT_DIALOG_STYLE)
 
 ~DlgOptions ()
 
- + - +

Protected Member Functions

-void OnClose (wxCloseEvent &event)
void OnClose (wxCloseEvent &event)
 
-void OnInitDialog (wxInitDialogEvent &event)
void OnInitDialog (wxInitDialogEvent &event)
 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Additional Inherited Members

- Protected Attributes inherited from DlgOptions
-wxStaticText * m_staticText2
 
-wxTextCtrl * m_textCtrl3
 
-wxStaticText * m_staticText3
 
-wxTextCtrl * m_textCtrl4
 
-wxStaticText * m_staticText4
 
-wxTextCtrl * m_textCtrl5
 
-wxStaticText * m_staticText5
 
-wxTextCtrl * m_textCtrl6
 
-wxStaticText * m_staticText6
 
-wxTextCtrl * m_textCtrl7
 
-wxStaticText * m_staticText7
 
-wxTextCtrl * m_textCtrl8
 
-wxStdDialogButtonSizer * m_sdbSizer4
 
-wxButton * m_sdbSizer4OK
 
-wxButton * m_sdbSizer4Cancel
 
wxStaticText * m_staticText2
 
wxTextCtrl * m_textCtrl3
 
wxStaticText * m_staticText3
 
wxTextCtrl * m_textCtrl4
 
wxStaticText * m_staticText4
 
wxTextCtrl * m_textCtrl5
 
wxStaticText * m_staticText5
 
wxTextCtrl * m_textCtrl6
 
wxStaticText * m_staticText6
 
wxTextCtrl * m_textCtrl7
 
wxStaticText * m_staticText7
 
wxTextCtrl * m_textCtrl8
 
wxStdDialogButtonSizer * m_sdbSizer4
 
wxButton * m_sdbSizer4OK
 
wxButton * m_sdbSizer4Cancel
 
-

Constructor & Destructor Documentation

+

Detailed Description

+
+

Definition at line 20 of file dlg_options.h.

+

Constructor & Destructor Documentation

@@ -162,16 +154,171 @@ wxButton * m_sdbSizer4Canc

Constructor

+

Definition at line 17 of file dlg_options.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + + +
void OptionsDlg::ExchangeData (int inout)
+
+ +

Definition at line 39 of file dlg_options.cpp.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + + + + +
void OptionsDlg::OnApply (wxCommandEvent & event)
+
+ +

Definition at line 88 of file dlg_options.cpp.

+ +

+Here is the call graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + + + + +
void OptionsDlg::OnCancel (wxCommandEvent & event)
+
+ +

Definition at line 72 of file dlg_options.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void OptionsDlg::OnClose (wxCloseEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from DlgOptions.

+ +

Definition at line 24 of file dlg_options.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void OptionsDlg::OnInitDialog (wxInitDialogEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from DlgOptions.

+ +

Definition at line 31 of file dlg_options.cpp.

+ +

+Here is the call graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + + + + +
void OptionsDlg::OnOK (wxCommandEvent & event)
+
+ +

Definition at line 80 of file dlg_options.cpp.

+

The documentation for this class was generated from the following files:
  • C:/bin/Projects/Radio/fdmdv2/src/dlg_options.h
  • -
  • C:/bin/Projects/Radio/fdmdv2/src/dlg_options.cpp
  • +
  • C:/bin/Projects/Radio/fdmdv2/src/dlg_options.cpp
diff --git a/fdmdv2/fdmdv2-doc/html/class_options_dlg__coll__graph.md5 b/fdmdv2/fdmdv2-doc/html/class_options_dlg__coll__graph.md5 index 81c00fdf..8afddfe4 100644 --- a/fdmdv2/fdmdv2-doc/html/class_options_dlg__coll__graph.md5 +++ b/fdmdv2/fdmdv2-doc/html/class_options_dlg__coll__graph.md5 @@ -1 +1 @@ -5f24c4a82c8378ea3a1298c55e6fb959 \ No newline at end of file +419e7a7eed50a4d32ef59775220d3b63 \ No newline at end of file diff --git a/fdmdv2/fdmdv2-doc/html/class_options_dlg__coll__graph.png b/fdmdv2/fdmdv2-doc/html/class_options_dlg__coll__graph.png index de807b4e..b09188a9 100644 Binary files a/fdmdv2/fdmdv2-doc/html/class_options_dlg__coll__graph.png and b/fdmdv2/fdmdv2-doc/html/class_options_dlg__coll__graph.png differ diff --git a/fdmdv2/fdmdv2-doc/html/class_options_dlg__inherit__graph.md5 b/fdmdv2/fdmdv2-doc/html/class_options_dlg__inherit__graph.md5 index 81c00fdf..8afddfe4 100644 --- a/fdmdv2/fdmdv2-doc/html/class_options_dlg__inherit__graph.md5 +++ b/fdmdv2/fdmdv2-doc/html/class_options_dlg__inherit__graph.md5 @@ -1 +1 @@ -5f24c4a82c8378ea3a1298c55e6fb959 \ No newline at end of file +419e7a7eed50a4d32ef59775220d3b63 \ No newline at end of file diff --git a/fdmdv2/fdmdv2-doc/html/class_options_dlg__inherit__graph.png b/fdmdv2/fdmdv2-doc/html/class_options_dlg__inherit__graph.png index de807b4e..b09188a9 100644 Binary files a/fdmdv2/fdmdv2-doc/html/class_options_dlg__inherit__graph.png and b/fdmdv2/fdmdv2-doc/html/class_options_dlg__inherit__graph.png differ diff --git a/fdmdv2/fdmdv2-doc/html/class_plot_panel-members.html b/fdmdv2/fdmdv2-doc/html/class_plot_panel-members.html index a6fcd879..32b68f3c 100644 --- a/fdmdv2/fdmdv2-doc/html/class_plot_panel-members.html +++ b/fdmdv2/fdmdv2-doc/html/class_plot_panel-members.html @@ -30,6 +30,7 @@ diff --git a/fdmdv2/fdmdv2-doc/html/class_plot_panel.html b/fdmdv2/fdmdv2-doc/html/class_plot_panel.html index 6a099be8..3a80f368 100644 --- a/fdmdv2/fdmdv2-doc/html/class_plot_panel.html +++ b/fdmdv2/fdmdv2-doc/html/class_plot_panel.html @@ -30,6 +30,7 @@
+ +

#include <fdmdv2_plot.h>

Inheritance diagram for PlotPanel:
@@ -64,171 +67,1114 @@ Inheritance diagram for PlotPanel:
Collaboration diagram for PlotPanel:
Collaboration graph
- - +
[legend]
- + - + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - +

Public Member Functions

PlotPanel (wxFrame *parent)
 PlotPanel (wxFrame *parent)
 
-void OnMouseMove (wxMouseEvent &event)
 ~PlotPanel ()
 
void OnMouseMove (wxMouseEvent &event)
 
-void OnMouseDown (wxMouseEvent &event)
void OnMouseDown (wxMouseEvent &event)
 
-void OnMouseUp (wxMouseEvent &event)
void OnMouseUp (wxMouseEvent &event)
 
-void OnMouseWheelMoved (wxMouseEvent &event)
void OnMouseWheelMoved (wxMouseEvent &event)
 
-void OnClose (wxCloseEvent &event)
void OnClose (wxCloseEvent &event)
 
-void OnSize (wxSizeEvent &event)
void OnSize (wxSizeEvent &event)
 
-void OnErase (wxEraseEvent &event)
void OnErase (wxEraseEvent &event)
 
-void OnPaint (wxPaintEvent &event)
void OnPaint (wxPaintEvent &event)
 
-void paintEvent (wxPaintEvent &evt)
void paintEvent (wxPaintEvent &evt)
 
-virtual void draw (wxAutoBufferedPaintDC &pdc)
virtual void draw (wxAutoBufferedPaintDC &pdc)
 
-virtual void drawGraticule (wxAutoBufferedPaintDC &pdc)
virtual void drawGraticule (wxAutoBufferedPaintDC &pdc)
 
-virtual double SetZoomFactor (double zf)
virtual double SetZoomFactor (double zf)
 
-virtual double GetZoomFactor (double zf)
virtual double GetZoomFactor (double zf)
 
-virtual void OnShow (wxShowEvent &event)
virtual void OnShow (wxShowEvent &event)
 
-virtual double GetLabelSize ()
virtual double GetLabelSize ()
 
-virtual void SetLabelSize (double size)
virtual void SetLabelSize (double size)
 
- + - + - + - + - + - + - + - + - + - + - + - + - + - + - +

Public Attributes

-wxPen m_penShortDash
wxPen m_penShortDash
 
-wxPen m_penDotDash
wxPen m_penDotDash
 
-wxPen m_penSolid
wxPen m_penSolid
 
-wxRect m_rCtrlPrev
wxRect m_rCtrlPrev
 
-wxRect m_rCtrl
wxRect m_rCtrl
 
-wxRect m_rGrid
wxRect m_rGrid
 
-wxRect m_rPlot
wxRect m_rPlot
 
-MainFramem_pTopFrame
MainFramem_pTopFrame
 
-wxAuiNotebook * m_pNoteBook
wxAuiNotebook * m_pNoteBook
 
-double m_label_size
double m_label_size
 
-wxSize m_Bufsz
wxSize m_Bufsz
 
-bool m_newdata
bool m_newdata
 
-wxImage m_oImage
wxImage m_oImage
 
-wxBitmap * m_pBmp
wxBitmap * m_pBmp
 
-wxNativePixelData * m_pPix
wxNativePixelData * m_pPix
 
- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - +

Protected Attributes

-int m_x
int m_x
 
-int m_y
int m_y
 
-int m_left
int m_left
 
-int m_top
int m_top
 
-int m_prev_w
int m_prev_w
 
-int m_prev_h
int m_prev_h
 
-int m_prev_x
int m_prev_x
 
-int m_prev_y
int m_prev_y
 
-bool m_use_bitmap
bool m_use_bitmap
 
-bool m_clip
bool m_clip
 
-bool m_rubberBand
bool m_rubberBand
 
-bool m_mouseDown
bool m_mouseDown
 
-bool m_firstPass
bool m_firstPass
 
-double m_zoomFactor
double m_zoomFactor
 
-int m_greyscale
int m_greyscale
 
-int m_line_color
int m_line_color
 
+

Detailed Description

+
+

Definition at line 77 of file fdmdv2_plot.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + +
PlotPanel::PlotPanel (wxFrame * parent)
+
+ +

Definition at line 40 of file fdmdv2_plot.cpp.

+ +
+
+ +
+
+ + + + + + + +
PlotPanel::~PlotPanel ()
+
+ +

Definition at line 64 of file fdmdv2_plot.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + + +
void PlotPanel::draw (wxAutoBufferedPaintDC & pdc)
+
+virtual
+
+ +

Reimplemented in PlotWaterfall, PlotScalar, PlotScatter, and PlotSpectrum.

+ +

Definition at line 184 of file fdmdv2_plot.cpp.

+ +

+Here is the call graph for this function:
+
+
+ +
+

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void PlotPanel::drawGraticule (wxAutoBufferedPaintDC & pdc)
+
+virtual
+
+ +

Reimplemented in PlotWaterfall, and PlotSpectrum.

+ +

Definition at line 225 of file fdmdv2_plot.cpp.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
double PlotPanel::GetLabelSize ()
+
+virtual
+
+ +

Definition at line 75 of file fdmdv2_plot.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
double PlotPanel::GetZoomFactor (double zf)
+
+virtual
+
+ +

Definition at line 176 of file fdmdv2_plot.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void PlotPanel::OnClose (wxCloseEvent & event)
+
+inline
+
+ +

Definition at line 103 of file fdmdv2_plot.h.

+ +
+
+ +
+
+ + + + + + + + +
void PlotPanel::OnErase (wxEraseEvent & event)
+
+ +

Definition at line 99 of file fdmdv2_plot.cpp.

+ +
+
+ +
+
+ + + + + + + + +
void PlotPanel::OnMouseDown (wxMouseEvent & event)
+
+ +

Definition at line 141 of file fdmdv2_plot.cpp.

+ +
+
+ +
+
+ + + + + + + + +
void PlotPanel::OnMouseMove (wxMouseEvent & event)
+
+ +

Definition at line 130 of file fdmdv2_plot.cpp.

+ +
+
+ +
+
+ + + + + + + + +
void PlotPanel::OnMouseUp (wxMouseEvent & event)
+
+ +

Definition at line 156 of file fdmdv2_plot.cpp.

+ +
+
+ +
+
+ + + + + + + + +
void PlotPanel::OnMouseWheelMoved (wxMouseEvent & event)
+
+ +

Definition at line 149 of file fdmdv2_plot.cpp.

+ +
+
+ +
+
+ + + + + + + + +
void PlotPanel::OnPaint (wxPaintEvent & event)
+
+ +

Definition at line 266 of file fdmdv2_plot.cpp.

+ +

+Here is the call graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void PlotPanel::OnShow (wxShowEvent & event)
+
+virtual
+
+ +

Reimplemented in PlotWaterfall, PlotScalar, PlotScatter, and PlotSpectrum.

+ +

Definition at line 91 of file fdmdv2_plot.cpp.

+ +
+
+ +
+
+ + + + + + + + +
void PlotPanel::OnSize (wxSizeEvent & event)
+
+ +

Definition at line 107 of file fdmdv2_plot.cpp.

+ +
+
+ +
+
+ + + + + + + + +
void PlotPanel::paintEvent (wxPaintEvent & evt)
+
+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void PlotPanel::SetLabelSize (double size)
+
+virtual
+
+ +

Definition at line 83 of file fdmdv2_plot.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
double PlotPanel::SetZoomFactor (double zf)
+
+virtual
+
+ +

Definition at line 164 of file fdmdv2_plot.cpp.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
wxSize PlotPanel::m_Bufsz
+
+ +

Definition at line 92 of file fdmdv2_plot.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
bool PlotPanel::m_clip
+
+protected
+
+ +

Definition at line 128 of file fdmdv2_plot.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
bool PlotPanel::m_firstPass
+
+protected
+
+ +

Definition at line 131 of file fdmdv2_plot.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
int PlotPanel::m_greyscale
+
+protected
+
+ +

Definition at line 133 of file fdmdv2_plot.h.

+ +
+
+ +
+
+ + + + +
double PlotPanel::m_label_size
+
+ +

Definition at line 91 of file fdmdv2_plot.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
int PlotPanel::m_left
+
+protected
+
+ +

Definition at line 121 of file fdmdv2_plot.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
int PlotPanel::m_line_color
+
+protected
+
+ +

Definition at line 134 of file fdmdv2_plot.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
bool PlotPanel::m_mouseDown
+
+protected
+
+ +

Definition at line 130 of file fdmdv2_plot.h.

+ +
+
+ +
+
+ + + + +
bool PlotPanel::m_newdata
+
+ +

Definition at line 93 of file fdmdv2_plot.h.

+ +
+
+ +
+
+ + + + +
wxImage PlotPanel::m_oImage
+
+ +

Definition at line 94 of file fdmdv2_plot.h.

+ +
+
+ +
+
+ + + + +
wxBitmap* PlotPanel::m_pBmp
+
+ +

Definition at line 95 of file fdmdv2_plot.h.

+ +
+
+ +
+
+ + + + +
wxPen PlotPanel::m_penDotDash
+
+ +

Definition at line 83 of file fdmdv2_plot.h.

+ +
+
+ +
+
+ + + + +
wxPen PlotPanel::m_penShortDash
+
+ +

Definition at line 82 of file fdmdv2_plot.h.

+ +
+
+ +
+
+ + + + +
wxPen PlotPanel::m_penSolid
+
+ +

Definition at line 84 of file fdmdv2_plot.h.

+ +
+
+ +
+
+ + + + +
wxAuiNotebook* PlotPanel::m_pNoteBook
+
+ +

Definition at line 90 of file fdmdv2_plot.h.

+ +
+
+ +
+
+ + + + +
wxNativePixelData* PlotPanel::m_pPix
+
+ +

Definition at line 96 of file fdmdv2_plot.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
int PlotPanel::m_prev_h
+
+protected
+
+ +

Definition at line 124 of file fdmdv2_plot.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
int PlotPanel::m_prev_w
+
+protected
+
+ +

Definition at line 123 of file fdmdv2_plot.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
int PlotPanel::m_prev_x
+
+protected
+
+ +

Definition at line 125 of file fdmdv2_plot.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
int PlotPanel::m_prev_y
+
+protected
+
+ +

Definition at line 126 of file fdmdv2_plot.h.

+ +
+
+ +
+
+ + + + +
MainFrame* PlotPanel::m_pTopFrame
+
+ +

Definition at line 89 of file fdmdv2_plot.h.

+ +
+
+ +
+
+ + + + +
wxRect PlotPanel::m_rCtrl
+
+ +

Definition at line 86 of file fdmdv2_plot.h.

+ +
+
+ +
+
+ + + + +
wxRect PlotPanel::m_rCtrlPrev
+
+ +

Definition at line 85 of file fdmdv2_plot.h.

+ +
+
+ +
+
+ + + + +
wxRect PlotPanel::m_rGrid
+
+ +

Definition at line 87 of file fdmdv2_plot.h.

+ +
+
+ +
+
+ + + + +
wxRect PlotPanel::m_rPlot
+
+ +

Definition at line 88 of file fdmdv2_plot.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
bool PlotPanel::m_rubberBand
+
+protected
+
+ +

Definition at line 129 of file fdmdv2_plot.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
int PlotPanel::m_top
+
+protected
+
+ +

Definition at line 122 of file fdmdv2_plot.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
bool PlotPanel::m_use_bitmap
+
+protected
+
+ +

Definition at line 127 of file fdmdv2_plot.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
int PlotPanel::m_x
+
+protected
+
+ +

Definition at line 119 of file fdmdv2_plot.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
int PlotPanel::m_y
+
+protected
+
+ +

Definition at line 120 of file fdmdv2_plot.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
double PlotPanel::m_zoomFactor
+
+protected
+
+ +

Definition at line 132 of file fdmdv2_plot.h.

+ +
+

The documentation for this class was generated from the following files:
  • C:/bin/Projects/Radio/fdmdv2/src/fdmdv2_plot.h
  • -
  • C:/bin/Projects/Radio/fdmdv2/src/fdmdv2_plot.cpp
  • +
  • C:/bin/Projects/Radio/fdmdv2/src/fdmdv2_plot.cpp
diff --git a/fdmdv2/fdmdv2-doc/html/class_plot_panel__coll__graph.map b/fdmdv2/fdmdv2-doc/html/class_plot_panel__coll__graph.map index 3b8d643a..b27c298a 100644 --- a/fdmdv2/fdmdv2-doc/html/class_plot_panel__coll__graph.map +++ b/fdmdv2/fdmdv2-doc/html/class_plot_panel__coll__graph.map @@ -1,10 +1,11 @@ - - - - - - - - + + + + + + + + + diff --git a/fdmdv2/fdmdv2-doc/html/class_plot_panel__coll__graph.md5 b/fdmdv2/fdmdv2-doc/html/class_plot_panel__coll__graph.md5 index 13b9c21a..908eb6ee 100644 --- a/fdmdv2/fdmdv2-doc/html/class_plot_panel__coll__graph.md5 +++ b/fdmdv2/fdmdv2-doc/html/class_plot_panel__coll__graph.md5 @@ -1 +1 @@ -6cfd63f330c4bc16724e1574d8cf76ed \ No newline at end of file +cdafed25eab993884cbd00cb38e18be4 \ No newline at end of file diff --git a/fdmdv2/fdmdv2-doc/html/class_plot_panel__coll__graph.png b/fdmdv2/fdmdv2-doc/html/class_plot_panel__coll__graph.png index 4b29d54d..c1c44655 100644 Binary files a/fdmdv2/fdmdv2-doc/html/class_plot_panel__coll__graph.png and b/fdmdv2/fdmdv2-doc/html/class_plot_panel__coll__graph.png differ diff --git a/fdmdv2/fdmdv2-doc/html/class_plot_scalar-members.html b/fdmdv2/fdmdv2-doc/html/class_plot_scalar-members.html index 76fb04d6..2128543a 100644 --- a/fdmdv2/fdmdv2-doc/html/class_plot_scalar-members.html +++ b/fdmdv2/fdmdv2-doc/html/class_plot_scalar-members.html @@ -30,6 +30,7 @@ diff --git a/fdmdv2/fdmdv2-doc/html/class_plot_scalar.html b/fdmdv2/fdmdv2-doc/html/class_plot_scalar.html index 5bec8ec4..f6671fd3 100644 --- a/fdmdv2/fdmdv2-doc/html/class_plot_scalar.html +++ b/fdmdv2/fdmdv2-doc/html/class_plot_scalar.html @@ -30,6 +30,7 @@
+ +

#include <fdmdv2_plot_scalar.h>

Inheritance diagram for PlotScalar:
@@ -64,210 +67,527 @@ Inheritance diagram for PlotScalar:
Collaboration diagram for PlotScalar:
Collaboration graph
- - +
[legend]
- + - + + + - + - + + + - + - + - + - + - + - + - + - + - + - + - + - + - +

Public Member Functions

PlotScalar (wxFrame *parent, int x_max_, int y_max_)
 PlotScalar (wxFrame *parent, int x_max_, int y_max_)
 
-void add_new_sample (float sample)
 ~PlotScalar ()
 
void add_new_sample (float sample)
 
- Public Member Functions inherited from PlotPanel
PlotPanel (wxFrame *parent)
 PlotPanel (wxFrame *parent)
 
-void OnMouseMove (wxMouseEvent &event)
 ~PlotPanel ()
 
void OnMouseMove (wxMouseEvent &event)
 
-void OnMouseDown (wxMouseEvent &event)
void OnMouseDown (wxMouseEvent &event)
 
-void OnMouseUp (wxMouseEvent &event)
void OnMouseUp (wxMouseEvent &event)
 
-void OnMouseWheelMoved (wxMouseEvent &event)
void OnMouseWheelMoved (wxMouseEvent &event)
 
-void OnClose (wxCloseEvent &event)
void OnClose (wxCloseEvent &event)
 
-void OnSize (wxSizeEvent &event)
void OnSize (wxSizeEvent &event)
 
-void OnErase (wxEraseEvent &event)
void OnErase (wxEraseEvent &event)
 
-void OnPaint (wxPaintEvent &event)
void OnPaint (wxPaintEvent &event)
 
-void paintEvent (wxPaintEvent &evt)
void paintEvent (wxPaintEvent &evt)
 
-virtual void drawGraticule (wxAutoBufferedPaintDC &pdc)
virtual void drawGraticule (wxAutoBufferedPaintDC &pdc)
 
-virtual double SetZoomFactor (double zf)
virtual double SetZoomFactor (double zf)
 
-virtual double GetZoomFactor (double zf)
virtual double GetZoomFactor (double zf)
 
-virtual double GetLabelSize ()
virtual double GetLabelSize ()
 
-virtual void SetLabelSize (double size)
virtual void SetLabelSize (double size)
 
- + - + - + - + - +

Protected Member Functions

-int clip (int y1)
int clip (int y1)
 
-void draw (wxAutoBufferedPaintDC &dc)
void draw (wxAutoBufferedPaintDC &dc)
 
-void OnPaint (wxPaintEvent &event)
void OnPaint (wxPaintEvent &event)
 
-void OnSize (wxSizeEvent &event)
void OnSize (wxSizeEvent &event)
 
-void OnShow (wxShowEvent &event)
void OnShow (wxShowEvent &event)
 
- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - +

Protected Attributes

-int m_x_max
int m_x_max
 
-int m_y_max
int m_y_max
 
-float * m_mem
float * m_mem
 
-float m_new_sample
float m_new_sample
 
-int m_index
int m_index
 
-int m_step
int m_step
 
- Protected Attributes inherited from PlotPanel
-int m_x
int m_x
 
-int m_y
int m_y
 
-int m_left
int m_left
 
-int m_top
int m_top
 
-int m_prev_w
int m_prev_w
 
-int m_prev_h
int m_prev_h
 
-int m_prev_x
int m_prev_x
 
-int m_prev_y
int m_prev_y
 
-bool m_use_bitmap
bool m_use_bitmap
 
-bool m_clip
bool m_clip
 
-bool m_rubberBand
bool m_rubberBand
 
-bool m_mouseDown
bool m_mouseDown
 
-bool m_firstPass
bool m_firstPass
 
-double m_zoomFactor
double m_zoomFactor
 
-int m_greyscale
int m_greyscale
 
-int m_line_color
int m_line_color
 
- + - + - + - + - + - + - + - + - + - + - + - + - + - + - +

Additional Inherited Members

- Public Attributes inherited from PlotPanel
-wxPen m_penShortDash
wxPen m_penShortDash
 
-wxPen m_penDotDash
wxPen m_penDotDash
 
-wxPen m_penSolid
wxPen m_penSolid
 
-wxRect m_rCtrlPrev
wxRect m_rCtrlPrev
 
-wxRect m_rCtrl
wxRect m_rCtrl
 
-wxRect m_rGrid
wxRect m_rGrid
 
-wxRect m_rPlot
wxRect m_rPlot
 
-MainFramem_pTopFrame
MainFramem_pTopFrame
 
-wxAuiNotebook * m_pNoteBook
wxAuiNotebook * m_pNoteBook
 
-double m_label_size
double m_label_size
 
-wxSize m_Bufsz
wxSize m_Bufsz
 
-bool m_newdata
bool m_newdata
 
-wxImage m_oImage
wxImage m_oImage
 
-wxBitmap * m_pBmp
wxBitmap * m_pBmp
 
-wxNativePixelData * m_pPix
wxNativePixelData * m_pPix
 
+

Detailed Description

+
+

Definition at line 34 of file fdmdv2_plot_scalar.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
PlotScalar::PlotScalar (wxFrame * parent,
int x_max_,
int y_max_ 
)
+
+ +

Definition at line 44 of file fdmdv2_plot_scalar.cpp.

+ +
+
+ +
+
+ + + + + + + +
PlotScalar::~PlotScalar ()
+
+ +

Definition at line 69 of file fdmdv2_plot_scalar.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + + +
void PlotScalar::add_new_sample (float sample)
+
+ +

Definition at line 77 of file fdmdv2_plot_scalar.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
int PlotScalar::clip (int y1)
+
+protected
+
+ +

Definition at line 85 of file fdmdv2_plot_scalar.cpp.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void PlotScalar::draw (wxAutoBufferedPaintDC & dc)
+
+protectedvirtual
+
+ +

Reimplemented from PlotPanel.

+ +

Definition at line 101 of file fdmdv2_plot_scalar.cpp.

+ +

+Here is the call graph for this function:
+
+
+ +
+

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void PlotScalar::OnPaint (wxPaintEvent & event)
+
+protected
+
+ +

Definition at line 192 of file fdmdv2_plot_scalar.cpp.

+ +

+Here is the call graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void PlotScalar::OnShow (wxShowEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from PlotPanel.

+ +

Definition at line 210 of file fdmdv2_plot_scalar.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void PlotScalar::OnSize (wxSizeEvent & event)
+
+protected
+
+ +

Definition at line 201 of file fdmdv2_plot_scalar.cpp.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + + +
+ + + + +
int PlotScalar::m_index
+
+protected
+
+ +

Definition at line 49 of file fdmdv2_plot_scalar.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
float* PlotScalar::m_mem
+
+protected
+
+ +

Definition at line 47 of file fdmdv2_plot_scalar.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
float PlotScalar::m_new_sample
+
+protected
+
+ +

Definition at line 48 of file fdmdv2_plot_scalar.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
int PlotScalar::m_step
+
+protected
+
+ +

Definition at line 50 of file fdmdv2_plot_scalar.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
int PlotScalar::m_x_max
+
+protected
+
+ +

Definition at line 45 of file fdmdv2_plot_scalar.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
int PlotScalar::m_y_max
+
+protected
+
+ +

Definition at line 46 of file fdmdv2_plot_scalar.h.

+ +
+

The documentation for this class was generated from the following files: diff --git a/fdmdv2/fdmdv2-doc/html/class_plot_scalar__coll__graph.map b/fdmdv2/fdmdv2-doc/html/class_plot_scalar__coll__graph.map index 1210649a..a83a6de8 100644 --- a/fdmdv2/fdmdv2-doc/html/class_plot_scalar__coll__graph.map +++ b/fdmdv2/fdmdv2-doc/html/class_plot_scalar__coll__graph.map @@ -1,10 +1,11 @@ - - - - - - - - + + + + + + + + + diff --git a/fdmdv2/fdmdv2-doc/html/class_plot_scalar__coll__graph.md5 b/fdmdv2/fdmdv2-doc/html/class_plot_scalar__coll__graph.md5 index a1ce763e..0dc0e5fd 100644 --- a/fdmdv2/fdmdv2-doc/html/class_plot_scalar__coll__graph.md5 +++ b/fdmdv2/fdmdv2-doc/html/class_plot_scalar__coll__graph.md5 @@ -1 +1 @@ -ae11f2f8be7123aee5b56a437091c51f \ No newline at end of file +6a86f1dec2b21e17ffd3952dd7ea86da \ No newline at end of file diff --git a/fdmdv2/fdmdv2-doc/html/class_plot_scalar__coll__graph.png b/fdmdv2/fdmdv2-doc/html/class_plot_scalar__coll__graph.png index 870d0fb4..0719ba73 100644 Binary files a/fdmdv2/fdmdv2-doc/html/class_plot_scalar__coll__graph.png and b/fdmdv2/fdmdv2-doc/html/class_plot_scalar__coll__graph.png differ diff --git a/fdmdv2/fdmdv2-doc/html/class_plot_scatter-members.html b/fdmdv2/fdmdv2-doc/html/class_plot_scatter-members.html index 0ef03f3f..8a2c3413 100644 --- a/fdmdv2/fdmdv2-doc/html/class_plot_scatter-members.html +++ b/fdmdv2/fdmdv2-doc/html/class_plot_scatter-members.html @@ -30,6 +30,7 @@ diff --git a/fdmdv2/fdmdv2-doc/html/class_plot_scatter.html b/fdmdv2/fdmdv2-doc/html/class_plot_scatter.html index 33b02fb9..a70b26fc 100644 --- a/fdmdv2/fdmdv2-doc/html/class_plot_scatter.html +++ b/fdmdv2/fdmdv2-doc/html/class_plot_scatter.html @@ -30,6 +30,7 @@
+ +

#include <fdmdv2_plot_scatter.h>

Inheritance diagram for PlotScatter:
@@ -64,195 +67,387 @@ Inheritance diagram for PlotScatter:
Collaboration diagram for PlotScatter:
Collaboration graph
- - +
[legend]
- + + + - + - + + + - + - + - + - + - + - + - + - + - + - + - + - + - +

Public Member Functions

PlotScatter (wxFrame *parent)
 PlotScatter (wxFrame *parent)
 
 ~PlotScatter ()
 
- Public Member Functions inherited from PlotPanel
PlotPanel (wxFrame *parent)
 PlotPanel (wxFrame *parent)
 
-void OnMouseMove (wxMouseEvent &event)
 ~PlotPanel ()
 
void OnMouseMove (wxMouseEvent &event)
 
-void OnMouseDown (wxMouseEvent &event)
void OnMouseDown (wxMouseEvent &event)
 
-void OnMouseUp (wxMouseEvent &event)
void OnMouseUp (wxMouseEvent &event)
 
-void OnMouseWheelMoved (wxMouseEvent &event)
void OnMouseWheelMoved (wxMouseEvent &event)
 
-void OnClose (wxCloseEvent &event)
void OnClose (wxCloseEvent &event)
 
-void OnSize (wxSizeEvent &event)
void OnSize (wxSizeEvent &event)
 
-void OnErase (wxEraseEvent &event)
void OnErase (wxEraseEvent &event)
 
-void OnPaint (wxPaintEvent &event)
void OnPaint (wxPaintEvent &event)
 
-void paintEvent (wxPaintEvent &evt)
void paintEvent (wxPaintEvent &evt)
 
-virtual void drawGraticule (wxAutoBufferedPaintDC &pdc)
virtual void drawGraticule (wxAutoBufferedPaintDC &pdc)
 
-virtual double SetZoomFactor (double zf)
virtual double SetZoomFactor (double zf)
 
-virtual double GetZoomFactor (double zf)
virtual double GetZoomFactor (double zf)
 
-virtual double GetLabelSize ()
virtual double GetLabelSize ()
 
-virtual void SetLabelSize (double size)
virtual void SetLabelSize (double size)
 
- + - + - + - + - +

Protected Member Functions

-void draw (wxAutoBufferedPaintDC &dc)
void draw (wxAutoBufferedPaintDC &dc)
 
-void add_new_samples (COMP samples[])
void add_new_samples (COMP samples[])
 
-void OnPaint (wxPaintEvent &event)
void OnPaint (wxPaintEvent &event)
 
-void OnSize (wxSizeEvent &event)
void OnSize (wxSizeEvent &event)
 
-void OnShow (wxShowEvent &event)
void OnShow (wxShowEvent &event)
 
- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - +

Protected Attributes

-COMP m_mem [SCATTER_MEM]
COMP m_mem [SCATTER_MEM]
 
-COMP m_new_samples [FDMDV_NSYM]
COMP m_new_samples [FDMDV_NSYM]
 
- Protected Attributes inherited from PlotPanel
-int m_x
int m_x
 
-int m_y
int m_y
 
-int m_left
int m_left
 
-int m_top
int m_top
 
-int m_prev_w
int m_prev_w
 
-int m_prev_h
int m_prev_h
 
-int m_prev_x
int m_prev_x
 
-int m_prev_y
int m_prev_y
 
-bool m_use_bitmap
bool m_use_bitmap
 
-bool m_clip
bool m_clip
 
-bool m_rubberBand
bool m_rubberBand
 
-bool m_mouseDown
bool m_mouseDown
 
-bool m_firstPass
bool m_firstPass
 
-double m_zoomFactor
double m_zoomFactor
 
-int m_greyscale
int m_greyscale
 
-int m_line_color
int m_line_color
 
- + - + - + - + - + - + - + - + - + - + - + - + - + - + - +

Additional Inherited Members

- Public Attributes inherited from PlotPanel
-wxPen m_penShortDash
wxPen m_penShortDash
 
-wxPen m_penDotDash
wxPen m_penDotDash
 
-wxPen m_penSolid
wxPen m_penSolid
 
-wxRect m_rCtrlPrev
wxRect m_rCtrlPrev
 
-wxRect m_rCtrl
wxRect m_rCtrl
 
-wxRect m_rGrid
wxRect m_rGrid
 
-wxRect m_rPlot
wxRect m_rPlot
 
-MainFramem_pTopFrame
MainFramem_pTopFrame
 
-wxAuiNotebook * m_pNoteBook
wxAuiNotebook * m_pNoteBook
 
-double m_label_size
double m_label_size
 
-wxSize m_Bufsz
wxSize m_Bufsz
 
-bool m_newdata
bool m_newdata
 
-wxImage m_oImage
wxImage m_oImage
 
-wxBitmap * m_pBmp
wxBitmap * m_pBmp
 
-wxNativePixelData * m_pPix
wxNativePixelData * m_pPix
 
+

Detailed Description

+
+

Definition at line 35 of file fdmdv2_plot_scatter.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + +
PlotScatter::PlotScatter (wxFrame * parent)
+
+ +

Definition at line 43 of file fdmdv2_plot_scatter.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
PlotScatter::~PlotScatter ()
+
+inline
+
+ +

Definition at line 39 of file fdmdv2_plot_scatter.h.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + + +
void PlotScatter::add_new_samples (COMP samples[])
+
+protected
+
+ +

Definition at line 124 of file fdmdv2_plot_scatter.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void PlotScatter::draw (wxAutoBufferedPaintDC & dc)
+
+protectedvirtual
+
+ +

Reimplemented from PlotPanel.

+ +

Definition at line 64 of file fdmdv2_plot_scatter.cpp.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void PlotScatter::OnPaint (wxPaintEvent & event)
+
+protected
+
+ +

Definition at line 137 of file fdmdv2_plot_scatter.cpp.

+ +

+Here is the call graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void PlotScatter::OnShow (wxShowEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from PlotPanel.

+ +

Definition at line 155 of file fdmdv2_plot_scatter.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void PlotScatter::OnSize (wxSizeEvent & event)
+
+protected
+
+ +

Definition at line 146 of file fdmdv2_plot_scatter.cpp.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + + +
+ + + + +
COMP PlotScatter::m_mem[SCATTER_MEM]
+
+protected
+
+ +

Definition at line 39 of file fdmdv2_plot_scatter.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
COMP PlotScatter::m_new_samples[FDMDV_NSYM]
+
+protected
+
+ +

Definition at line 43 of file fdmdv2_plot_scatter.h.

+ +
+

The documentation for this class was generated from the following files: diff --git a/fdmdv2/fdmdv2-doc/html/class_plot_scatter__coll__graph.map b/fdmdv2/fdmdv2-doc/html/class_plot_scatter__coll__graph.map index 6af05828..e4dcfb63 100644 --- a/fdmdv2/fdmdv2-doc/html/class_plot_scatter__coll__graph.map +++ b/fdmdv2/fdmdv2-doc/html/class_plot_scatter__coll__graph.map @@ -1,10 +1,11 @@ - - - - - - - - + + + + + + + + + diff --git a/fdmdv2/fdmdv2-doc/html/class_plot_scatter__coll__graph.md5 b/fdmdv2/fdmdv2-doc/html/class_plot_scatter__coll__graph.md5 index f8ba3aff..a006ec0e 100644 --- a/fdmdv2/fdmdv2-doc/html/class_plot_scatter__coll__graph.md5 +++ b/fdmdv2/fdmdv2-doc/html/class_plot_scatter__coll__graph.md5 @@ -1 +1 @@ -c32ff3402da15389cfd9839e10d95e3e \ No newline at end of file +681d6534c726ac67de6096e7ccf856bb \ No newline at end of file diff --git a/fdmdv2/fdmdv2-doc/html/class_plot_scatter__coll__graph.png b/fdmdv2/fdmdv2-doc/html/class_plot_scatter__coll__graph.png index c15d2e07..134c586e 100644 Binary files a/fdmdv2/fdmdv2-doc/html/class_plot_scatter__coll__graph.png and b/fdmdv2/fdmdv2-doc/html/class_plot_scatter__coll__graph.png differ diff --git a/fdmdv2/fdmdv2-doc/html/class_plot_spectrum-members.html b/fdmdv2/fdmdv2-doc/html/class_plot_spectrum-members.html index 7f5d1674..dbd6701b 100644 --- a/fdmdv2/fdmdv2-doc/html/class_plot_spectrum-members.html +++ b/fdmdv2/fdmdv2-doc/html/class_plot_spectrum-members.html @@ -30,6 +30,7 @@ diff --git a/fdmdv2/fdmdv2-doc/html/class_plot_spectrum.html b/fdmdv2/fdmdv2-doc/html/class_plot_spectrum.html index b9b0a19e..e02e331c 100644 --- a/fdmdv2/fdmdv2-doc/html/class_plot_spectrum.html +++ b/fdmdv2/fdmdv2-doc/html/class_plot_spectrum.html @@ -30,6 +30,7 @@
+ +

#include <fdmdv2_plot_spectrum.h>

Inheritance diagram for PlotSpectrum:
@@ -63,183 +66,341 @@ Inheritance diagram for PlotSpectrum:
Collaboration diagram for PlotSpectrum:
Collaboration graph
- - +
[legend]
- + + + - + - + + + - + - + - + - + - + - + - + - + - + - + - + - +

Public Member Functions

PlotSpectrum (wxFrame *parent)
 PlotSpectrum (wxFrame *parent)
 
 ~PlotSpectrum ()
 
- Public Member Functions inherited from PlotPanel
PlotPanel (wxFrame *parent)
 PlotPanel (wxFrame *parent)
 
-void OnMouseMove (wxMouseEvent &event)
 ~PlotPanel ()
 
void OnMouseMove (wxMouseEvent &event)
 
-void OnMouseDown (wxMouseEvent &event)
void OnMouseDown (wxMouseEvent &event)
 
-void OnMouseUp (wxMouseEvent &event)
void OnMouseUp (wxMouseEvent &event)
 
-void OnMouseWheelMoved (wxMouseEvent &event)
void OnMouseWheelMoved (wxMouseEvent &event)
 
-void OnClose (wxCloseEvent &event)
void OnClose (wxCloseEvent &event)
 
-void OnSize (wxSizeEvent &event)
void OnSize (wxSizeEvent &event)
 
-void OnErase (wxEraseEvent &event)
void OnErase (wxEraseEvent &event)
 
-void OnPaint (wxPaintEvent &event)
void OnPaint (wxPaintEvent &event)
 
-void paintEvent (wxPaintEvent &evt)
void paintEvent (wxPaintEvent &evt)
 
-virtual double SetZoomFactor (double zf)
virtual double SetZoomFactor (double zf)
 
-virtual double GetZoomFactor (double zf)
virtual double GetZoomFactor (double zf)
 
-virtual double GetLabelSize ()
virtual double GetLabelSize ()
 
-virtual void SetLabelSize (double size)
virtual void SetLabelSize (double size)
 
- + - + - + - + - +

Protected Member Functions

-void OnPaint (wxPaintEvent &event)
void OnPaint (wxPaintEvent &event)
 
-void OnSize (wxSizeEvent &event)
void OnSize (wxSizeEvent &event)
 
-void OnShow (wxShowEvent &event)
void OnShow (wxShowEvent &event)
 
-void drawGraticule (wxAutoBufferedPaintDC &dc)
void drawGraticule (wxAutoBufferedPaintDC &dc)
 
-void draw (wxAutoBufferedPaintDC &dc)
void draw (wxAutoBufferedPaintDC &dc)
 
- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - +

Additional Inherited Members

- Public Attributes inherited from PlotPanel
-wxPen m_penShortDash
wxPen m_penShortDash
 
-wxPen m_penDotDash
wxPen m_penDotDash
 
-wxPen m_penSolid
wxPen m_penSolid
 
-wxRect m_rCtrlPrev
wxRect m_rCtrlPrev
 
-wxRect m_rCtrl
wxRect m_rCtrl
 
-wxRect m_rGrid
wxRect m_rGrid
 
-wxRect m_rPlot
wxRect m_rPlot
 
-MainFramem_pTopFrame
MainFramem_pTopFrame
 
-wxAuiNotebook * m_pNoteBook
wxAuiNotebook * m_pNoteBook
 
-double m_label_size
double m_label_size
 
-wxSize m_Bufsz
wxSize m_Bufsz
 
-bool m_newdata
bool m_newdata
 
-wxImage m_oImage
wxImage m_oImage
 
-wxBitmap * m_pBmp
wxBitmap * m_pBmp
 
-wxNativePixelData * m_pPix
wxNativePixelData * m_pPix
 
- Protected Attributes inherited from PlotPanel
-int m_x
int m_x
 
-int m_y
int m_y
 
-int m_left
int m_left
 
-int m_top
int m_top
 
-int m_prev_w
int m_prev_w
 
-int m_prev_h
int m_prev_h
 
-int m_prev_x
int m_prev_x
 
-int m_prev_y
int m_prev_y
 
-bool m_use_bitmap
bool m_use_bitmap
 
-bool m_clip
bool m_clip
 
-bool m_rubberBand
bool m_rubberBand
 
-bool m_mouseDown
bool m_mouseDown
 
-bool m_firstPass
bool m_firstPass
 
-double m_zoomFactor
double m_zoomFactor
 
-int m_greyscale
int m_greyscale
 
-int m_line_color
int m_line_color
 
+

Detailed Description

+
+

Definition at line 34 of file fdmdv2_plot_spectrum.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + +
PlotSpectrum::PlotSpectrum (wxFrame * parent)
+
+ +

Definition at line 52 of file fdmdv2_plot_spectrum.cpp.

+ +
+
+ +
+
+ + + + + + + +
PlotSpectrum::~PlotSpectrum ()
+
+ +

Definition at line 65 of file fdmdv2_plot_spectrum.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + + +
void PlotSpectrum::draw (wxAutoBufferedPaintDC & dc)
+
+protectedvirtual
+
+ +

Reimplemented from PlotPanel.

+ +

Definition at line 72 of file fdmdv2_plot_spectrum.cpp.

+ +

+Here is the call graph for this function:
+
+
+ +
+

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void PlotSpectrum::drawGraticule (wxAutoBufferedPaintDC & dc)
+
+protectedvirtual
+
+ +

Reimplemented from PlotPanel.

+ +

Definition at line 131 of file fdmdv2_plot_spectrum.cpp.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void PlotSpectrum::OnPaint (wxPaintEvent & event)
+
+protected
+
+ +

Definition at line 179 of file fdmdv2_plot_spectrum.cpp.

+ +

+Here is the call graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void PlotSpectrum::OnShow (wxShowEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from PlotPanel.

+ +

Definition at line 188 of file fdmdv2_plot_spectrum.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void PlotSpectrum::OnSize (wxSizeEvent & event)
+
+protected
+
+ +
+

The documentation for this class was generated from the following files: diff --git a/fdmdv2/fdmdv2-doc/html/class_plot_spectrum__coll__graph.map b/fdmdv2/fdmdv2-doc/html/class_plot_spectrum__coll__graph.map index 4483a2a6..a992e25b 100644 --- a/fdmdv2/fdmdv2-doc/html/class_plot_spectrum__coll__graph.map +++ b/fdmdv2/fdmdv2-doc/html/class_plot_spectrum__coll__graph.map @@ -1,10 +1,11 @@ - - - - - - - - + + + + + + + + + diff --git a/fdmdv2/fdmdv2-doc/html/class_plot_spectrum__coll__graph.md5 b/fdmdv2/fdmdv2-doc/html/class_plot_spectrum__coll__graph.md5 index 4e21e962..588055ea 100644 --- a/fdmdv2/fdmdv2-doc/html/class_plot_spectrum__coll__graph.md5 +++ b/fdmdv2/fdmdv2-doc/html/class_plot_spectrum__coll__graph.md5 @@ -1 +1 @@ -3b13edc5db4d401888f93e4bb73bc3f1 \ No newline at end of file +dba632cc9ed850ae0da9952a952c9155 \ No newline at end of file diff --git a/fdmdv2/fdmdv2-doc/html/class_plot_spectrum__coll__graph.png b/fdmdv2/fdmdv2-doc/html/class_plot_spectrum__coll__graph.png index 77fe9f05..bbd7e731 100644 Binary files a/fdmdv2/fdmdv2-doc/html/class_plot_spectrum__coll__graph.png and b/fdmdv2/fdmdv2-doc/html/class_plot_spectrum__coll__graph.png differ diff --git a/fdmdv2/fdmdv2-doc/html/class_plot_waterfall-members.html b/fdmdv2/fdmdv2-doc/html/class_plot_waterfall-members.html index 4ad8b12b..34652706 100644 --- a/fdmdv2/fdmdv2-doc/html/class_plot_waterfall-members.html +++ b/fdmdv2/fdmdv2-doc/html/class_plot_waterfall-members.html @@ -30,6 +30,7 @@ diff --git a/fdmdv2/fdmdv2-doc/html/class_plot_waterfall.html b/fdmdv2/fdmdv2-doc/html/class_plot_waterfall.html index 341e3794..b86ca04e 100644 --- a/fdmdv2/fdmdv2-doc/html/class_plot_waterfall.html +++ b/fdmdv2/fdmdv2-doc/html/class_plot_waterfall.html @@ -30,6 +30,7 @@
+ +

#include <fdmdv2_plot_waterfall.h>

Inheritance diagram for PlotWaterfall:
@@ -64,201 +67,534 @@ Inheritance diagram for PlotWaterfall:
Collaboration diagram for PlotWaterfall:
Collaboration graph
- - +
[legend]
- + + + - + - + + + - + - + - + - + - + - + - + - + - + - + - + - +

Public Member Functions

PlotWaterfall (wxFrame *parent)
 PlotWaterfall (wxFrame *parent)
 
 ~PlotWaterfall ()
 
- Public Member Functions inherited from PlotPanel
PlotPanel (wxFrame *parent)
 PlotPanel (wxFrame *parent)
 
-void OnMouseMove (wxMouseEvent &event)
 ~PlotPanel ()
 
void OnMouseMove (wxMouseEvent &event)
 
-void OnMouseDown (wxMouseEvent &event)
void OnMouseDown (wxMouseEvent &event)
 
-void OnMouseUp (wxMouseEvent &event)
void OnMouseUp (wxMouseEvent &event)
 
-void OnMouseWheelMoved (wxMouseEvent &event)
void OnMouseWheelMoved (wxMouseEvent &event)
 
-void OnClose (wxCloseEvent &event)
void OnClose (wxCloseEvent &event)
 
-void OnSize (wxSizeEvent &event)
void OnSize (wxSizeEvent &event)
 
-void OnErase (wxEraseEvent &event)
void OnErase (wxEraseEvent &event)
 
-void OnPaint (wxPaintEvent &event)
void OnPaint (wxPaintEvent &event)
 
-void paintEvent (wxPaintEvent &evt)
void paintEvent (wxPaintEvent &evt)
 
-virtual double SetZoomFactor (double zf)
virtual double SetZoomFactor (double zf)
 
-virtual double GetZoomFactor (double zf)
virtual double GetZoomFactor (double zf)
 
-virtual double GetLabelSize ()
virtual double GetLabelSize ()
 
-virtual void SetLabelSize (double size)
virtual void SetLabelSize (double size)
 
- + - + - + - + - + - + - + - +

Protected Member Functions

-unsigned heatmap (float val, float min, float max)
unsigned heatmap (float val, float min, float max)
 
-void OnPaint (wxPaintEvent &evt)
void OnPaint (wxPaintEvent &evt)
 
-void OnShow (wxShowEvent &event)
void OnShow (wxShowEvent &event)
 
-void drawGraticule (wxAutoBufferedPaintDC &dc)
void drawGraticule (wxAutoBufferedPaintDC &dc)
 
-void draw (wxAutoBufferedPaintDC &pdc)
void draw (wxAutoBufferedPaintDC &pdc)
 
-void plotPixelData (wxAutoBufferedPaintDC &dc)
void plotPixelData (wxAutoBufferedPaintDC &dc)
 
-void drawData ()
void drawData ()
 
-void drawData2 (wxMemoryDC &pDC, int barpos, int l, int t, int w, int h)
void drawData2 (wxMemoryDC &pDC, int barpos, int l, int t, int w, int h)
 
- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - +

Protected Attributes

-unsigned m_heatmap_lut [256]
unsigned m_heatmap_lut [256]
 
-wxMemoryDC m_mDC
wxMemoryDC m_mDC
 
- Protected Attributes inherited from PlotPanel
-int m_x
int m_x
 
-int m_y
int m_y
 
-int m_left
int m_left
 
-int m_top
int m_top
 
-int m_prev_w
int m_prev_w
 
-int m_prev_h
int m_prev_h
 
-int m_prev_x
int m_prev_x
 
-int m_prev_y
int m_prev_y
 
-bool m_use_bitmap
bool m_use_bitmap
 
-bool m_clip
bool m_clip
 
-bool m_rubberBand
bool m_rubberBand
 
-bool m_mouseDown
bool m_mouseDown
 
-bool m_firstPass
bool m_firstPass
 
-double m_zoomFactor
double m_zoomFactor
 
-int m_greyscale
int m_greyscale
 
-int m_line_color
int m_line_color
 
- + - + - + - + - + - + - + - + - + - + - + - + - + - + - +

Additional Inherited Members

- Public Attributes inherited from PlotPanel
-wxPen m_penShortDash
wxPen m_penShortDash
 
-wxPen m_penDotDash
wxPen m_penDotDash
 
-wxPen m_penSolid
wxPen m_penSolid
 
-wxRect m_rCtrlPrev
wxRect m_rCtrlPrev
 
-wxRect m_rCtrl
wxRect m_rCtrl
 
-wxRect m_rGrid
wxRect m_rGrid
 
-wxRect m_rPlot
wxRect m_rPlot
 
-MainFramem_pTopFrame
MainFramem_pTopFrame
 
-wxAuiNotebook * m_pNoteBook
wxAuiNotebook * m_pNoteBook
 
-double m_label_size
double m_label_size
 
-wxSize m_Bufsz
wxSize m_Bufsz
 
-bool m_newdata
bool m_newdata
 
-wxImage m_oImage
wxImage m_oImage
 
-wxBitmap * m_pBmp
wxBitmap * m_pBmp
 
-wxNativePixelData * m_pPix
wxNativePixelData * m_pPix
 
+

Detailed Description

+
+

Definition at line 41 of file fdmdv2_plot_waterfall.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + +
PlotWaterfall::PlotWaterfall (wxFrame * parent)
+
+ +

Definition at line 65 of file fdmdv2_plot_waterfall.cpp.

+ +
+
+ +
+
+ + + + + + + +
PlotWaterfall::~PlotWaterfall ()
+
+ +

Definition at line 108 of file fdmdv2_plot_waterfall.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + + +
void PlotWaterfall::draw (wxAutoBufferedPaintDC & pdc)
+
+protectedvirtual
+
+ +

Reimplemented from PlotPanel.

+ +

Definition at line 156 of file fdmdv2_plot_waterfall.cpp.

+ +

+Here is the call graph for this function:
+
+
+ +
+

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
void PlotWaterfall::drawData ()
+
+protected
+
+ +

Definition at line 213 of file fdmdv2_plot_waterfall.cpp.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
void PlotWaterfall::drawData2 (wxMemoryDC & pDC,
int barpos,
int l,
int t,
int w,
int h 
)
+
+protected
+
+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void PlotWaterfall::drawGraticule (wxAutoBufferedPaintDC & dc)
+
+protectedvirtual
+
+ +

Reimplemented from PlotPanel.

+ +

Definition at line 247 of file fdmdv2_plot_waterfall.cpp.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + +
unsigned PlotWaterfall::heatmap (float val,
float min,
float max 
)
+
+protected
+
+ +

Definition at line 117 of file fdmdv2_plot_waterfall.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void PlotWaterfall::OnPaint (wxPaintEvent & evt)
+
+protected
+
+ +

Definition at line 92 of file fdmdv2_plot_waterfall.cpp.

+ +

+Here is the call graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void PlotWaterfall::OnShow (wxShowEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from PlotPanel.

+ +

Definition at line 101 of file fdmdv2_plot_waterfall.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void PlotWaterfall::plotPixelData (wxAutoBufferedPaintDC & dc)
+
+protected
+
+ +

Definition at line 290 of file fdmdv2_plot_waterfall.cpp.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + + +
+ + + + +
unsigned PlotWaterfall::m_heatmap_lut[256]
+
+protected
+
+ +

Definition at line 50 of file fdmdv2_plot_waterfall.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
wxMemoryDC PlotWaterfall::m_mDC
+
+protected
+
+ +

Definition at line 51 of file fdmdv2_plot_waterfall.h.

+ +
+

The documentation for this class was generated from the following files: diff --git a/fdmdv2/fdmdv2-doc/html/class_plot_waterfall__coll__graph.map b/fdmdv2/fdmdv2-doc/html/class_plot_waterfall__coll__graph.map index 60b256d6..c7b67c17 100644 --- a/fdmdv2/fdmdv2-doc/html/class_plot_waterfall__coll__graph.map +++ b/fdmdv2/fdmdv2-doc/html/class_plot_waterfall__coll__graph.map @@ -1,10 +1,11 @@ - - - - - - - - + + + + + + + + + diff --git a/fdmdv2/fdmdv2-doc/html/class_plot_waterfall__coll__graph.md5 b/fdmdv2/fdmdv2-doc/html/class_plot_waterfall__coll__graph.md5 index 4400a802..6390f770 100644 --- a/fdmdv2/fdmdv2-doc/html/class_plot_waterfall__coll__graph.md5 +++ b/fdmdv2/fdmdv2-doc/html/class_plot_waterfall__coll__graph.md5 @@ -1 +1 @@ -c23ce2a145340ee535af7a91acdea573 \ No newline at end of file +d052e151b7eb742851e94cb615185227 \ No newline at end of file diff --git a/fdmdv2/fdmdv2-doc/html/class_plot_waterfall__coll__graph.png b/fdmdv2/fdmdv2-doc/html/class_plot_waterfall__coll__graph.png index 4e912f45..5d255250 100644 Binary files a/fdmdv2/fdmdv2-doc/html/class_plot_waterfall__coll__graph.png and b/fdmdv2/fdmdv2-doc/html/class_plot_waterfall__coll__graph.png differ diff --git a/fdmdv2/fdmdv2-doc/html/class_port_audio_wrap-members.html b/fdmdv2/fdmdv2-doc/html/class_port_audio_wrap-members.html index e2a2bd6c..260bf604 100644 --- a/fdmdv2/fdmdv2-doc/html/class_port_audio_wrap-members.html +++ b/fdmdv2/fdmdv2-doc/html/class_port_audio_wrap-members.html @@ -30,6 +30,7 @@ diff --git a/fdmdv2/fdmdv2-doc/html/class_port_audio_wrap.html b/fdmdv2/fdmdv2-doc/html/class_port_audio_wrap.html index d07f7b1e..b9a37dfb 100644 --- a/fdmdv2/fdmdv2-doc/html/class_port_audio_wrap.html +++ b/fdmdv2/fdmdv2-doc/html/class_port_audio_wrap.html @@ -30,6 +30,7 @@ diff --git a/fdmdv2/fdmdv2-doc/html/class_top_frame__coll__graph.md5 b/fdmdv2/fdmdv2-doc/html/class_top_frame__coll__graph.md5 index 79670c67..a2cbc88c 100644 --- a/fdmdv2/fdmdv2-doc/html/class_top_frame__coll__graph.md5 +++ b/fdmdv2/fdmdv2-doc/html/class_top_frame__coll__graph.md5 @@ -1 +1 @@ -ef41424def8d8e6af080d93b9729c234 \ No newline at end of file +4f67109381e05f9c0631d43c6ca3e4dc \ No newline at end of file diff --git a/fdmdv2/fdmdv2-doc/html/class_top_frame__coll__graph.png b/fdmdv2/fdmdv2-doc/html/class_top_frame__coll__graph.png index 815ea8e7..00b55f67 100644 Binary files a/fdmdv2/fdmdv2-doc/html/class_top_frame__coll__graph.png and b/fdmdv2/fdmdv2-doc/html/class_top_frame__coll__graph.png differ diff --git a/fdmdv2/fdmdv2-doc/html/class_top_frame__inherit__graph.map b/fdmdv2/fdmdv2-doc/html/class_top_frame__inherit__graph.map index 70eda6a1..b0f2a57e 100644 --- a/fdmdv2/fdmdv2-doc/html/class_top_frame__inherit__graph.map +++ b/fdmdv2/fdmdv2-doc/html/class_top_frame__inherit__graph.map @@ -1,3 +1,4 @@ - + + diff --git a/fdmdv2/fdmdv2-doc/html/class_top_frame__inherit__graph.md5 b/fdmdv2/fdmdv2-doc/html/class_top_frame__inherit__graph.md5 index 024da9fe..f1422185 100644 --- a/fdmdv2/fdmdv2-doc/html/class_top_frame__inherit__graph.md5 +++ b/fdmdv2/fdmdv2-doc/html/class_top_frame__inherit__graph.md5 @@ -1 +1 @@ -9539acb08cae3cc06f3e0c5493b7da6e \ No newline at end of file +2592435d0b6525915ec597db6ad11b0b \ No newline at end of file diff --git a/fdmdv2/fdmdv2-doc/html/class_top_frame__inherit__graph.png b/fdmdv2/fdmdv2-doc/html/class_top_frame__inherit__graph.png index 953f5cfc..9470a761 100644 Binary files a/fdmdv2/fdmdv2-doc/html/class_top_frame__inherit__graph.png and b/fdmdv2/fdmdv2-doc/html/class_top_frame__inherit__graph.png differ diff --git a/fdmdv2/fdmdv2-doc/html/classes.html b/fdmdv2/fdmdv2-doc/html/classes.html index 241c144d..2508b467 100644 --- a/fdmdv2/fdmdv2-doc/html/classes.html +++ b/fdmdv2/fdmdv2-doc/html/classes.html @@ -30,6 +30,7 @@
-
A | C | D | M | O | P | T
+
A | C | D | F | H | M | O | P | T
- + + + + + - - - - - - + + + + +
  A  
  D  
-
DlgOptions (topFrame)   
  P  
-
PortAudioWrap   
DlgOptions   
  T  
+
  F  
+
MainFrame   PlotScalar   
MyFrame   PlotScatter   
AboutDlg   DlgAbout (topFrame)   fdmdv2DlgAudio   MyThread   PlotSpectrum   
AudioDlg   DlgAbout   Fdmdv2ThreadAudio   
  O  
+
PlotWaterfall   
AudioStream   DlgAudio   fdmdv2TopFrame   PortAudioWrap   
AudioThread   DlgAudio (topFrame)   
  H  
+
OptionsDlg   
  T  
AboutDlg   DlgAbout (topFrame)   
  M  
-
paCallBackData   
AudioDlg   DlgAbout   PlotPanel   TopFrame (topFrame)   
  C  
-
DlgAudio (topFrame)   MainApp   PlotScalar   TopFrame   
DlgAudio   MainFrame   PlotScatter   
COMP   DlgComPorts (topFrame)   
  O  
-
PlotSpectrum   
ComPortsDlg   DlgComPorts   PlotWaterfall   
OptionsDlg   
DlgComPorts   
  P  
+
DlgComPorts (topFrame)   HdwPort   TopFrame (topFrame)   
COMP   DlgOptions   
  M  
+
paCallBackData   TopFrame   
ComPortsDlg   DlgOptions (topFrame)   PlotPanel   
MainApp   
-
A | C | D | M | O | P | T
+
A | C | D | F | H | M | O | P | T
diff --git a/fdmdv2/fdmdv2-doc/html/classfdmdv2_dlg_audio-members.html b/fdmdv2/fdmdv2-doc/html/classfdmdv2_dlg_audio-members.html index fabd60f0..9bb7decc 100644 --- a/fdmdv2/fdmdv2-doc/html/classfdmdv2_dlg_audio-members.html +++ b/fdmdv2/fdmdv2-doc/html/classfdmdv2_dlg_audio-members.html @@ -30,6 +30,7 @@ diff --git a/fdmdv2/fdmdv2-doc/html/classfdmdv2_dlg_audio.html b/fdmdv2/fdmdv2-doc/html/classfdmdv2_dlg_audio.html index fd887175..2995f450 100644 --- a/fdmdv2/fdmdv2-doc/html/classfdmdv2_dlg_audio.html +++ b/fdmdv2/fdmdv2-doc/html/classfdmdv2_dlg_audio.html @@ -30,6 +30,7 @@
Inheritance graph
- - +
[legend]
Collaboration diagram for fdmdv2DlgAudio:
Collaboration graph
- - +
[legend]
- + + + + + + + + + + +

@@ -74,137 +73,135 @@ Public Member Functions

 fdmdv2DlgAudio (wxWindow *parent)
 
- Public Member Functions inherited from DlgAudio
DlgAudio (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Audio Options"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(555, 419), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
 DlgAudio (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Audio Options"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(555, 419), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
 
 ~DlgAudio ()
 
 DlgAudio (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Audio Options"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(555, 419), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
 
 ~DlgAudio ()
 
 DlgAudio (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Audio Options"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(555, 419), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
 
 ~DlgAudio ()
 
- + - + - + - + + + + + + + + + + + + + - + - + - + - + - + + + + + + + + + + + + +

Protected Member Functions

-void OnApply (wxCommandEvent &event)
void OnApply (wxCommandEvent &event)
 
-void OnCancel (wxCommandEvent &event)
void OnCancel (wxCommandEvent &event)
 
-void OnOK (wxCommandEvent &event)
void OnOK (wxCommandEvent &event)
 
- Protected Member Functions inherited from DlgAudio
-virtual void OnClose (wxCloseEvent &event)
virtual void OnClose (wxCloseEvent &event)
 
virtual void OnInitDialog (wxInitDialogEvent &event)
 
virtual void OnRxInputSelect (wxCommandEvent &event)
 
virtual void OnTxOutputSelect (wxCommandEvent &event)
 
virtual void OnVoiceInputSelect (wxCommandEvent &event)
 
virtual void OnVoiceOutputSelect (wxCommandEvent &event)
 
virtual void OnClose (wxCloseEvent &event)
 
-virtual void OnInitDialog (wxInitDialogEvent &event)
virtual void OnInitDialog (wxInitDialogEvent &event)
 
-virtual void OnRxInputSelect (wxCommandEvent &event)
virtual void OnRxInputSelect (wxCommandEvent &event)
 
-virtual void OnTxOutputSelect (wxCommandEvent &event)
virtual void OnTxOutputSelect (wxCommandEvent &event)
 
-virtual void OnVoiceInputSelect (wxCommandEvent &event)
virtual void OnVoiceInputSelect (wxCommandEvent &event)
 
-virtual void OnVoiceOutputSelect (wxCommandEvent &event)
virtual void OnVoiceOutputSelect (wxCommandEvent &event)
 
virtual void OnClose (wxCloseEvent &event)
 
virtual void OnInitDialog (wxInitDialogEvent &event)
 
virtual void OnRxInputSelect (wxCommandEvent &event)
 
virtual void OnTxOutputSelect (wxCommandEvent &event)
 
virtual void OnVoiceInputSelect (wxCommandEvent &event)
 
virtual void OnVoiceOutputSelect (wxCommandEvent &event)
 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - -

Additional Inherited Members

- Protected Attributes inherited from DlgAudio
-wxNotebook * m_nbAudioOptions
 
-wxPanel * m_panelDevices
 
-wxRadioButton * m_radioBtnPortAudio
 
-wxStaticText * m_staticText151
 
-wxTextCtrl * m_textNumChOut
 
-wxStaticText * m_staticText141
 
-wxTextCtrl * m_textNumChIn
 
-wxStaticText * m_staticText14
 
-wxComboBox * m_comboAudioCodec
 
-wxStaticText * m_staticText15
 
-wxComboBox * m_comboCodecTx
 
-wxStaticText * m_staticText16
 
-wxComboBox * m_comboRadioRx
 
-wxStaticText * m_staticText17
 
-wxComboBox * m_comboCodecSpkr
 
-wxRadioButton * m_radioBtnFileOnly
 
-wxPanel * m_panelSettings
 
-wxListBox * m_lbRxInput
 
-wxTextCtrl * m_textRxInput
 
-wxListBox * m_lbTxOutput
 
-wxTextCtrl * m_textCtrl15
wxNotebook * m_nbAudioOptions
 
wxPanel * m_panelDevices
 
wxRadioButton * m_radioBtnPortAudio
 
wxStaticText * m_staticText151
 
wxTextCtrl * m_textNumChOut
 
wxStaticText * m_staticText141
 
wxTextCtrl * m_textNumChIn
 
wxStaticText * m_staticText14
 
wxComboBox * m_comboAudioCodec
 
wxStaticText * m_staticText15
 
wxComboBox * m_comboCodecTx
 
wxStaticText * m_staticText16
 
wxComboBox * m_comboRadioRx
 
wxStaticText * m_staticText17
 
wxComboBox * m_comboCodecSpkr
 
wxRadioButton * m_radioBtnFileOnly
 
wxPanel * m_panelSettings
 
wxListBox * m_lbRxInput
 
wxTextCtrl * m_textRxInput
 
wxListBox * m_lbTxOutput
 
wxTextCtrl * m_textTxOutput
 
wxListBox * m_lbVoiceInput
 
wxTextCtrl * m_textVoiceInput
 
wxListBox * m_lbVoiceOutput
 
wxTextCtrl * m_textVoiceOutput
 
wxPanel * m_panelRightChannel
 
wxStdDialogButtonSizer * m_sdbSizer3
 
wxButton * m_sdbSizer3OK
 
wxButton * m_sdbSizer3Apply
 
wxButton * m_sdbSizer3Cancel
 
wxTextCtrl * m_textCtrl15
 
-wxListBox * m_lbVoiceInput
 
-wxTextCtrl * m_textVoiceInput
 
-wxListBox * m_lbVoiceOutput
 
-wxTextCtrl * m_textVoiceOutput
 
-wxPanel * m_panelRightChannel
 
-wxStdDialogButtonSizer * m_sdbSizer3
 
-wxButton * m_sdbSizer3OK
 
-wxButton * m_sdbSizer3Apply
 
-wxButton * m_sdbSizer3Cancel
 

Detailed Description

Implementing DlgAudio

+ +

Definition at line 14 of file fdmdv2DlgAudio.h.

Constructor & Destructor Documentation

@@ -221,16 +218,103 @@ wxButton * m_sdbSizer3Canc

Constructor

+

Definition at line 3 of file fdmdv2DlgAudio.cpp.

+ +
+ +

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + + +
void fdmdv2DlgAudio::OnApply (wxCommandEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from DlgAudio.

+ +

Definition at line 10 of file fdmdv2DlgAudio.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void fdmdv2DlgAudio::OnCancel (wxCommandEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from DlgAudio.

+ +

Definition at line 15 of file fdmdv2DlgAudio.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void fdmdv2DlgAudio::OnOK (wxCommandEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from DlgAudio.

+ +

Definition at line 20 of file fdmdv2DlgAudio.cpp.

+

The documentation for this class was generated from the following files: diff --git a/fdmdv2/fdmdv2-doc/html/classfdmdv2_dlg_audio__coll__graph.md5 b/fdmdv2/fdmdv2-doc/html/classfdmdv2_dlg_audio__coll__graph.md5 index 5b9014bb..cc40f148 100644 --- a/fdmdv2/fdmdv2-doc/html/classfdmdv2_dlg_audio__coll__graph.md5 +++ b/fdmdv2/fdmdv2-doc/html/classfdmdv2_dlg_audio__coll__graph.md5 @@ -1 +1 @@ -fd3aa1ae11d277da4a52c7c4c1b9ef09 \ No newline at end of file +70d60634432c7488d99dee6d5adb9952 \ No newline at end of file diff --git a/fdmdv2/fdmdv2-doc/html/classfdmdv2_dlg_audio__coll__graph.png b/fdmdv2/fdmdv2-doc/html/classfdmdv2_dlg_audio__coll__graph.png index d3330886..7f263230 100644 Binary files a/fdmdv2/fdmdv2-doc/html/classfdmdv2_dlg_audio__coll__graph.png and b/fdmdv2/fdmdv2-doc/html/classfdmdv2_dlg_audio__coll__graph.png differ diff --git a/fdmdv2/fdmdv2-doc/html/classfdmdv2_dlg_audio__inherit__graph.md5 b/fdmdv2/fdmdv2-doc/html/classfdmdv2_dlg_audio__inherit__graph.md5 index 5b9014bb..cc40f148 100644 --- a/fdmdv2/fdmdv2-doc/html/classfdmdv2_dlg_audio__inherit__graph.md5 +++ b/fdmdv2/fdmdv2-doc/html/classfdmdv2_dlg_audio__inherit__graph.md5 @@ -1 +1 @@ -fd3aa1ae11d277da4a52c7c4c1b9ef09 \ No newline at end of file +70d60634432c7488d99dee6d5adb9952 \ No newline at end of file diff --git a/fdmdv2/fdmdv2-doc/html/classfdmdv2_dlg_audio__inherit__graph.png b/fdmdv2/fdmdv2-doc/html/classfdmdv2_dlg_audio__inherit__graph.png index d3330886..7f263230 100644 Binary files a/fdmdv2/fdmdv2-doc/html/classfdmdv2_dlg_audio__inherit__graph.png and b/fdmdv2/fdmdv2-doc/html/classfdmdv2_dlg_audio__inherit__graph.png differ diff --git a/fdmdv2/fdmdv2-doc/html/classfdmdv2_top_frame-members.html b/fdmdv2/fdmdv2-doc/html/classfdmdv2_top_frame-members.html index 0b83965d..6b863efb 100644 --- a/fdmdv2/fdmdv2-doc/html/classfdmdv2_top_frame-members.html +++ b/fdmdv2/fdmdv2-doc/html/classfdmdv2_top_frame-members.html @@ -30,6 +30,7 @@ diff --git a/fdmdv2/fdmdv2-doc/html/classfdmdv2_top_frame.html b/fdmdv2/fdmdv2-doc/html/classfdmdv2_top_frame.html index 92ed755a..df9c54d9 100644 --- a/fdmdv2/fdmdv2-doc/html/classfdmdv2_top_frame.html +++ b/fdmdv2/fdmdv2-doc/html/classfdmdv2_top_frame.html @@ -30,6 +30,7 @@
Inheritance graph
- - +
[legend]
Collaboration diagram for fdmdv2TopFrame:
Collaboration graph
- - +
[legend]
- + + + + + + + + + + +

@@ -74,204 +73,192 @@ Public Member Functions

 fdmdv2TopFrame (wxWindow *parent)
 
- Public Member Functions inherited from TopFrame
TopFrame (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("FDMDV2"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(761, 500), long style=wxDEFAULT_FRAME_STYLE|wxRESIZE_BORDER|wxTAB_TRAVERSAL)
 TopFrame (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("FDMDV2"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(761, 500), long style=wxDEFAULT_FRAME_STYLE|wxRESIZE_BORDER|wxTAB_TRAVERSAL)
 
 ~TopFrame ()
 
 TopFrame (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("FDMDV2"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(761, 500), long style=wxDEFAULT_FRAME_STYLE|wxRESIZE_BORDER|wxTAB_TRAVERSAL)
 
 ~TopFrame ()
 
 TopFrame (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("FDMDV2"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(761, 500), long style=wxDEFAULT_FRAME_STYLE|wxRESIZE_BORDER|wxTAB_TRAVERSAL)
 
 ~TopFrame ()
 
- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + + + + + + + + + + + + + + - + - + - + + + + + + + + + + + + + + + + + + +

Protected Member Functions

-void topFrame_OnClose (wxCloseEvent &event)
void topFrame_OnClose (wxCloseEvent &event)
 
-void topFrame_OnPaint (wxPaintEvent &event)
void topFrame_OnPaint (wxPaintEvent &event)
 
-void topFrame_OnSize (wxSizeEvent &event)
void topFrame_OnSize (wxSizeEvent &event)
 
-void topFrame_OnUpdateUI (wxUpdateUIEvent &event)
void topFrame_OnUpdateUI (wxUpdateUIEvent &event)
 
-void OnOpen (wxCommandEvent &event)
void OnOpen (wxCommandEvent &event)
 
-void OnOpenUpdateUI (wxUpdateUIEvent &event)
void OnOpenUpdateUI (wxUpdateUIEvent &event)
 
-void OnSave (wxCommandEvent &event)
void OnSave (wxCommandEvent &event)
 
-void OnSaveUpdateUI (wxUpdateUIEvent &event)
void OnSaveUpdateUI (wxUpdateUIEvent &event)
 
-void OnClose (wxCommandEvent &event)
void OnClose (wxCommandEvent &event)
 
-void OnCloseUpdateUI (wxUpdateUIEvent &event)
void OnCloseUpdateUI (wxUpdateUIEvent &event)
 
-void OnExit (wxCommandEvent &event)
void OnExit (wxCommandEvent &event)
 
-void OnCopy (wxCommandEvent &event)
void OnCopy (wxCommandEvent &event)
 
-void OnCopyUpdateUI (wxUpdateUIEvent &event)
void OnCopyUpdateUI (wxUpdateUIEvent &event)
 
-void OnCut (wxCommandEvent &event)
void OnCut (wxCommandEvent &event)
 
-void OnCutUpdateUI (wxUpdateUIEvent &event)
void OnCutUpdateUI (wxUpdateUIEvent &event)
 
-void OnPaste (wxCommandEvent &event)
void OnPaste (wxCommandEvent &event)
 
-void OnPasteUpdateUI (wxUpdateUIEvent &event)
void OnPasteUpdateUI (wxUpdateUIEvent &event)
 
-void OnToolsAudio (wxCommandEvent &event)
void OnToolsAudio (wxCommandEvent &event)
 
-void OnToolsAudioUI (wxUpdateUIEvent &event)
void OnToolsAudioUI (wxUpdateUIEvent &event)
 
-void OnToolsComCfg (wxCommandEvent &event)
void OnToolsComCfg (wxCommandEvent &event)
 
-void OnToolsComCfgUI (wxUpdateUIEvent &event)
void OnToolsComCfgUI (wxUpdateUIEvent &event)
 
-void OnToolsOptions (wxCommandEvent &event)
void OnToolsOptions (wxCommandEvent &event)
 
-void OnToolsOptionsUI (wxUpdateUIEvent &event)
void OnToolsOptionsUI (wxUpdateUIEvent &event)
 
-void OnHelpCheckUpdates (wxCommandEvent &event)
void OnHelpCheckUpdates (wxCommandEvent &event)
 
-void OnHelpCheckUpdatesUI (wxUpdateUIEvent &event)
void OnHelpCheckUpdatesUI (wxUpdateUIEvent &event)
 
-void OnHelpAbout (wxCommandEvent &event)
void OnHelpAbout (wxCommandEvent &event)
 
-void OnTogBtnRxID (wxCommandEvent &event)
void OnTogBtnRxID (wxCommandEvent &event)
 
-void OnTogBtnTxID (wxCommandEvent &event)
void OnTogBtnTxID (wxCommandEvent &event)
 
-void OnCmdSliderScroll (wxScrollEvent &event)
void OnCmdSliderScroll (wxScrollEvent &event)
 
-void OnSliderScrollBottom (wxScrollEvent &event)
void OnSliderScrollBottom (wxScrollEvent &event)
 
-void OnCmdSliderScrollChanged (wxScrollEvent &event)
void OnCmdSliderScrollChanged (wxScrollEvent &event)
 
-void OnSliderScrollTop (wxScrollEvent &event)
void OnSliderScrollTop (wxScrollEvent &event)
 
-void OnCheckSQClick (wxCommandEvent &event)
void OnCheckSQClick (wxCommandEvent &event)
 
-void OnTogBtnSplitClick (wxCommandEvent &event)
void OnTogBtnSplitClick (wxCommandEvent &event)
 
-void OnTogBtnAnalogClick (wxCommandEvent &event)
void OnTogBtnAnalogClick (wxCommandEvent &event)
 
-void OnTogBtnALCClick (wxCommandEvent &event)
void OnTogBtnALCClick (wxCommandEvent &event)
 
-void OnTogBtnTXClick (wxCommandEvent &event)
void OnTogBtnTXClick (wxCommandEvent &event)
 
- Protected Member Functions inherited from TopFrame
-virtual void OnCaptureRxStream (wxCommandEvent &event)
virtual void OnCaptureRxStream (wxCommandEvent &event)
 
virtual void OnCaptureTxStream (wxCommandEvent &event)
 
virtual void OnPlayAudioFile (wxCommandEvent &event)
 
virtual void OnTogBtnOnOff (wxCommandEvent &event)
 
virtual void OnCaptureRxStream (wxCommandEvent &event)
 
virtual void OnCaptureTxStream (wxCommandEvent &event)
 
virtual void OnPlayAudioFile (wxCommandEvent &event)
 
virtual void OnTogBtnOnOff (wxCommandEvent &event)
 
virtual void OnCaptureRxStream (wxCommandEvent &event)
 
-virtual void OnCaptureTxStream (wxCommandEvent &event)
virtual void OnCaptureTxStream (wxCommandEvent &event)
 
-virtual void OnPlayAudioFile (wxCommandEvent &event)
virtual void OnPlayAudioFile (wxCommandEvent &event)
 
-virtual void OnTogBtnOnOff (wxCommandEvent &event)
virtual void OnTogBtnLoopRx (wxCommandEvent &event)
 
virtual void OnTogBtnLoopTx (wxCommandEvent &event)
 
virtual void OnTogBtnOnOff (wxCommandEvent &event)
 
virtual void OnTogBtnSplitClickUI (wxUpdateUIEvent &event)
 
virtual void OnTogBtnAnalogClickUI (wxUpdateUIEvent &event)
 
virtual void OnTogBtnALCClickUI (wxUpdateUIEvent &event)
 
virtual void OnTogBtnRxIDUI (wxUpdateUIEvent &event)
 
virtual void OnTogBtnTxIDUI (wxUpdateUIEvent &event)
 
virtual void OnTogBtnTXClickUI (wxUpdateUIEvent &event)
 
virtual void OnTogBtnOnOffUI (wxUpdateUIEvent &event)
 
- - + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Additional Inherited Members

- Public Attributes inherited from TopFrame
-wxAuiNotebook * m_auiNbookCtrl
 
wxAuiNotebook * m_auiNbookCtrl
 
wxToggleButton * m_togBtnLoopRx
 
wxToggleButton * m_togBtnLoopTx
 
- Protected Attributes inherited from TopFrame
-wxMenuBar * m_menubarMain
 
-wxMenu * file
 
-wxMenu * edit
 
-wxMenu * tools
 
-wxMenu * help
 
-wxGauge * m_gaugeSNR
 
-wxTextCtrl * m_textSNR
 
-wxGauge * m_gaugeLevel
 
-wxTextCtrl * m_txtCtrl
 
-wxToggleButton * m_togRxID
 
-wxToggleButton * m_togTxID
 
-wxSlider * m_sliderSQ
 
-wxCheckBox * m_ckboxSQ
 
-wxToggleButton * m_togBtnOnOff
 
-wxToggleButton * m_togBtnSplit
 
-wxToggleButton * m_togBtnAnalog
 
-wxToggleButton * m_togBtnALC
 
-wxToggleButton * m_btnTogTX
 
-wxStatusBar * m_statusBar1
 
wxMenuBar * m_menubarMain
 
wxMenu * file
 
wxMenu * edit
 
wxMenu * tools
 
wxMenu * help
 
wxGauge * m_gaugeSNR
 
wxTextCtrl * m_textSNR
 
wxGauge * m_gaugeLevel
 
wxTextCtrl * m_txtCtrl
 
wxToggleButton * m_togRxID
 
wxToggleButton * m_togTxID
 
wxSlider * m_sliderSQ
 
wxCheckBox * m_ckboxSQ
 
wxToggleButton * m_togBtnOnOff
 
wxToggleButton * m_togBtnSplit
 
wxToggleButton * m_togBtnAnalog
 
wxToggleButton * m_togBtnALC
 
wxToggleButton * m_btnTogTX
 
wxStatusBar * m_statusBar1
 

Detailed Description

Implementing TopFrame

+ +

Definition at line 14 of file fdmdv2TopFrame.h.

Constructor & Destructor Documentation

@@ -288,16 +275,1351 @@ wxStatusBar * m_statusBar1

Constructor

+

Definition at line 3 of file fdmdv2TopFrame.cpp.

+ +
+ +

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + + +
void fdmdv2TopFrame::OnCheckSQClick (wxCommandEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 170 of file fdmdv2TopFrame.cpp.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void fdmdv2TopFrame::OnClose (wxCommandEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 50 of file fdmdv2TopFrame.cpp.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void fdmdv2TopFrame::OnCloseUpdateUI (wxUpdateUIEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 55 of file fdmdv2TopFrame.cpp.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void fdmdv2TopFrame::OnCmdSliderScroll (wxScrollEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 150 of file fdmdv2TopFrame.cpp.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void fdmdv2TopFrame::OnCmdSliderScrollChanged (wxScrollEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 160 of file fdmdv2TopFrame.cpp.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void fdmdv2TopFrame::OnCopy (wxCommandEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 65 of file fdmdv2TopFrame.cpp.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void fdmdv2TopFrame::OnCopyUpdateUI (wxUpdateUIEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 70 of file fdmdv2TopFrame.cpp.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void fdmdv2TopFrame::OnCut (wxCommandEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 75 of file fdmdv2TopFrame.cpp.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void fdmdv2TopFrame::OnCutUpdateUI (wxUpdateUIEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 80 of file fdmdv2TopFrame.cpp.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void fdmdv2TopFrame::OnExit (wxCommandEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 60 of file fdmdv2TopFrame.cpp.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void fdmdv2TopFrame::OnHelpAbout (wxCommandEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 135 of file fdmdv2TopFrame.cpp.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void fdmdv2TopFrame::OnHelpCheckUpdates (wxCommandEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 125 of file fdmdv2TopFrame.cpp.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void fdmdv2TopFrame::OnHelpCheckUpdatesUI (wxUpdateUIEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 130 of file fdmdv2TopFrame.cpp.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void fdmdv2TopFrame::OnOpen (wxCommandEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 30 of file fdmdv2TopFrame.cpp.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void fdmdv2TopFrame::OnOpenUpdateUI (wxUpdateUIEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 35 of file fdmdv2TopFrame.cpp.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void fdmdv2TopFrame::OnPaste (wxCommandEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 85 of file fdmdv2TopFrame.cpp.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void fdmdv2TopFrame::OnPasteUpdateUI (wxUpdateUIEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 90 of file fdmdv2TopFrame.cpp.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void fdmdv2TopFrame::OnSave (wxCommandEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 40 of file fdmdv2TopFrame.cpp.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void fdmdv2TopFrame::OnSaveUpdateUI (wxUpdateUIEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 45 of file fdmdv2TopFrame.cpp.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void fdmdv2TopFrame::OnSliderScrollBottom (wxScrollEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 155 of file fdmdv2TopFrame.cpp.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void fdmdv2TopFrame::OnSliderScrollTop (wxScrollEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 165 of file fdmdv2TopFrame.cpp.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void fdmdv2TopFrame::OnTogBtnALCClick (wxCommandEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 185 of file fdmdv2TopFrame.cpp.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void fdmdv2TopFrame::OnTogBtnAnalogClick (wxCommandEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 180 of file fdmdv2TopFrame.cpp.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void fdmdv2TopFrame::OnTogBtnRxID (wxCommandEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 140 of file fdmdv2TopFrame.cpp.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void fdmdv2TopFrame::OnTogBtnSplitClick (wxCommandEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 175 of file fdmdv2TopFrame.cpp.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void fdmdv2TopFrame::OnTogBtnTXClick (wxCommandEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 190 of file fdmdv2TopFrame.cpp.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void fdmdv2TopFrame::OnTogBtnTxID (wxCommandEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 145 of file fdmdv2TopFrame.cpp.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void fdmdv2TopFrame::OnToolsAudio (wxCommandEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 95 of file fdmdv2TopFrame.cpp.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void fdmdv2TopFrame::OnToolsAudioUI (wxUpdateUIEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 100 of file fdmdv2TopFrame.cpp.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void fdmdv2TopFrame::OnToolsComCfg (wxCommandEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 105 of file fdmdv2TopFrame.cpp.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void fdmdv2TopFrame::OnToolsComCfgUI (wxUpdateUIEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 110 of file fdmdv2TopFrame.cpp.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void fdmdv2TopFrame::OnToolsOptions (wxCommandEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 115 of file fdmdv2TopFrame.cpp.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void fdmdv2TopFrame::OnToolsOptionsUI (wxUpdateUIEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 120 of file fdmdv2TopFrame.cpp.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void fdmdv2TopFrame::topFrame_OnClose (wxCloseEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 10 of file fdmdv2TopFrame.cpp.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void fdmdv2TopFrame::topFrame_OnPaint (wxPaintEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 15 of file fdmdv2TopFrame.cpp.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void fdmdv2TopFrame::topFrame_OnSize (wxSizeEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 20 of file fdmdv2TopFrame.cpp.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void fdmdv2TopFrame::topFrame_OnUpdateUI (wxUpdateUIEvent & event)
+
+protectedvirtual
+
+ +

Reimplemented from TopFrame.

+ +

Definition at line 25 of file fdmdv2TopFrame.cpp.

+ +

+Here is the caller graph for this function:
+
+
+ +
+

+

The documentation for this class was generated from the following files: diff --git a/fdmdv2/fdmdv2-doc/html/classfdmdv2_top_frame__coll__graph.md5 b/fdmdv2/fdmdv2-doc/html/classfdmdv2_top_frame__coll__graph.md5 index 45bc15db..ab4caa77 100644 --- a/fdmdv2/fdmdv2-doc/html/classfdmdv2_top_frame__coll__graph.md5 +++ b/fdmdv2/fdmdv2-doc/html/classfdmdv2_top_frame__coll__graph.md5 @@ -1 +1 @@ -1b40ac43c1704c1f886a15765a704a97 \ No newline at end of file +35b46fe7109a53c3bbc1aeafda15d3b8 \ No newline at end of file diff --git a/fdmdv2/fdmdv2-doc/html/classfdmdv2_top_frame__coll__graph.png b/fdmdv2/fdmdv2-doc/html/classfdmdv2_top_frame__coll__graph.png index 2c3547bf..bd835d52 100644 Binary files a/fdmdv2/fdmdv2-doc/html/classfdmdv2_top_frame__coll__graph.png and b/fdmdv2/fdmdv2-doc/html/classfdmdv2_top_frame__coll__graph.png differ diff --git a/fdmdv2/fdmdv2-doc/html/classfdmdv2_top_frame__inherit__graph.md5 b/fdmdv2/fdmdv2-doc/html/classfdmdv2_top_frame__inherit__graph.md5 index 45bc15db..ab4caa77 100644 --- a/fdmdv2/fdmdv2-doc/html/classfdmdv2_top_frame__inherit__graph.md5 +++ b/fdmdv2/fdmdv2-doc/html/classfdmdv2_top_frame__inherit__graph.md5 @@ -1 +1 @@ -1b40ac43c1704c1f886a15765a704a97 \ No newline at end of file +35b46fe7109a53c3bbc1aeafda15d3b8 \ No newline at end of file diff --git a/fdmdv2/fdmdv2-doc/html/classfdmdv2_top_frame__inherit__graph.png b/fdmdv2/fdmdv2-doc/html/classfdmdv2_top_frame__inherit__graph.png index 2c3547bf..bd835d52 100644 Binary files a/fdmdv2/fdmdv2-doc/html/classfdmdv2_top_frame__inherit__graph.png and b/fdmdv2/fdmdv2-doc/html/classfdmdv2_top_frame__inherit__graph.png differ diff --git a/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_about-members.html b/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_about-members.html index c9b4b103..fb7f6854 100644 --- a/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_about-members.html +++ b/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_about-members.html @@ -30,6 +30,7 @@ diff --git a/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_about.html b/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_about.html index 07ebd78d..97de65d1 100644 --- a/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_about.html +++ b/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_about.html @@ -30,6 +30,7 @@
@@ -74,43 +75,373 @@ Collaboration diagram for topFrame.DlgAbout:
- + - + - + - + + + + + + + + +

Public Member Functions

-def __init__
def __init__
 
-def __del__
def __del__
 
-def OnClose
def OnClose
 
-def OnInitDialog
def OnInitDialog
 
def __init__
 
def __del__
 
def OnClose
 
def OnInitDialog
 
- + - + - + - +

Public Attributes

m_bitmapAbout
 m_bitmapAbout
 
m_staticText1
 m_staticText1
 
m_textCtrl2
 m_textCtrl2
 
m_button9
 m_button9
 

Detailed Description

Class DlgAbout.

-

The documentation for this class was generated from the following file:
    -
  • C:/bin/Projects/Radio/fdmdv2/src/topFrame.py
  • + +

    Definition at line 451 of file topFrame.py.

    +

    Constructor & Destructor Documentation

    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.DlgAbout.__init__ ( self,
     parent 
    )
    +
    + +

    Definition at line 453 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + +
    def topFrame.DlgAbout.__del__ ( self)
    +
    + +

    Definition at line 513 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.DlgAbout.__init__ ( self,
     parent 
    )
    +
    + +

    Definition at line 456 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + +
    def topFrame.DlgAbout.__del__ ( self)
    +
    + +

    Definition at line 518 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    +

    Member Function Documentation

    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.DlgAbout.OnClose ( self,
     event 
    )
    +
    + +

    Definition at line 518 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.DlgAbout.OnClose ( self,
     event 
    )
    +
    + +

    Definition at line 523 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.DlgAbout.OnInitDialog ( self,
     event 
    )
    +
    + +

    Definition at line 521 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.DlgAbout.OnInitDialog ( self,
     event 
    )
    +
    + +

    Definition at line 526 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    +

    Member Data Documentation

    + +
    +
    + + + + +
    topFrame.DlgAbout.m_bitmapAbout
    +
    + +

    Definition at line 466 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.DlgAbout.m_button9
    +
    + +

    Definition at line 497 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.DlgAbout.m_staticText1
    +
    + +

    Definition at line 474 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.DlgAbout.m_textCtrl2
    +
    + +

    Definition at line 486 of file topFrame.py.

    + +
    +
    +
    The documentation for this class was generated from the following files: diff --git a/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_about__coll__graph.md5 b/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_about__coll__graph.md5 index 9e9e5fdd..6731b6b8 100644 --- a/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_about__coll__graph.md5 +++ b/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_about__coll__graph.md5 @@ -1 +1 @@ -895ec712ff127c19ac0c4495fa80d455 \ No newline at end of file +0389e972d0d193b783aeb55676ecddf8 \ No newline at end of file diff --git a/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_about__coll__graph.png b/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_about__coll__graph.png index 527b3f22..cd3206cf 100644 Binary files a/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_about__coll__graph.png and b/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_about__coll__graph.png differ diff --git a/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_about__inherit__graph.md5 b/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_about__inherit__graph.md5 index 9e9e5fdd..6731b6b8 100644 --- a/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_about__inherit__graph.md5 +++ b/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_about__inherit__graph.md5 @@ -1 +1 @@ -895ec712ff127c19ac0c4495fa80d455 \ No newline at end of file +0389e972d0d193b783aeb55676ecddf8 \ No newline at end of file diff --git a/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_about__inherit__graph.png b/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_about__inherit__graph.png index 527b3f22..cd3206cf 100644 Binary files a/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_about__inherit__graph.png and b/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_about__inherit__graph.png differ diff --git a/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_audio-members.html b/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_audio-members.html index 0184bf8b..e8ddfb03 100644 --- a/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_audio-members.html +++ b/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_audio-members.html @@ -30,6 +30,7 @@
@@ -55,49 +56,62 @@

This is the complete list of members for topFrame.DlgAudio, including all inherited members.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
__del__ (defined in topFrame.DlgAudio)topFrame.DlgAudio
__init__ (defined in topFrame.DlgAudio)topFrame.DlgAudio
m_comboAudioCodec (defined in topFrame.DlgAudio)topFrame.DlgAudio
m_comboCodecSpkr (defined in topFrame.DlgAudio)topFrame.DlgAudio
m_comboCodecTx (defined in topFrame.DlgAudio)topFrame.DlgAudio
m_comboRadioRx (defined in topFrame.DlgAudio)topFrame.DlgAudio
m_lbRxInput (defined in topFrame.DlgAudio)topFrame.DlgAudio
m_lbTxOutput (defined in topFrame.DlgAudio)topFrame.DlgAudio
m_lbVoiceInput (defined in topFrame.DlgAudio)topFrame.DlgAudio
m_lbVoiceOutput (defined in topFrame.DlgAudio)topFrame.DlgAudio
m_nbAudioOptions (defined in topFrame.DlgAudio)topFrame.DlgAudio
m_panelDevices (defined in topFrame.DlgAudio)topFrame.DlgAudio
m_panelSettings (defined in topFrame.DlgAudio)topFrame.DlgAudio
m_radioBtnFileOnly (defined in topFrame.DlgAudio)topFrame.DlgAudio
m_radioBtnPortAudio (defined in topFrame.DlgAudio)topFrame.DlgAudio
m_sdbSizer3Apply (defined in topFrame.DlgAudio)topFrame.DlgAudio
m_sdbSizer3Cancel (defined in topFrame.DlgAudio)topFrame.DlgAudio
m_sdbSizer3OK (defined in topFrame.DlgAudio)topFrame.DlgAudio
m_staticText14 (defined in topFrame.DlgAudio)topFrame.DlgAudio
m_staticText141 (defined in topFrame.DlgAudio)topFrame.DlgAudio
m_staticText15 (defined in topFrame.DlgAudio)topFrame.DlgAudio
m_staticText151 (defined in topFrame.DlgAudio)topFrame.DlgAudio
m_staticText16 (defined in topFrame.DlgAudio)topFrame.DlgAudio
m_staticText17 (defined in topFrame.DlgAudio)topFrame.DlgAudio
m_textNumChIn (defined in topFrame.DlgAudio)topFrame.DlgAudio
m_textNumChOut (defined in topFrame.DlgAudio)topFrame.DlgAudio
m_textRxInput (defined in topFrame.DlgAudio)topFrame.DlgAudio
m_textTxOutput (defined in topFrame.DlgAudio)topFrame.DlgAudio
m_textVoiceInput (defined in topFrame.DlgAudio)topFrame.DlgAudio
m_textVoiceOutput (defined in topFrame.DlgAudio)topFrame.DlgAudio
OnApply (defined in topFrame.DlgAudio)topFrame.DlgAudio
OnCancel (defined in topFrame.DlgAudio)topFrame.DlgAudio
OnClose (defined in topFrame.DlgAudio)topFrame.DlgAudio
OnInitDialog (defined in topFrame.DlgAudio)topFrame.DlgAudio
OnOK (defined in topFrame.DlgAudio)topFrame.DlgAudio
OnRxInputSelect (defined in topFrame.DlgAudio)topFrame.DlgAudio
OnTxOutputSelect (defined in topFrame.DlgAudio)topFrame.DlgAudio
OnVoiceInputSelect (defined in topFrame.DlgAudio)topFrame.DlgAudio
OnVoiceOutputSelect (defined in topFrame.DlgAudio)topFrame.DlgAudio
__del__topFrame.DlgAudio
__del__topFrame.DlgAudio
__init__topFrame.DlgAudio
__init__topFrame.DlgAudio
m_comboAudioCodectopFrame.DlgAudio
m_comboCodecSpkrtopFrame.DlgAudio
m_comboCodecTxtopFrame.DlgAudio
m_comboRadioRxtopFrame.DlgAudio
m_lbRxInputtopFrame.DlgAudio
m_lbTxOutputtopFrame.DlgAudio
m_lbVoiceInputtopFrame.DlgAudio
m_lbVoiceOutputtopFrame.DlgAudio
m_nbAudioOptionstopFrame.DlgAudio
m_panelDevicestopFrame.DlgAudio
m_panelRightChanneltopFrame.DlgAudio
m_panelSettingstopFrame.DlgAudio
m_radioBtnFileOnlytopFrame.DlgAudio
m_radioBtnPortAudiotopFrame.DlgAudio
m_sdbSizer3ApplytopFrame.DlgAudio
m_sdbSizer3CanceltopFrame.DlgAudio
m_sdbSizer3OKtopFrame.DlgAudio
m_staticText14topFrame.DlgAudio
m_staticText141topFrame.DlgAudio
m_staticText15topFrame.DlgAudio
m_staticText151topFrame.DlgAudio
m_staticText16topFrame.DlgAudio
m_staticText17topFrame.DlgAudio
m_textCtrl15topFrame.DlgAudio
m_textNumChIntopFrame.DlgAudio
m_textNumChOuttopFrame.DlgAudio
m_textRxInputtopFrame.DlgAudio
m_textTxOutputtopFrame.DlgAudio
m_textVoiceInputtopFrame.DlgAudio
m_textVoiceOutputtopFrame.DlgAudio
OnApplytopFrame.DlgAudio
OnApplytopFrame.DlgAudio
OnCanceltopFrame.DlgAudio
OnCanceltopFrame.DlgAudio
OnClosetopFrame.DlgAudio
OnClosetopFrame.DlgAudio
OnInitDialogtopFrame.DlgAudio
OnInitDialogtopFrame.DlgAudio
OnOKtopFrame.DlgAudio
OnOKtopFrame.DlgAudio
OnRxInputSelecttopFrame.DlgAudio
OnRxInputSelecttopFrame.DlgAudio
OnTxOutputSelecttopFrame.DlgAudio
OnTxOutputSelecttopFrame.DlgAudio
OnVoiceInputSelecttopFrame.DlgAudio
OnVoiceInputSelecttopFrame.DlgAudio
OnVoiceOutputSelecttopFrame.DlgAudio
OnVoiceOutputSelecttopFrame.DlgAudio
diff --git a/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_audio.html b/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_audio.html index 8f738b5b..327bd0ec 100644 --- a/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_audio.html +++ b/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_audio.html @@ -30,6 +30,7 @@
@@ -74,136 +75,1321 @@ Collaboration diagram for topFrame.DlgAudio:
- + - + - + - + - + - + - + - + - + - + - + + + + + + + + + + + + + + + + + + + + + + +

Public Member Functions

-def __init__
def __init__
 
-def __del__
def __del__
 
-def OnClose
def OnClose
 
-def OnInitDialog
def OnInitDialog
 
-def OnRxInputSelect
def OnRxInputSelect
 
-def OnTxOutputSelect
def OnTxOutputSelect
 
-def OnVoiceInputSelect
def OnVoiceInputSelect
 
-def OnVoiceOutputSelect
def OnVoiceOutputSelect
 
-def OnApply
def OnApply
 
-def OnCancel
def OnCancel
 
-def OnOK
def OnOK
 
def __init__
 
def __del__
 
def OnClose
 
def OnInitDialog
 
def OnRxInputSelect
 
def OnTxOutputSelect
 
def OnVoiceInputSelect
 
def OnVoiceOutputSelect
 
def OnApply
 
def OnCancel
 
def OnOK
 
- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - - + + + - + - + - + - + + + - + - + + +

Public Attributes

m_nbAudioOptions
 m_nbAudioOptions
 
m_panelDevices
 m_panelDevices
 
m_radioBtnPortAudio
 m_radioBtnPortAudio
 
m_staticText151
 m_staticText151
 
m_textNumChOut
 m_textNumChOut
 
m_staticText141
 m_staticText141
 
m_textNumChIn
 m_textNumChIn
 
m_staticText14
 m_staticText14
 
m_comboAudioCodec
 m_comboAudioCodec
 
m_staticText15
 m_staticText15
 
m_comboCodecTx
 m_comboCodecTx
 
m_staticText16
 m_staticText16
 
m_comboRadioRx
 m_comboRadioRx
 
m_staticText17
 m_staticText17
 
m_comboCodecSpkr
 m_comboCodecSpkr
 
m_radioBtnFileOnly
 m_radioBtnFileOnly
 
m_panelSettings
 m_panelSettings
 
m_lbRxInput
 m_lbRxInput
 
m_textRxInput
 m_textRxInput
 
m_lbTxOutput
 m_lbTxOutput
 
m_textTxOutput
 
m_lbVoiceInput
 m_textCtrl15
 
 m_lbVoiceInput
 
m_textVoiceInput
 m_textVoiceInput
 
m_lbVoiceOutput
 m_lbVoiceOutput
 
m_textVoiceOutput
 m_textVoiceOutput
 
m_sdbSizer3OK
 m_panelRightChannel
 
 m_sdbSizer3OK
 
m_sdbSizer3Apply
 m_sdbSizer3Apply
 
m_sdbSizer3Cancel
 m_sdbSizer3Cancel
 
 m_textTxOutput
 

Detailed Description

Class DlgAudio.

-

The documentation for this class was generated from the following file:
    -
  • C:/bin/Projects/Radio/fdmdv2/src/topFrame.py
  • + +

    Definition at line 529 of file topFrame.py.

    +

    Constructor & Destructor Documentation

    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.DlgAudio.__init__ ( self,
     parent 
    )
    +
    + +

    Definition at line 531 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + +
    def topFrame.DlgAudio.__del__ ( self)
    +
    + +

    Definition at line 796 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.DlgAudio.__init__ ( self,
     parent 
    )
    +
    + +

    Definition at line 536 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + +
    def topFrame.DlgAudio.__del__ ( self)
    +
    + +

    Definition at line 795 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    +

    Member Function Documentation

    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.DlgAudio.OnApply ( self,
     event 
    )
    +
    + +

    Definition at line 818 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.DlgAudio.OnApply ( self,
     event 
    )
    +
    + +

    Definition at line 819 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.DlgAudio.OnCancel ( self,
     event 
    )
    +
    + +

    Definition at line 821 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.DlgAudio.OnCancel ( self,
     event 
    )
    +
    + +

    Definition at line 822 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.DlgAudio.OnClose ( self,
     event 
    )
    +
    + +

    Definition at line 800 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.DlgAudio.OnClose ( self,
     event 
    )
    +
    + +

    Definition at line 801 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.DlgAudio.OnInitDialog ( self,
     event 
    )
    +
    + +

    Definition at line 803 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.DlgAudio.OnInitDialog ( self,
     event 
    )
    +
    + +

    Definition at line 804 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.DlgAudio.OnOK ( self,
     event 
    )
    +
    + +

    Definition at line 824 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.DlgAudio.OnOK ( self,
     event 
    )
    +
    + +

    Definition at line 825 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.DlgAudio.OnRxInputSelect ( self,
     event 
    )
    +
    + +

    Definition at line 806 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.DlgAudio.OnRxInputSelect ( self,
     event 
    )
    +
    + +

    Definition at line 807 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.DlgAudio.OnTxOutputSelect ( self,
     event 
    )
    +
    + +

    Definition at line 809 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.DlgAudio.OnTxOutputSelect ( self,
     event 
    )
    +
    + +

    Definition at line 810 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.DlgAudio.OnVoiceInputSelect ( self,
     event 
    )
    +
    + +

    Definition at line 812 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.DlgAudio.OnVoiceInputSelect ( self,
     event 
    )
    +
    + +

    Definition at line 813 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.DlgAudio.OnVoiceOutputSelect ( self,
     event 
    )
    +
    + +

    Definition at line 815 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.DlgAudio.OnVoiceOutputSelect ( self,
     event 
    )
    +
    + +

    Definition at line 816 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    +

    Member Data Documentation

    + +
    +
    + + + + +
    topFrame.DlgAudio.m_comboAudioCodec
    +
    + +

    Definition at line 599 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.DlgAudio.m_comboCodecSpkr
    +
    + +

    Definition at line 623 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.DlgAudio.m_comboCodecTx
    +
    + +

    Definition at line 607 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.DlgAudio.m_comboRadioRx
    +
    + +

    Definition at line 615 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.DlgAudio.m_lbRxInput
    +
    + +

    Definition at line 673 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.DlgAudio.m_lbTxOutput
    +
    + +

    Definition at line 690 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.DlgAudio.m_lbVoiceInput
    +
    + +

    Definition at line 712 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.DlgAudio.m_lbVoiceOutput
    +
    + +

    Definition at line 729 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.DlgAudio.m_nbAudioOptions
    +
    + +

    Definition at line 538 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.DlgAudio.m_panelDevices
    +
    + +

    Definition at line 539 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.DlgAudio.m_panelRightChannel
    +
    + +

    Definition at line 749 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.DlgAudio.m_panelSettings
    +
    + +

    Definition at line 663 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.DlgAudio.m_radioBtnFileOnly
    +
    + +

    Definition at line 639 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.DlgAudio.m_radioBtnPortAudio
    +
    + +

    Definition at line 549 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.DlgAudio.m_sdbSizer3Apply
    +
    + +

    Definition at line 765 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.DlgAudio.m_sdbSizer3Cancel
    +
    + +

    Definition at line 767 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.DlgAudio.m_sdbSizer3OK
    +
    + +

    Definition at line 763 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.DlgAudio.m_staticText14
    +
    + +

    Definition at line 594 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.DlgAudio.m_staticText141
    +
    + +

    Definition at line 571 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.DlgAudio.m_staticText15
    +
    + +

    Definition at line 602 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.DlgAudio.m_staticText151
    +
    + +

    Definition at line 556 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.DlgAudio.m_staticText16
    +
    + +

    Definition at line 610 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.DlgAudio.m_staticText17
    +
    + +

    Definition at line 618 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.DlgAudio.m_textCtrl15
    +
    + +

    Definition at line 693 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.DlgAudio.m_textNumChIn
    +
    + +

    Definition at line 579 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.DlgAudio.m_textNumChOut
    +
    + +

    Definition at line 564 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.DlgAudio.m_textRxInput
    +
    + +

    Definition at line 676 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.DlgAudio.m_textTxOutput
    +
    + +

    Definition at line 699 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.DlgAudio.m_textVoiceInput
    +
    + +

    Definition at line 715 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.DlgAudio.m_textVoiceOutput
    +
    + +

    Definition at line 732 of file topFrame.py.

    + +
    +
    +
    The documentation for this class was generated from the following files: diff --git a/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_audio__coll__graph.md5 b/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_audio__coll__graph.md5 index 0b227cfd..8dbbe829 100644 --- a/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_audio__coll__graph.md5 +++ b/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_audio__coll__graph.md5 @@ -1 +1 @@ -625943c52b0f9c6f9e083a04e0cef94c \ No newline at end of file +5b005f39b2fefbebede7be7211dddda1 \ No newline at end of file diff --git a/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_audio__coll__graph.png b/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_audio__coll__graph.png index 16af71bb..5af3aa31 100644 Binary files a/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_audio__coll__graph.png and b/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_audio__coll__graph.png differ diff --git a/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_audio__inherit__graph.md5 b/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_audio__inherit__graph.md5 index 0b227cfd..8dbbe829 100644 --- a/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_audio__inherit__graph.md5 +++ b/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_audio__inherit__graph.md5 @@ -1 +1 @@ -625943c52b0f9c6f9e083a04e0cef94c \ No newline at end of file +5b005f39b2fefbebede7be7211dddda1 \ No newline at end of file diff --git a/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_audio__inherit__graph.png b/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_audio__inherit__graph.png index 16af71bb..5af3aa31 100644 Binary files a/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_audio__inherit__graph.png and b/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_audio__inherit__graph.png differ diff --git a/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_com_ports-members.html b/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_com_ports-members.html index 59fd6379..4fdde3c7 100644 --- a/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_com_ports-members.html +++ b/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_com_ports-members.html @@ -30,6 +30,7 @@
@@ -55,28 +56,32 @@

This is the complete list of members for topFrame.DlgComPorts, including all inherited members.

- - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + +
__del__ (defined in topFrame.DlgComPorts)topFrame.DlgComPorts
__init__ (defined in topFrame.DlgComPorts)topFrame.DlgComPorts
m_listCtrlPortSelect (defined in topFrame.DlgComPorts)topFrame.DlgComPorts
m_sdbSizer3Apply (defined in topFrame.DlgComPorts)topFrame.DlgComPorts
m_sdbSizer3Cancel (defined in topFrame.DlgComPorts)topFrame.DlgComPorts
m_sdbSizer3OK (defined in topFrame.DlgComPorts)topFrame.DlgComPorts
m_staticText8 (defined in topFrame.DlgComPorts)topFrame.DlgComPorts
m_staticText9 (defined in topFrame.DlgComPorts)topFrame.DlgComPorts
m_staticText91 (defined in topFrame.DlgComPorts)topFrame.DlgComPorts
m_staticText911 (defined in topFrame.DlgComPorts)topFrame.DlgComPorts
m_staticText912 (defined in topFrame.DlgComPorts)topFrame.DlgComPorts
m_staticText913 (defined in topFrame.DlgComPorts)topFrame.DlgComPorts
m_textRigCtrlBaud (defined in topFrame.DlgComPorts)topFrame.DlgComPorts
m_textRigCtrlDatabits (defined in topFrame.DlgComPorts)topFrame.DlgComPorts
m_textRigCtrlParity (defined in topFrame.DlgComPorts)topFrame.DlgComPorts
m_textRigCtrlPort (defined in topFrame.DlgComPorts)topFrame.DlgComPorts
m_textRigCtrlStopbits (defined in topFrame.DlgComPorts)topFrame.DlgComPorts
OnListItemSelected (defined in topFrame.DlgComPorts)topFrame.DlgComPorts
__del__topFrame.DlgComPorts
__del__topFrame.DlgComPorts
__init__topFrame.DlgComPorts
__init__topFrame.DlgComPorts
m_listCtrlPortSelecttopFrame.DlgComPorts
m_sdbSizer3ApplytopFrame.DlgComPorts
m_sdbSizer3CanceltopFrame.DlgComPorts
m_sdbSizer3OKtopFrame.DlgComPorts
m_staticText8topFrame.DlgComPorts
m_staticText9topFrame.DlgComPorts
m_staticText91topFrame.DlgComPorts
m_staticText911topFrame.DlgComPorts
m_staticText912topFrame.DlgComPorts
m_staticText913topFrame.DlgComPorts
m_textCtrl10topFrame.DlgComPorts
m_textRigCtrlBaudtopFrame.DlgComPorts
m_textRigCtrlDatabitstopFrame.DlgComPorts
m_textRigCtrlParitytopFrame.DlgComPorts
m_textRigCtrlPorttopFrame.DlgComPorts
m_textRigCtrlStopbitstopFrame.DlgComPorts
OnListItemSelectedtopFrame.DlgComPorts
OnListItemSelectedtopFrame.DlgComPorts
diff --git a/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_com_ports.html b/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_com_ports.html index b7a81b79..722f38fe 100644 --- a/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_com_ports.html +++ b/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_com_ports.html @@ -30,6 +30,7 @@
@@ -74,73 +75,489 @@ Collaboration diagram for topFrame.DlgComPorts:
- + - + - + + + + + + +

Public Member Functions

-def __init__
def __init__
 
-def __del__
def __del__
 
-def OnListItemSelected
def OnListItemSelected
 
def __init__
 
def __del__
 
def OnListItemSelected
 
- + - + - + - + + + + + + + - + - + - + - + - + - + - + - + - - - + - -

Public Attributes

m_staticText8
 m_staticText8
 
m_listCtrlPortSelect
 m_listCtrlPortSelect
 
m_staticText9
 m_staticText9
 
m_textRigCtrlPort
 m_textCtrl10
 
 m_sdbSizer3OK
 
 m_sdbSizer3Cancel
 
 m_textRigCtrlPort
 
m_staticText91
 m_staticText91
 
m_textRigCtrlBaud
 m_textRigCtrlBaud
 
m_staticText911
 m_staticText911
 
m_textRigCtrlDatabits
 m_textRigCtrlDatabits
 
m_staticText912
 m_staticText912
 
m_textRigCtrlStopbits
 m_textRigCtrlStopbits
 
m_staticText913
 m_staticText913
 
m_textRigCtrlParity
 m_textRigCtrlParity
 
m_sdbSizer3OK
 
m_sdbSizer3Apply
 m_sdbSizer3Apply
 
m_sdbSizer3Cancel
 

Detailed Description

Class DlgComPorts.

-

The documentation for this class was generated from the following file:
    -
  • C:/bin/Projects/Radio/fdmdv2/src/topFrame.py
  • + +

    Definition at line 929 of file topFrame.py.

    +

    Constructor & Destructor Documentation

    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.DlgComPorts.__init__ ( self,
     parent 
    )
    +
    + +

    Definition at line 931 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + +
    def topFrame.DlgComPorts.__del__ ( self)
    +
    + +

    Definition at line 975 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.DlgComPorts.__init__ ( self,
     parent 
    )
    +
    + +

    Definition at line 932 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + +
    def topFrame.DlgComPorts.__del__ ( self)
    +
    + +

    Definition at line 1008 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    +

    Member Function Documentation

    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.DlgComPorts.OnListItemSelected ( self,
     event 
    )
    +
    + +

    Definition at line 980 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.DlgComPorts.OnListItemSelected ( self,
     event 
    )
    +
    + +

    Definition at line 1013 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    +

    Member Data Documentation

    + +
    +
    + + + + +
    topFrame.DlgComPorts.m_listCtrlPortSelect
    +
    + +

    Definition at line 944 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.DlgComPorts.m_sdbSizer3Apply
    +
    + +

    Definition at line 990 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.DlgComPorts.m_sdbSizer3Cancel
    +
    + +

    Definition at line 960 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.DlgComPorts.m_sdbSizer3OK
    +
    + +

    Definition at line 958 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.DlgComPorts.m_staticText8
    +
    + +

    Definition at line 940 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.DlgComPorts.m_staticText9
    +
    + +

    Definition at line 947 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.DlgComPorts.m_staticText91
    +
    + +

    Definition at line 956 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.DlgComPorts.m_staticText911
    +
    + +

    Definition at line 963 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.DlgComPorts.m_staticText912
    +
    + +

    Definition at line 970 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.DlgComPorts.m_staticText913
    +
    + +

    Definition at line 977 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.DlgComPorts.m_textCtrl10
    +
    + +

    Definition at line 951 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.DlgComPorts.m_textRigCtrlBaud
    +
    + +

    Definition at line 960 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.DlgComPorts.m_textRigCtrlDatabits
    +
    + +

    Definition at line 967 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.DlgComPorts.m_textRigCtrlParity
    +
    + +

    Definition at line 981 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.DlgComPorts.m_textRigCtrlPort
    +
    + +

    Definition at line 953 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.DlgComPorts.m_textRigCtrlStopbits
    +
    + +

    Definition at line 974 of file topFrame.py.

    + +
    +
    +
    The documentation for this class was generated from the following files: diff --git a/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_com_ports__coll__graph.md5 b/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_com_ports__coll__graph.md5 index bd482d90..e806534b 100644 --- a/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_com_ports__coll__graph.md5 +++ b/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_com_ports__coll__graph.md5 @@ -1 +1 @@ -6cac6266cd5f6fe31e49ffcbcc0b052c \ No newline at end of file +b474defee3901b8e506971fb61d62e6c \ No newline at end of file diff --git a/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_com_ports__coll__graph.png b/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_com_ports__coll__graph.png index 1273cd9d..7f164dbb 100644 Binary files a/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_com_ports__coll__graph.png and b/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_com_ports__coll__graph.png differ diff --git a/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_com_ports__inherit__graph.md5 b/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_com_ports__inherit__graph.md5 index bd482d90..e806534b 100644 --- a/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_com_ports__inherit__graph.md5 +++ b/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_com_ports__inherit__graph.md5 @@ -1 +1 @@ -6cac6266cd5f6fe31e49ffcbcc0b052c \ No newline at end of file +b474defee3901b8e506971fb61d62e6c \ No newline at end of file diff --git a/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_com_ports__inherit__graph.png b/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_com_ports__inherit__graph.png index 1273cd9d..7f164dbb 100644 Binary files a/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_com_ports__inherit__graph.png and b/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_com_ports__inherit__graph.png differ diff --git a/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_options-members.html b/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_options-members.html index 841bbe4d..eb20862c 100644 --- a/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_options-members.html +++ b/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_options-members.html @@ -30,6 +30,7 @@
@@ -55,28 +56,32 @@

This is the complete list of members for topFrame.DlgOptions, including all inherited members.

- - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + +
__del__ (defined in topFrame.DlgOptions)topFrame.DlgOptions
__init__ (defined in topFrame.DlgOptions)topFrame.DlgOptions
m_sdbSizer4Cancel (defined in topFrame.DlgOptions)topFrame.DlgOptions
m_sdbSizer4OK (defined in topFrame.DlgOptions)topFrame.DlgOptions
m_staticText2 (defined in topFrame.DlgOptions)topFrame.DlgOptions
m_staticText3 (defined in topFrame.DlgOptions)topFrame.DlgOptions
m_staticText4 (defined in topFrame.DlgOptions)topFrame.DlgOptions
m_staticText5 (defined in topFrame.DlgOptions)topFrame.DlgOptions
m_staticText6 (defined in topFrame.DlgOptions)topFrame.DlgOptions
m_staticText7 (defined in topFrame.DlgOptions)topFrame.DlgOptions
m_textCtrl3 (defined in topFrame.DlgOptions)topFrame.DlgOptions
m_textCtrl4 (defined in topFrame.DlgOptions)topFrame.DlgOptions
m_textCtrl5 (defined in topFrame.DlgOptions)topFrame.DlgOptions
m_textCtrl6 (defined in topFrame.DlgOptions)topFrame.DlgOptions
m_textCtrl7 (defined in topFrame.DlgOptions)topFrame.DlgOptions
m_textCtrl8 (defined in topFrame.DlgOptions)topFrame.DlgOptions
OnClose (defined in topFrame.DlgOptions)topFrame.DlgOptions
OnInitDialog (defined in topFrame.DlgOptions)topFrame.DlgOptions
__del__topFrame.DlgOptions
__del__topFrame.DlgOptions
__init__topFrame.DlgOptions
__init__topFrame.DlgOptions
m_sdbSizer4CanceltopFrame.DlgOptions
m_sdbSizer4OKtopFrame.DlgOptions
m_staticText2topFrame.DlgOptions
m_staticText3topFrame.DlgOptions
m_staticText4topFrame.DlgOptions
m_staticText5topFrame.DlgOptions
m_staticText6topFrame.DlgOptions
m_staticText7topFrame.DlgOptions
m_textCtrl3topFrame.DlgOptions
m_textCtrl4topFrame.DlgOptions
m_textCtrl5topFrame.DlgOptions
m_textCtrl6topFrame.DlgOptions
m_textCtrl7topFrame.DlgOptions
m_textCtrl8topFrame.DlgOptions
OnClosetopFrame.DlgOptions
OnClosetopFrame.DlgOptions
OnInitDialogtopFrame.DlgOptions
OnInitDialogtopFrame.DlgOptions
diff --git a/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_options.html b/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_options.html index 425175f2..3b7b5fdf 100644 --- a/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_options.html +++ b/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_options.html @@ -30,6 +30,7 @@
@@ -74,73 +75,533 @@ Collaboration diagram for topFrame.DlgOptions:
- + - + - + - + + + + + + + + +

Public Member Functions

-def __init__
def __init__
 
-def __del__
def __del__
 
-def OnClose
def OnClose
 
-def OnInitDialog
def OnInitDialog
 
def __init__
 
def __del__
 
def OnClose
 
def OnInitDialog
 
- + - + - + - + - + - + - + - + - + - + - + - + - + - +

Public Attributes

m_staticText2
 m_staticText2
 
m_textCtrl3
 m_textCtrl3
 
m_staticText3
 m_staticText3
 
m_textCtrl4
 m_textCtrl4
 
m_staticText4
 m_staticText4
 
m_textCtrl5
 m_textCtrl5
 
m_staticText5
 m_staticText5
 
m_textCtrl6
 m_textCtrl6
 
m_staticText6
 m_staticText6
 
m_textCtrl7
 m_textCtrl7
 
m_staticText7
 m_staticText7
 
m_textCtrl8
 m_textCtrl8
 
m_sdbSizer4OK
 m_sdbSizer4OK
 
m_sdbSizer4Cancel
 m_sdbSizer4Cancel
 

Detailed Description

Class DlgOptions.

-

The documentation for this class was generated from the following file:
    -
  • C:/bin/Projects/Radio/fdmdv2/src/topFrame.py
  • + +

    Definition at line 833 of file topFrame.py.

    +

    Constructor & Destructor Documentation

    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.DlgOptions.__init__ ( self,
     parent 
    )
    +
    + +

    Definition at line 835 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + +
    def topFrame.DlgOptions.__del__ ( self)
    +
    + +

    Definition at line 913 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.DlgOptions.__init__ ( self,
     parent 
    )
    +
    + +

    Definition at line 834 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + +
    def topFrame.DlgOptions.__del__ ( self)
    +
    + +

    Definition at line 914 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    +

    Member Function Documentation

    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.DlgOptions.OnClose ( self,
     event 
    )
    +
    + +

    Definition at line 918 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.DlgOptions.OnClose ( self,
     event 
    )
    +
    + +

    Definition at line 919 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.DlgOptions.OnInitDialog ( self,
     event 
    )
    +
    + +

    Definition at line 921 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.DlgOptions.OnInitDialog ( self,
     event 
    )
    +
    + +

    Definition at line 922 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    +

    Member Data Documentation

    + +
    +
    + + + + +
    topFrame.DlgOptions.m_sdbSizer4Cancel
    +
    + +

    Definition at line 897 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.DlgOptions.m_sdbSizer4OK
    +
    + +

    Definition at line 895 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.DlgOptions.m_staticText2
    +
    + +

    Definition at line 846 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.DlgOptions.m_staticText3
    +
    + +

    Definition at line 853 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.DlgOptions.m_staticText4
    +
    + +

    Definition at line 860 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.DlgOptions.m_staticText5
    +
    + +

    Definition at line 867 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.DlgOptions.m_staticText6
    +
    + +

    Definition at line 874 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.DlgOptions.m_staticText7
    +
    + +

    Definition at line 881 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.DlgOptions.m_textCtrl3
    +
    + +

    Definition at line 850 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.DlgOptions.m_textCtrl4
    +
    + +

    Definition at line 857 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.DlgOptions.m_textCtrl5
    +
    + +

    Definition at line 864 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.DlgOptions.m_textCtrl6
    +
    + +

    Definition at line 871 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.DlgOptions.m_textCtrl7
    +
    + +

    Definition at line 878 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.DlgOptions.m_textCtrl8
    +
    + +

    Definition at line 885 of file topFrame.py.

    + +
    +
    +
    The documentation for this class was generated from the following files: diff --git a/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_options__coll__graph.md5 b/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_options__coll__graph.md5 index a07016e0..d6c4cb4c 100644 --- a/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_options__coll__graph.md5 +++ b/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_options__coll__graph.md5 @@ -1 +1 @@ -d8a1a74eefd08c4ec42471fc0d144d88 \ No newline at end of file +8799b278b6122362a6c20b260199bfe0 \ No newline at end of file diff --git a/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_options__coll__graph.png b/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_options__coll__graph.png index 6b8c4cce..23e711ce 100644 Binary files a/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_options__coll__graph.png and b/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_options__coll__graph.png differ diff --git a/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_options__inherit__graph.md5 b/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_options__inherit__graph.md5 index a07016e0..d6c4cb4c 100644 --- a/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_options__inherit__graph.md5 +++ b/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_options__inherit__graph.md5 @@ -1 +1 @@ -d8a1a74eefd08c4ec42471fc0d144d88 \ No newline at end of file +8799b278b6122362a6c20b260199bfe0 \ No newline at end of file diff --git a/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_options__inherit__graph.png b/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_options__inherit__graph.png index 6b8c4cce..23e711ce 100644 Binary files a/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_options__inherit__graph.png and b/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_dlg_options__inherit__graph.png differ diff --git a/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_top_frame-members.html b/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_top_frame-members.html index 38b32d98..516736f7 100644 --- a/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_top_frame-members.html +++ b/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_top_frame-members.html @@ -30,6 +30,7 @@
@@ -55,88 +56,131 @@

This is the complete list of members for topFrame.TopFrame, including all inherited members.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
__del__ (defined in topFrame.TopFrame)topFrame.TopFrame
__init__ (defined in topFrame.TopFrame)topFrame.TopFrame
edit (defined in topFrame.TopFrame)topFrame.TopFrame
file (defined in topFrame.TopFrame)topFrame.TopFrame
help (defined in topFrame.TopFrame)topFrame.TopFrame
m_auiNbookCtrl (defined in topFrame.TopFrame)topFrame.TopFrame
m_btnTogTX (defined in topFrame.TopFrame)topFrame.TopFrame
m_ckboxSQ (defined in topFrame.TopFrame)topFrame.TopFrame
m_gaugeLevel (defined in topFrame.TopFrame)topFrame.TopFrame
m_gaugeSNR (defined in topFrame.TopFrame)topFrame.TopFrame
m_menubarMain (defined in topFrame.TopFrame)topFrame.TopFrame
m_menuItemAbout (defined in topFrame.TopFrame)topFrame.TopFrame
m_menuItemAudio (defined in topFrame.TopFrame)topFrame.TopFrame
m_menuItemCaptRxStream (defined in topFrame.TopFrame)topFrame.TopFrame
m_menuItemCaptTxStream (defined in topFrame.TopFrame)topFrame.TopFrame
m_menuItemClose (defined in topFrame.TopFrame)topFrame.TopFrame
m_menuItemCopy (defined in topFrame.TopFrame)topFrame.TopFrame
m_menuItemCut (defined in topFrame.TopFrame)topFrame.TopFrame
m_menuItemExit (defined in topFrame.TopFrame)topFrame.TopFrame
m_menuItemHelpUpdates (defined in topFrame.TopFrame)topFrame.TopFrame
m_menuItemOpen (defined in topFrame.TopFrame)topFrame.TopFrame
m_menuItemOptions (defined in topFrame.TopFrame)topFrame.TopFrame
m_menuItemPaste (defined in topFrame.TopFrame)topFrame.TopFrame
m_menuItemPlayAudioFile (defined in topFrame.TopFrame)topFrame.TopFrame
m_menuItemRigCtrlCfg (defined in topFrame.TopFrame)topFrame.TopFrame
m_menuItemSave (defined in topFrame.TopFrame)topFrame.TopFrame
m_sliderSQ (defined in topFrame.TopFrame)topFrame.TopFrame
m_statusBar1 (defined in topFrame.TopFrame)topFrame.TopFrame
m_textSNR (defined in topFrame.TopFrame)topFrame.TopFrame
m_togBtnALC (defined in topFrame.TopFrame)topFrame.TopFrame
m_togBtnAnalog (defined in topFrame.TopFrame)topFrame.TopFrame
m_togBtnOnOff (defined in topFrame.TopFrame)topFrame.TopFrame
m_togBtnSplit (defined in topFrame.TopFrame)topFrame.TopFrame
m_togRxID (defined in topFrame.TopFrame)topFrame.TopFrame
m_togTxID (defined in topFrame.TopFrame)topFrame.TopFrame
m_txtCtrl (defined in topFrame.TopFrame)topFrame.TopFrame
OnCaptureRxStream (defined in topFrame.TopFrame)topFrame.TopFrame
OnCaptureTxStream (defined in topFrame.TopFrame)topFrame.TopFrame
OnCheckSQClick (defined in topFrame.TopFrame)topFrame.TopFrame
OnClose (defined in topFrame.TopFrame)topFrame.TopFrame
OnCloseUpdateUI (defined in topFrame.TopFrame)topFrame.TopFrame
OnCmdSliderScroll (defined in topFrame.TopFrame)topFrame.TopFrame
OnCmdSliderScrollChanged (defined in topFrame.TopFrame)topFrame.TopFrame
OnCopy (defined in topFrame.TopFrame)topFrame.TopFrame
OnCopyUpdateUI (defined in topFrame.TopFrame)topFrame.TopFrame
OnCut (defined in topFrame.TopFrame)topFrame.TopFrame
OnCutUpdateUI (defined in topFrame.TopFrame)topFrame.TopFrame
OnExit (defined in topFrame.TopFrame)topFrame.TopFrame
OnHelpAbout (defined in topFrame.TopFrame)topFrame.TopFrame
OnHelpCheckUpdates (defined in topFrame.TopFrame)topFrame.TopFrame
OnHelpCheckUpdatesUI (defined in topFrame.TopFrame)topFrame.TopFrame
OnOpen (defined in topFrame.TopFrame)topFrame.TopFrame
OnOpenUpdateUI (defined in topFrame.TopFrame)topFrame.TopFrame
OnPaste (defined in topFrame.TopFrame)topFrame.TopFrame
OnPasteUpdateUI (defined in topFrame.TopFrame)topFrame.TopFrame
OnPlayAudioFile (defined in topFrame.TopFrame)topFrame.TopFrame
OnSave (defined in topFrame.TopFrame)topFrame.TopFrame
OnSaveUpdateUI (defined in topFrame.TopFrame)topFrame.TopFrame
OnSliderScrollBottom (defined in topFrame.TopFrame)topFrame.TopFrame
OnSliderScrollTop (defined in topFrame.TopFrame)topFrame.TopFrame
OnTogBtnALCClick (defined in topFrame.TopFrame)topFrame.TopFrame
OnTogBtnAnalogClick (defined in topFrame.TopFrame)topFrame.TopFrame
OnTogBtnOnOff (defined in topFrame.TopFrame)topFrame.TopFrame
OnTogBtnRxID (defined in topFrame.TopFrame)topFrame.TopFrame
OnTogBtnSplitClick (defined in topFrame.TopFrame)topFrame.TopFrame
OnTogBtnTXClick (defined in topFrame.TopFrame)topFrame.TopFrame
OnTogBtnTxID (defined in topFrame.TopFrame)topFrame.TopFrame
OnToolsAudio (defined in topFrame.TopFrame)topFrame.TopFrame
OnToolsAudioUI (defined in topFrame.TopFrame)topFrame.TopFrame
OnToolsComCfg (defined in topFrame.TopFrame)topFrame.TopFrame
OnToolsComCfgUI (defined in topFrame.TopFrame)topFrame.TopFrame
OnToolsOptions (defined in topFrame.TopFrame)topFrame.TopFrame
OnToolsOptionsUI (defined in topFrame.TopFrame)topFrame.TopFrame
tools (defined in topFrame.TopFrame)topFrame.TopFrame
topFrame_OnClose (defined in topFrame.TopFrame)topFrame.TopFrame
topFrame_OnPaint (defined in topFrame.TopFrame)topFrame.TopFrame
topFrame_OnSize (defined in topFrame.TopFrame)topFrame.TopFrame
topFrame_OnUpdateUI (defined in topFrame.TopFrame)topFrame.TopFrame
__del__topFrame.TopFrame
__del__topFrame.TopFrame
__init__topFrame.TopFrame
__init__topFrame.TopFrame
edittopFrame.TopFrame
filetopFrame.TopFrame
helptopFrame.TopFrame
m_auiNbookCtrltopFrame.TopFrame
m_btnTogTXtopFrame.TopFrame
m_ckboxSQtopFrame.TopFrame
m_gaugeLeveltopFrame.TopFrame
m_gaugeSNRtopFrame.TopFrame
m_menubarMaintopFrame.TopFrame
m_menuItemAbouttopFrame.TopFrame
m_menuItemAudiotopFrame.TopFrame
m_menuItemCaptRxStreamtopFrame.TopFrame
m_menuItemCaptTxStreamtopFrame.TopFrame
m_menuItemClosetopFrame.TopFrame
m_menuItemCopytopFrame.TopFrame
m_menuItemCuttopFrame.TopFrame
m_menuItemExittopFrame.TopFrame
m_menuItemHelpUpdatestopFrame.TopFrame
m_menuItemOpentopFrame.TopFrame
m_menuItemOptionstopFrame.TopFrame
m_menuItemPastetopFrame.TopFrame
m_menuItemPlayAudioFiletopFrame.TopFrame
m_menuItemRigCtrlCfgtopFrame.TopFrame
m_menuItemSavetopFrame.TopFrame
m_sliderSQtopFrame.TopFrame
m_statusBar1topFrame.TopFrame
m_textSNRtopFrame.TopFrame
m_togBtnALCtopFrame.TopFrame
m_togBtnAnalogtopFrame.TopFrame
m_togBtnOnOfftopFrame.TopFrame
m_togBtnSplittopFrame.TopFrame
m_togRxIDtopFrame.TopFrame
m_togTxIDtopFrame.TopFrame
m_txtCtrltopFrame.TopFrame
OnCaptureRxStreamtopFrame.TopFrame
OnCaptureRxStreamtopFrame.TopFrame
OnCaptureTxStreamtopFrame.TopFrame
OnCaptureTxStreamtopFrame.TopFrame
OnCheckSQClicktopFrame.TopFrame
OnCheckSQClicktopFrame.TopFrame
OnClosetopFrame.TopFrame
OnClosetopFrame.TopFrame
OnCloseUpdateUItopFrame.TopFrame
OnCloseUpdateUItopFrame.TopFrame
OnCmdSliderScrolltopFrame.TopFrame
OnCmdSliderScrolltopFrame.TopFrame
OnCmdSliderScrollChangedtopFrame.TopFrame
OnCmdSliderScrollChangedtopFrame.TopFrame
OnCopytopFrame.TopFrame
OnCopytopFrame.TopFrame
OnCopyUpdateUItopFrame.TopFrame
OnCopyUpdateUItopFrame.TopFrame
OnCuttopFrame.TopFrame
OnCuttopFrame.TopFrame
OnCutUpdateUItopFrame.TopFrame
OnCutUpdateUItopFrame.TopFrame
OnExittopFrame.TopFrame
OnExittopFrame.TopFrame
OnHelpAbouttopFrame.TopFrame
OnHelpAbouttopFrame.TopFrame
OnHelpCheckUpdatestopFrame.TopFrame
OnHelpCheckUpdatestopFrame.TopFrame
OnHelpCheckUpdatesUItopFrame.TopFrame
OnHelpCheckUpdatesUItopFrame.TopFrame
OnOpentopFrame.TopFrame
OnOpentopFrame.TopFrame
OnOpenUpdateUItopFrame.TopFrame
OnOpenUpdateUItopFrame.TopFrame
OnPastetopFrame.TopFrame
OnPastetopFrame.TopFrame
OnPasteUpdateUItopFrame.TopFrame
OnPasteUpdateUItopFrame.TopFrame
OnPlayAudioFiletopFrame.TopFrame
OnPlayAudioFiletopFrame.TopFrame
OnSavetopFrame.TopFrame
OnSavetopFrame.TopFrame
OnSaveUpdateUItopFrame.TopFrame
OnSaveUpdateUItopFrame.TopFrame
OnSliderScrollBottomtopFrame.TopFrame
OnSliderScrollBottomtopFrame.TopFrame
OnSliderScrollToptopFrame.TopFrame
OnSliderScrollToptopFrame.TopFrame
OnTogBtnALCClicktopFrame.TopFrame
OnTogBtnALCClicktopFrame.TopFrame
OnTogBtnAnalogClicktopFrame.TopFrame
OnTogBtnAnalogClicktopFrame.TopFrame
OnTogBtnOnOfftopFrame.TopFrame
OnTogBtnOnOfftopFrame.TopFrame
OnTogBtnRxIDtopFrame.TopFrame
OnTogBtnRxIDtopFrame.TopFrame
OnTogBtnSplitClicktopFrame.TopFrame
OnTogBtnSplitClicktopFrame.TopFrame
OnTogBtnTXClicktopFrame.TopFrame
OnTogBtnTXClicktopFrame.TopFrame
OnTogBtnTxIDtopFrame.TopFrame
OnTogBtnTxIDtopFrame.TopFrame
OnToolsAudiotopFrame.TopFrame
OnToolsAudiotopFrame.TopFrame
OnToolsAudioUItopFrame.TopFrame
OnToolsAudioUItopFrame.TopFrame
OnToolsComCfgtopFrame.TopFrame
OnToolsComCfgtopFrame.TopFrame
OnToolsComCfgUItopFrame.TopFrame
OnToolsComCfgUItopFrame.TopFrame
OnToolsOptionstopFrame.TopFrame
OnToolsOptionstopFrame.TopFrame
OnToolsOptionsUItopFrame.TopFrame
OnToolsOptionsUItopFrame.TopFrame
toolstopFrame.TopFrame
topFrame_OnClosetopFrame.TopFrame
topFrame_OnClosetopFrame.TopFrame
topFrame_OnPainttopFrame.TopFrame
topFrame_OnPainttopFrame.TopFrame
topFrame_OnSizetopFrame.TopFrame
topFrame_OnSizetopFrame.TopFrame
topFrame_OnUpdateUItopFrame.TopFrame
topFrame_OnUpdateUItopFrame.TopFrame
diff --git a/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_top_frame.html b/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_top_frame.html index e1f6b15f..7a42a26a 100644 --- a/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_top_frame.html +++ b/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_top_frame.html @@ -30,6 +30,7 @@
@@ -63,266 +64,3836 @@ Inheritance diagram for topFrame.TopFrame:
Inheritance graph
- - +
[legend]
Collaboration diagram for topFrame.TopFrame:
Collaboration graph
- - +
[legend]
- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Public Member Functions

-def __init__
def __init__
 
-def __del__
def __del__
 
-def topFrame_OnClose
def topFrame_OnClose
 
-def topFrame_OnPaint
def topFrame_OnPaint
 
-def topFrame_OnSize
def topFrame_OnSize
 
-def topFrame_OnUpdateUI
def topFrame_OnUpdateUI
 
-def OnOpen
def OnOpen
 
-def OnOpenUpdateUI
def OnOpenUpdateUI
 
-def OnSave
def OnSave
 
-def OnSaveUpdateUI
def OnSaveUpdateUI
 
-def OnClose
def OnClose
 
-def OnCloseUpdateUI
def OnCloseUpdateUI
 
-def OnExit
def OnExit
 
-def OnCopy
def OnCopy
 
-def OnCopyUpdateUI
def OnCopyUpdateUI
 
-def OnCut
def OnCut
 
-def OnCutUpdateUI
def OnCutUpdateUI
 
-def OnPaste
def OnPaste
 
-def OnPasteUpdateUI
def OnPasteUpdateUI
 
-def OnToolsAudio
def OnToolsAudio
 
-def OnToolsAudioUI
def OnToolsAudioUI
 
-def OnToolsComCfg
def OnToolsComCfg
 
-def OnToolsComCfgUI
def OnToolsComCfgUI
 
-def OnToolsOptions
def OnToolsOptions
 
-def OnToolsOptionsUI
def OnToolsOptionsUI
 
-def OnCaptureRxStream
def OnCaptureRxStream
 
-def OnCaptureTxStream
def OnCaptureTxStream
 
-def OnPlayAudioFile
def OnPlayAudioFile
 
-def OnHelpCheckUpdates
def OnHelpCheckUpdates
 
-def OnHelpCheckUpdatesUI
def OnHelpCheckUpdatesUI
 
-def OnHelpAbout
def OnHelpAbout
 
-def OnTogBtnRxID
def OnTogBtnRxID
 
-def OnTogBtnTxID
def OnTogBtnTxID
 
-def OnCmdSliderScroll
def OnCmdSliderScroll
 
-def OnSliderScrollBottom
def OnSliderScrollBottom
 
-def OnCmdSliderScrollChanged
def OnCmdSliderScrollChanged
 
-def OnSliderScrollTop
def OnSliderScrollTop
 
-def OnCheckSQClick
def OnCheckSQClick
 
-def OnTogBtnOnOff
def OnTogBtnOnOff
 
-def OnTogBtnSplitClick
def OnTogBtnSplitClick
 
-def OnTogBtnAnalogClick
def OnTogBtnAnalogClick
 
-def OnTogBtnALCClick
def OnTogBtnALCClick
 
-def OnTogBtnTXClick
def OnTogBtnTXClick
 
def __init__
 
def __del__
 
def topFrame_OnClose
 
def topFrame_OnPaint
 
def topFrame_OnSize
 
def topFrame_OnUpdateUI
 
def OnOpen
 
def OnOpenUpdateUI
 
def OnSave
 
def OnSaveUpdateUI
 
def OnClose
 
def OnCloseUpdateUI
 
def OnExit
 
def OnCopy
 
def OnCopyUpdateUI
 
def OnCut
 
def OnCutUpdateUI
 
def OnPaste
 
def OnPasteUpdateUI
 
def OnToolsAudio
 
def OnToolsAudioUI
 
def OnToolsComCfg
 
def OnToolsComCfgUI
 
def OnToolsOptions
 
def OnToolsOptionsUI
 
def OnCaptureRxStream
 
def OnCaptureTxStream
 
def OnPlayAudioFile
 
def OnHelpCheckUpdates
 
def OnHelpCheckUpdatesUI
 
def OnHelpAbout
 
def OnTogBtnRxID
 
def OnTogBtnTxID
 
def OnCmdSliderScroll
 
def OnSliderScrollBottom
 
def OnCmdSliderScrollChanged
 
def OnSliderScrollTop
 
def OnCheckSQClick
 
def OnTogBtnOnOff
 
def OnTogBtnSplitClick
 
def OnTogBtnAnalogClick
 
def OnTogBtnALCClick
 
def OnTogBtnTXClick
 
- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - +

Public Attributes

m_menubarMain
 m_menubarMain
 
file
 file
 
m_menuItemOpen
 m_menuItemOpen
 
m_menuItemSave
 m_menuItemSave
 
m_menuItemClose
 m_menuItemClose
 
m_menuItemExit
 m_menuItemExit
 
edit
 edit
 
m_menuItemCopy
 m_menuItemCopy
 
m_menuItemCut
 m_menuItemCut
 
m_menuItemPaste
 m_menuItemPaste
 
tools
 tools
 
m_menuItemAudio
 m_menuItemAudio
 
m_menuItemRigCtrlCfg
 m_menuItemRigCtrlCfg
 
m_menuItemOptions
 m_menuItemOptions
 
m_menuItemCaptRxStream
 m_menuItemCaptRxStream
 
m_menuItemCaptTxStream
 m_menuItemCaptTxStream
 
m_menuItemPlayAudioFile
 m_menuItemPlayAudioFile
 
help
 help
 
m_menuItemHelpUpdates
 m_menuItemHelpUpdates
 
m_menuItemAbout
 m_menuItemAbout
 
m_gaugeSNR
 m_gaugeSNR
 
m_textSNR
 m_textSNR
 
m_gaugeLevel
 m_gaugeLevel
 
m_auiNbookCtrl
 m_auiNbookCtrl
 
m_txtCtrl
 m_txtCtrl
 
m_togRxID
 m_togRxID
 
m_togTxID
 m_togTxID
 
m_sliderSQ
 m_sliderSQ
 
m_ckboxSQ
 m_ckboxSQ
 
m_togBtnOnOff
 m_togBtnOnOff
 
m_togBtnSplit
 m_togBtnSplit
 
m_togBtnAnalog
 m_togBtnAnalog
 
m_togBtnALC
 m_togBtnALC
 
m_btnTogTX
 m_btnTogTX
 
m_statusBar1
 m_statusBar1
 

Detailed Description

Class TopFrame.

-

The documentation for this class was generated from the following file:
    -
  • C:/bin/Projects/Radio/fdmdv2/src/topFrame.py
  • + +

    Definition at line 31 of file topFrame.py.

    +

    Constructor & Destructor Documentation

    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.__init__ ( self,
     parent 
    )
    +
    + +

    Definition at line 33 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + +
    def topFrame.TopFrame.__del__ ( self)
    +
    + +

    Definition at line 318 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.__init__ ( self,
     parent 
    )
    +
    + +

    Definition at line 33 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + + + + + +
    def topFrame.TopFrame.__del__ ( self)
    +
    + +

    Definition at line 321 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    +

    Member Function Documentation

    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnCaptureRxStream ( self,
     event 
    )
    +
    + +

    Definition at line 392 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnCaptureRxStream ( self,
     event 
    )
    +
    + +

    Definition at line 395 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnCaptureTxStream ( self,
     event 
    )
    +
    + +

    Definition at line 395 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnCaptureTxStream ( self,
     event 
    )
    +
    + +

    Definition at line 398 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnCheckSQClick ( self,
     event 
    )
    +
    + +

    Definition at line 428 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnCheckSQClick ( self,
     event 
    )
    +
    + +

    Definition at line 431 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnClose ( self,
     event 
    )
    +
    + +

    Definition at line 347 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnClose ( self,
     event 
    )
    +
    + +

    Definition at line 350 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnCloseUpdateUI ( self,
     event 
    )
    +
    + +

    Definition at line 350 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnCloseUpdateUI ( self,
     event 
    )
    +
    + +

    Definition at line 353 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnCmdSliderScroll ( self,
     event 
    )
    +
    + +

    Definition at line 416 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnCmdSliderScroll ( self,
     event 
    )
    +
    + +

    Definition at line 419 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnCmdSliderScrollChanged ( self,
     event 
    )
    +
    + +

    Definition at line 422 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnCmdSliderScrollChanged ( self,
     event 
    )
    +
    + +

    Definition at line 425 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnCopy ( self,
     event 
    )
    +
    + +

    Definition at line 356 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnCopy ( self,
     event 
    )
    +
    + +

    Definition at line 359 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnCopyUpdateUI ( self,
     event 
    )
    +
    + +

    Definition at line 359 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnCopyUpdateUI ( self,
     event 
    )
    +
    + +

    Definition at line 362 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnCut ( self,
     event 
    )
    +
    + +

    Definition at line 362 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnCut ( self,
     event 
    )
    +
    + +

    Definition at line 365 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnCutUpdateUI ( self,
     event 
    )
    +
    + +

    Definition at line 365 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnCutUpdateUI ( self,
     event 
    )
    +
    + +

    Definition at line 368 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnExit ( self,
     event 
    )
    +
    + +

    Definition at line 353 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnExit ( self,
     event 
    )
    +
    + +

    Definition at line 356 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnHelpAbout ( self,
     event 
    )
    +
    + +

    Definition at line 407 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnHelpAbout ( self,
     event 
    )
    +
    + +

    Definition at line 410 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnHelpCheckUpdates ( self,
     event 
    )
    +
    + +

    Definition at line 401 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnHelpCheckUpdates ( self,
     event 
    )
    +
    + +

    Definition at line 404 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnHelpCheckUpdatesUI ( self,
     event 
    )
    +
    + +

    Definition at line 404 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnHelpCheckUpdatesUI ( self,
     event 
    )
    +
    + +

    Definition at line 407 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnOpen ( self,
     event 
    )
    +
    + +

    Definition at line 335 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnOpen ( self,
     event 
    )
    +
    + +

    Definition at line 338 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnOpenUpdateUI ( self,
     event 
    )
    +
    + +

    Definition at line 338 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnOpenUpdateUI ( self,
     event 
    )
    +
    + +

    Definition at line 341 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnPaste ( self,
     event 
    )
    +
    + +

    Definition at line 368 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnPaste ( self,
     event 
    )
    +
    + +

    Definition at line 371 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnPasteUpdateUI ( self,
     event 
    )
    +
    + +

    Definition at line 371 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnPasteUpdateUI ( self,
     event 
    )
    +
    + +

    Definition at line 374 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnPlayAudioFile ( self,
     event 
    )
    +
    + +

    Definition at line 398 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnPlayAudioFile ( self,
     event 
    )
    +
    + +

    Definition at line 401 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnSave ( self,
     event 
    )
    +
    + +

    Definition at line 341 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnSave ( self,
     event 
    )
    +
    + +

    Definition at line 344 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnSaveUpdateUI ( self,
     event 
    )
    +
    + +

    Definition at line 344 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnSaveUpdateUI ( self,
     event 
    )
    +
    + +

    Definition at line 347 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnSliderScrollBottom ( self,
     event 
    )
    +
    + +

    Definition at line 419 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnSliderScrollBottom ( self,
     event 
    )
    +
    + +

    Definition at line 422 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnSliderScrollTop ( self,
     event 
    )
    +
    + +

    Definition at line 425 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnSliderScrollTop ( self,
     event 
    )
    +
    + +

    Definition at line 428 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnTogBtnALCClick ( self,
     event 
    )
    +
    + +

    Definition at line 440 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnTogBtnALCClick ( self,
     event 
    )
    +
    + +

    Definition at line 443 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnTogBtnAnalogClick ( self,
     event 
    )
    +
    + +

    Definition at line 437 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnTogBtnAnalogClick ( self,
     event 
    )
    +
    + +

    Definition at line 440 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnTogBtnOnOff ( self,
     event 
    )
    +
    + +

    Definition at line 431 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnTogBtnOnOff ( self,
     event 
    )
    +
    + +

    Definition at line 434 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnTogBtnRxID ( self,
     event 
    )
    +
    + +

    Definition at line 410 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnTogBtnRxID ( self,
     event 
    )
    +
    + +

    Definition at line 413 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnTogBtnSplitClick ( self,
     event 
    )
    +
    + +

    Definition at line 434 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnTogBtnSplitClick ( self,
     event 
    )
    +
    + +

    Definition at line 437 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnTogBtnTXClick ( self,
     event 
    )
    +
    + +

    Definition at line 443 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnTogBtnTXClick ( self,
     event 
    )
    +
    + +

    Definition at line 446 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnTogBtnTxID ( self,
     event 
    )
    +
    + +

    Definition at line 413 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnTogBtnTxID ( self,
     event 
    )
    +
    + +

    Definition at line 416 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnToolsAudio ( self,
     event 
    )
    +
    + +

    Definition at line 374 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnToolsAudio ( self,
     event 
    )
    +
    + +

    Definition at line 377 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnToolsAudioUI ( self,
     event 
    )
    +
    + +

    Definition at line 377 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnToolsAudioUI ( self,
     event 
    )
    +
    + +

    Definition at line 380 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnToolsComCfg ( self,
     event 
    )
    +
    + +

    Definition at line 380 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnToolsComCfg ( self,
     event 
    )
    +
    + +

    Definition at line 383 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnToolsComCfgUI ( self,
     event 
    )
    +
    + +

    Definition at line 383 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnToolsComCfgUI ( self,
     event 
    )
    +
    + +

    Definition at line 386 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnToolsOptions ( self,
     event 
    )
    +
    + +

    Definition at line 386 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnToolsOptions ( self,
     event 
    )
    +
    + +

    Definition at line 389 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnToolsOptionsUI ( self,
     event 
    )
    +
    + +

    Definition at line 389 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.OnToolsOptionsUI ( self,
     event 
    )
    +
    + +

    Definition at line 392 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.topFrame_OnClose ( self,
     event 
    )
    +
    + +

    Definition at line 323 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.topFrame_OnClose ( self,
     event 
    )
    +
    + +

    Definition at line 326 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.topFrame_OnPaint ( self,
     event 
    )
    +
    + +

    Definition at line 326 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.topFrame_OnPaint ( self,
     event 
    )
    +
    + +

    Definition at line 329 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.topFrame_OnSize ( self,
     event 
    )
    +
    + +

    Definition at line 329 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.topFrame_OnSize ( self,
     event 
    )
    +
    + +

    Definition at line 332 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.topFrame_OnUpdateUI ( self,
     event 
    )
    +
    + +

    Definition at line 332 of file topFrame.py.

    + +

    +Here is the caller graph for this function:
    +
    +
    + +
    +

    + +
    +
    + +
    +
    + + + + + + + + + + + + + + + + + + +
    def topFrame.TopFrame.topFrame_OnUpdateUI ( self,
     event 
    )
    +
    + +

    Definition at line 335 of file topFrame.py.

    + +

    +Here is the call graph for this function:
    +
    +
    + +
    +

    + +
    +
    +

    Member Data Documentation

    + +
    +
    + + + + +
    topFrame.TopFrame.edit
    +
    + +

    Definition at line 58 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.TopFrame.file
    +
    + +

    Definition at line 41 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.TopFrame.help
    +
    + +

    Definition at line 100 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.TopFrame.m_auiNbookCtrl
    +
    + +

    Definition at line 154 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.TopFrame.m_btnTogTX
    +
    + +

    Definition at line 256 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.TopFrame.m_ckboxSQ
    +
    + +

    Definition at line 201 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.TopFrame.m_gaugeLevel
    +
    + +

    Definition at line 139 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.TopFrame.m_gaugeSNR
    +
    + +

    Definition at line 118 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.TopFrame.m_menubarMain
    +
    + +

    Definition at line 40 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.TopFrame.m_menuItemAbout
    +
    + +

    Definition at line 105 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.TopFrame.m_menuItemAudio
    +
    + +

    Definition at line 74 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.TopFrame.m_menuItemCaptRxStream
    +
    + +

    Definition at line 85 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.TopFrame.m_menuItemCaptTxStream
    +
    + +

    Definition at line 89 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.TopFrame.m_menuItemClose
    +
    + +

    Definition at line 48 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.TopFrame.m_menuItemCopy
    +
    + +

    Definition at line 59 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.TopFrame.m_menuItemCut
    +
    + +

    Definition at line 63 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.TopFrame.m_menuItemExit
    +
    + +

    Definition at line 53 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.TopFrame.m_menuItemHelpUpdates
    +
    + +

    Definition at line 101 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.TopFrame.m_menuItemOpen
    +
    + +

    Definition at line 42 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.TopFrame.m_menuItemOptions
    +
    + +

    Definition at line 80 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.TopFrame.m_menuItemPaste
    +
    + +

    Definition at line 67 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.TopFrame.m_menuItemPlayAudioFile
    +
    + +

    Definition at line 95 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.TopFrame.m_menuItemRigCtrlCfg
    +
    + +

    Definition at line 77 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.TopFrame.m_menuItemSave
    +
    + +

    Definition at line 45 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.TopFrame.m_sliderSQ
    +
    + +

    Definition at line 194 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.TopFrame.m_statusBar1
    +
    + +

    Definition at line 273 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.TopFrame.m_textSNR
    +
    + +

    Definition at line 125 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.TopFrame.m_togBtnALC
    +
    + +

    Definition at line 246 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.TopFrame.m_togBtnAnalog
    +
    + +

    Definition at line 236 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.TopFrame.m_togBtnOnOff
    +
    + +

    Definition at line 216 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.TopFrame.m_togBtnSplit
    +
    + +

    Definition at line 226 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.TopFrame.m_togRxID
    +
    + +

    Definition at line 175 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.TopFrame.m_togTxID
    +
    + +

    Definition at line 178 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.TopFrame.m_txtCtrl
    +
    + +

    Definition at line 167 of file topFrame.py.

    + +
    +
    + +
    +
    + + + + +
    topFrame.TopFrame.tools
    +
    + +

    Definition at line 73 of file topFrame.py.

    + +
    +
    +
    The documentation for this class was generated from the following files: diff --git a/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_top_frame__coll__graph.md5 b/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_top_frame__coll__graph.md5 index 556c365d..2bfd4dec 100644 --- a/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_top_frame__coll__graph.md5 +++ b/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_top_frame__coll__graph.md5 @@ -1 +1 @@ -6c3bbd4d71e78e53c1de0aed4e0c9fd6 \ No newline at end of file +304d8c9ebad0a3d1253a2f1c88844eee \ No newline at end of file diff --git a/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_top_frame__coll__graph.png b/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_top_frame__coll__graph.png index ea3c6f92..6824567e 100644 Binary files a/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_top_frame__coll__graph.png and b/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_top_frame__coll__graph.png differ diff --git a/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_top_frame__inherit__graph.md5 b/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_top_frame__inherit__graph.md5 index 556c365d..2bfd4dec 100644 --- a/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_top_frame__inherit__graph.md5 +++ b/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_top_frame__inherit__graph.md5 @@ -1 +1 @@ -6c3bbd4d71e78e53c1de0aed4e0c9fd6 \ No newline at end of file +304d8c9ebad0a3d1253a2f1c88844eee \ No newline at end of file diff --git a/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_top_frame__inherit__graph.png b/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_top_frame__inherit__graph.png index ea3c6f92..6824567e 100644 Binary files a/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_top_frame__inherit__graph.png and b/fdmdv2/fdmdv2-doc/html/classtop_frame_1_1_top_frame__inherit__graph.png differ diff --git a/fdmdv2/fdmdv2-doc/html/comp_8h_source.html b/fdmdv2/fdmdv2-doc/html/comp_8h_source.html index f787f6f6..3c3c269e 100644 --- a/fdmdv2/fdmdv2-doc/html/comp_8h_source.html +++ b/fdmdv2/fdmdv2-doc/html/comp_8h_source.html @@ -30,6 +30,7 @@
    -
    1 /*---------------------------------------------------------------------------*\
    +Go to the documentation of this file.
    1 /*---------------------------------------------------------------------------*\
    2 
    3  FILE........: comp.h
    4  AUTHOR......: David Rowe
    @@ -83,15 +85,15 @@
    32 
    33 typedef struct
    34 {
    -
    35  float real;
    -
    36  float imag;
    +
    35  float real;
    +
    36  float imag;
    37 } COMP;
    38 
    39 #endif
    diff --git a/fdmdv2/fdmdv2-doc/html/dlg__about_8h_source.html b/fdmdv2/fdmdv2-doc/html/dlg__about_8h_source.html index 00a263b5..f89e1002 100644 --- a/fdmdv2/fdmdv2-doc/html/dlg__about_8h_source.html +++ b/fdmdv2/fdmdv2-doc/html/dlg__about_8h_source.html @@ -30,6 +30,7 @@
    -
    1 //==========================================================================
    +Go to the documentation of this file.
    1 //==========================================================================
    2 // Name: dlg_about.h
    3 //
    4 // Purpose: Subclasses dialog GUI for Help/About.
    @@ -63,18 +65,18 @@
    12 #ifndef __ABOUT_DIALOG__
    13 #define __ABOUT_DIALOG__
    14 
    -
    15 #include "fdmdv2_main.h"
    +
    15 #include "fdmdv2_main.h"
    16 
    17 class AboutDlg : public DlgAbout
    18 {
    19  protected:
    20  // Handlers for DlgAbout events.
    -
    21  void OnInitDialog( wxInitDialogEvent& event );
    +
    21  void OnInitDialog( wxInitDialogEvent& event );
    22 
    23  public:
    25  AboutDlg( wxWindow* parent );
    -
    26  void ExchangeData(int inout);
    -
    27  void OnOK( wxCommandEvent& event );
    +
    26  void ExchangeData(int inout);
    +
    27  void OnOK( wxCommandEvent& event );
    28 
    29 };
    30 
    @@ -82,7 +84,7 @@
    diff --git a/fdmdv2/fdmdv2-doc/html/dlg__audio_8h_source.html b/fdmdv2/fdmdv2-doc/html/dlg__audio_8h_source.html index 09460aa3..47a50704 100644 --- a/fdmdv2/fdmdv2-doc/html/dlg__audio_8h_source.html +++ b/fdmdv2/fdmdv2-doc/html/dlg__audio_8h_source.html @@ -30,6 +30,7 @@
    -
    1 //==========================================================================
    +Go to the documentation of this file.
    1 //==========================================================================
    2 // Name: dlg_audio.h
    3 //
    4 // Purpose: Subclasses dialog GUI for audio devices/options.
    @@ -63,7 +65,7 @@
    12 #ifndef __AUDIO_DIALOG__
    13 #define __AUDIO_DIALOG__
    14 
    -
    15 #include "fdmdv2_main.h"
    +
    15 #include "fdmdv2_main.h"
    16 
    17 #include "portaudio.h"
    18 #include "portaudiocpp/PortAudioCpp.hxx"
    @@ -75,30 +77,30 @@
    24 {
    25  protected:
    26  // Handlers for DlgAudio events.
    -
    27  void OnCancel( wxCommandEvent& event );
    -
    28  void OnOK( wxCommandEvent& event );
    -
    29  void OnClose( wxCloseEvent& event );
    -
    30  void OnInitDialog( wxInitDialogEvent& event );
    -
    31  void OnApply( wxCommandEvent& event );
    -
    32  void populateStandardSampleRates(
    +
    27  void OnCancel( wxCommandEvent& event );
    +
    28  void OnOK( wxCommandEvent& event );
    +
    29  void OnClose( wxCloseEvent& event );
    +
    30  void OnInitDialog( wxInitDialogEvent& event );
    +
    31  void OnApply( wxCommandEvent& event );
    +
    33  wxComboBox* target,
    34  const portaudio::DirectionSpecificStreamParameters &inputParameters,
    35  const portaudio::DirectionSpecificStreamParameters &outputParameters);
    -
    36  int populateAudioInfo();
    +
    36  int populateAudioInfo();
    37  public:
    39  AudioDlg( wxWindow* parent );
    -
    40  void OnRxInputSelect( wxCommandEvent& event );
    -
    41  void OnTxOutputSelect( wxCommandEvent& event );
    -
    42  void OnVoiceInputSelect( wxCommandEvent& event );
    -
    43  void OnVoiceOutputSelect( wxCommandEvent& event );
    -
    44  void ExchangeData(int inout);
    +
    40  void OnRxInputSelect( wxCommandEvent& event );
    +
    41  void OnTxOutputSelect( wxCommandEvent& event );
    +
    42  void OnVoiceInputSelect( wxCommandEvent& event );
    +
    43  void OnVoiceOutputSelect( wxCommandEvent& event );
    +
    44  void ExchangeData(int inout);
    45 };
    46 
    47 #endif // __AUDIO_DIALOG__
    diff --git a/fdmdv2/fdmdv2-doc/html/dlg__comports_8h_source.html b/fdmdv2/fdmdv2-doc/html/dlg__comports_8h_source.html index 106d5cf4..940bda5c 100644 --- a/fdmdv2/fdmdv2-doc/html/dlg__comports_8h_source.html +++ b/fdmdv2/fdmdv2-doc/html/dlg__comports_8h_source.html @@ -30,6 +30,7 @@
    -
    1 //==========================================================================
    +Go to the documentation of this file.
    1 //==========================================================================
    2 // Name: dlg_options.h
    3 // Purpose: Subclasses dialog GUI for general program options.
    4 // (DlgOptions from topFrame.h)
    @@ -61,33 +63,35 @@
    10 #ifndef __COMPORTS_DIALOG__
    11 #define __COMPORTS_DIALOG__
    12 
    -
    13 #include "fdmdv2_main.h"
    -
    14 
    -
    15 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=
    -
    16 // Class ComPortsDlg
    -
    17 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=
    -
    18 class ComPortsDlg : public DlgComPorts
    -
    19 {
    -
    20  public:
    -
    22  ComPortsDlg( wxWindow* parent );
    -
    23  void ExchangeData(int inout);
    -
    24 
    -
    25  protected:
    -
    26  // Handlers for events.
    -
    27  void OnListItemSelected( wxListEvent& event );
    -
    28  void OnCancel( wxCommandEvent& event );
    -
    29  void OnOK( wxCommandEvent& event );
    -
    30  void OnClose( wxCloseEvent& event );
    -
    31  void OnInitDialog( wxInitDialogEvent& event );
    -
    32  void OnApply( wxCommandEvent& event );
    -
    33 
    -
    34 };
    +
    13 #include "fdmdv2_main.h"
    +
    14 #include "fdmdv2_hdw_ports.h"
    +
    15 
    +
    16 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=
    +
    17 // Class ComPortsDlg
    +
    18 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=
    +
    19 class ComPortsDlg : public DlgComPorts
    +
    20 {
    +
    21  public:
    +
    23  ComPortsDlg(wxWindow* parent);
    +
    24  void ExchangeData(int inout);
    +
    25  //ArrayOfPorts m_serialports;
    +
    26 
    +
    27  protected:
    +
    28  // Handlers for events.
    +
    29  void OnListItemSelected(wxListEvent& event);
    +
    30  void OnCancel(wxCommandEvent& event);
    +
    31  void OnOK(wxCommandEvent& event);
    +
    32  void OnClose(wxCloseEvent& event);
    +
    33  void OnInitDialog(wxInitDialogEvent& event);
    +
    34  void OnApply(wxCommandEvent& event);
    35 
    -
    36 #endif // __COMPORTS_DIALOG__
    +
    36 };
    +
    37 
    +
    38 #endif // __COMPORTS_DIALOG__
    diff --git a/fdmdv2/fdmdv2-doc/html/dlg__options_8h_source.html b/fdmdv2/fdmdv2-doc/html/dlg__options_8h_source.html index ffc0a587..5da2de90 100644 --- a/fdmdv2/fdmdv2-doc/html/dlg__options_8h_source.html +++ b/fdmdv2/fdmdv2-doc/html/dlg__options_8h_source.html @@ -30,6 +30,7 @@
    -
    1 //==========================================================================
    +Go to the documentation of this file.
    1 //==========================================================================
    2 // Name: dlg_options.h
    3 //
    4 // Purpose: Subclasses dialog GUI for general program options.
    @@ -63,7 +65,7 @@
    12 #ifndef __OPTIONS_DIALOG__
    13 #define __OPTIONS_DIALOG__
    14 
    -
    15 #include "fdmdv2_main.h"
    +
    15 #include "fdmdv2_main.h"
    16 
    17 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=
    18 // Class OptionsDlg
    @@ -72,21 +74,21 @@
    21 {
    22  protected:
    23  // Handlers for DlgOptions events.
    -
    24  void OnClose( wxCloseEvent& event );
    -
    25  void OnInitDialog( wxInitDialogEvent& event );
    +
    24  void OnClose( wxCloseEvent& event );
    +
    25  void OnInitDialog( wxInitDialogEvent& event );
    26  public:
    28  OptionsDlg( wxWindow* parent );
    -
    29  void ExchangeData(int inout);
    -
    30  void OnCancel( wxCommandEvent& event );
    -
    31  void OnOK( wxCommandEvent& event );
    -
    32  void OnApply( wxCommandEvent& event );
    +
    29  void ExchangeData(int inout);
    +
    30  void OnCancel( wxCommandEvent& event );
    +
    31  void OnOK( wxCommandEvent& event );
    +
    32  void OnApply( wxCommandEvent& event );
    33 };
    34 
    35 #endif // __OPTIONS_DIALOG__
    diff --git a/fdmdv2/fdmdv2-doc/html/fdmdv2__defines_8h_source.html b/fdmdv2/fdmdv2-doc/html/fdmdv2__defines_8h_source.html index e0ea9095..41308ffe 100644 --- a/fdmdv2/fdmdv2-doc/html/fdmdv2__defines_8h_source.html +++ b/fdmdv2/fdmdv2-doc/html/fdmdv2__defines_8h_source.html @@ -30,6 +30,7 @@
    -
    1 //==========================================================================
    +Go to the documentation of this file.
    1 //==========================================================================
    2 // Name: fdmdv2_defines.h
    3 // Purpose: Definitions used by plots derived from fdmdv2_plot class.
    4 // Created: August 27, 2012
    @@ -75,73 +77,61 @@
    24 //==========================================================================
    25 #ifndef __FDMDV2_DEFINES__
    26 #define __FDMDV2_DEFINES__
    -
    27 #include "wx/wx.h"
    -
    28 /* FFT points */
    -
    29 #define FDMDV_NSPEC 512
    -
    30 
    -
    31 #define MIN_DB -40.0
    -
    32 #define MAX_DB 0.0
    -
    33 #define BETA 0.1 // constant for time averageing spectrum data
    -
    34 #define MIN_HZ 0
    -
    35 #define MAX_HZ 4000
    -
    36 #define WATERFALL_SECS_Y 5 // number of seconds respresented by y axis of waterfall
    -
    37 #define DT 0.02 // time between samples
    -
    38 #define FS 8000 // FDMDV modem sample rate
    -
    39 
    -
    40 #define FDMDV_BITS_PER_FRAME 28 /* 20ms frames, 1400 bit/s */
    -
    41 #define FDMDV_NOM_SAMPLES_PER_FRAME 160 /* modulator output samples/frame and nominal demod samples/frame */
    -
    42  /* at 8000 Hz sample rate */
    -
    43 #define FDMDV_MAX_SAMPLES_PER_FRAME 200 /* max demod samples/frame, use this to allocate storage */
    -
    44 #define FDMDV_SCALE 1000 /* suggested scaling for 16 bit shorts */
    -
    45 #define FDMDV_NSYM 15
    -
    46 
    -
    47 #define MIN_DB -40.0
    -
    48 #define MAX_DB 0.0
    -
    49 #define BETA 0.1 // constant for time averageing spectrum data
    -
    50 #define MIN_HZ 0
    -
    51 #define MAX_HZ 4000
    -
    52 #define WATERFALL_SECS_Y 5 // number of seconds respresented by y axis of waterfall
    -
    53 #define DT 0.02 // time between samples
    -
    54 #define FS 8000 // FDMDV modem sample rate
    -
    55 
    -
    56 #define SCATTER_MEM (FDMDV_NSYM)*50
    -
    57 #define SCATTER_X_MAX 3.0
    -
    58 #define SCATTER_Y_MAX 3.0
    -
    59 
    -
    60 // main window params
    -
    61 #define W 1200
    -
    62 #define W3 (W/3)
    -
    63 #define H 600
    -
    64 #define H2 (H/2)
    -
    65 #define SP 20
    -
    66 
    -
    67 // sound card
    -
    68 #define SAMPLE_RATE 48000 // 48 kHz sampling rate rec. as we can trust accuracy of sound card
    -
    69 #define N8 FDMDV_NOM_SAMPLES_PER_FRAME // processing buffer size at 8 kHz
    -
    70 #define MEM8 (FDMDV_OS_TAPS/FDMDV_OS)
    -
    71 #define N48 (N8*FDMDV_OS) // processing buffer size at 48 kHz
    -
    72 #define NUM_CHANNELS 2 // I think most sound cards prefer stereo we will convert to mono
    -
    73 
    -
    74 #define BITS_PER_CODEC_FRAME (2 * FDMDV_BITS_PER_FRAME)
    -
    75 #define BYTES_PER_CODEC_FRAME (BITS_PER_CODEC_FRAME / 8)
    -
    76 
    -
    77 /* 8 to 48 kHz sample rate conversion */
    -
    78 #define FDMDV_OS 6 /* oversampling rate */
    -
    79 #define FDMDV_OS_TAPS 48 /* number of OS filter taps */
    -
    80 
    -
    81 enum
    -
    82 {
    -
    83  ID_ROTATE_LEFT = wxID_HIGHEST + 1,
    -
    84  ID_ROTATE_RIGHT,
    -
    85  ID_RESIZE,
    -
    86  ID_PAINT_BG
    -
    87 };
    -
    88 
    -
    89 #endif //__FDMDV2_DEFINES__
    +
    27 
    +
    28 #include "wx/wx.h"
    +
    29 #include "fdmdv.h"
    +
    30 
    +
    31 // Spectrogram and Waterfall
    +
    32 
    +
    33 #define FDMDV_NSPEC 512
    +
    34 
    +
    35 #define MIN_DB -40.0
    +
    36 #define MAX_DB 0.0
    +
    37 #define BETA 0.1 // constant for time averageing spectrum data
    +
    38 #define MIN_HZ 0
    +
    39 #define MAX_HZ 4000
    +
    40 #define WATERFALL_SECS_Y 5 // number of seconds respresented by y axis of waterfall
    +
    41 #define DT 0.02 // time between samples
    +
    42 #define FS 8000 // FDMDV modem sample rate
    +
    43 
    +
    44 // Scatter diagram
    +
    45 
    +
    46 #define SCATTER_MEM (FDMDV_NSYM)*50
    +
    47 #define SCATTER_X_MAX 3.0
    +
    48 #define SCATTER_Y_MAX 3.0
    +
    49 
    +
    50 // main window params
    +
    51 #define W 1200
    +
    52 #define W3 (W/3)
    +
    53 #define H 600
    +
    54 #define H2 (H/2)
    +
    55 #define SP 20
    +
    56 
    +
    57 // sample rate I/O & conversion constants
    +
    58 #define MAX_FPB 2048 // maximum value of framesPerBuffer
    +
    59 #define PA_FPB 512 // nominal value of framesPerBuffer
    +
    60 #define SAMPLE_RATE 48000 // 48 kHz sampling rate rec. as we can trust accuracy of sound card
    +
    61 #define N8 FDMDV_NOM_SAMPLES_PER_FRAME // processing buffer size at 8 kHz
    +
    62 #define MEM8 (FDMDV_OS_TAPS/FDMDV_OS)
    +
    63 #define N48 (N8*FDMDV_OS) // processing buffer size at 48 kHz
    +
    64 #define NUM_CHANNELS 2 // I think most sound cards prefer stereo we will convert to mono
    +
    65 
    +
    66 #define BITS_PER_CODEC_FRAME (2 * FDMDV_BITS_PER_FRAME)
    +
    67 #define BYTES_PER_CODEC_FRAME (BITS_PER_CODEC_FRAME / 8)
    +
    68 
    +
    69 enum
    +
    70 {
    +
    71  ID_ROTATE_LEFT = wxID_HIGHEST + 1,
    + + + +
    75 };
    +
    76 
    +
    77 #endif //__FDMDV2_DEFINES__
    diff --git a/fdmdv2/fdmdv2-doc/html/fdmdv2__main_8h_source.html b/fdmdv2/fdmdv2-doc/html/fdmdv2__main_8h_source.html index 0fa59998..37a819d0 100644 --- a/fdmdv2/fdmdv2-doc/html/fdmdv2__main_8h_source.html +++ b/fdmdv2/fdmdv2-doc/html/fdmdv2__main_8h_source.html @@ -30,6 +30,7 @@
    -
    1 //==========================================================================
    +Go to the documentation of this file.
    1 //==========================================================================
    2 // Name: fdmdv2_main.h
    3 //
    4 // Purpose: Declares simple wxWidgets application with GUI.
    @@ -63,247 +65,280 @@
    12 
    13 #include <wx/wx.h>
    14 
    -
    15 #include <wx/app.h>
    -
    16 #include "wx/rawbmp.h"
    -
    17 #include "wx/file.h"
    -
    18 #include "wx/filename.h"
    -
    19 #include "wx/config.h"
    -
    20 #include <wx/fileconf.h>
    -
    21 #include "wx/graphics.h"
    -
    22 #include "wx/mstream.h"
    -
    23 #include "wx/wfstream.h"
    -
    24 #include "wx/quantize.h"
    -
    25 #include "wx/scopedptr.h"
    -
    26 #include "wx/stopwatch.h"
    -
    27 #include "wx/versioninfo.h"
    -
    28 #include <wx/sound.h>
    -
    29 
    -
    30 #include "codec2.h"
    -
    31 #include "fdmdv.h"
    -
    32 
    -
    33 #include "topFrame.h"
    -
    34 #include "dlg_about.h"
    -
    35 #include "dlg_audio.h"
    -
    36 #include "dlg_options.h"
    -
    37 #include "dlg_comports.h"
    -
    38 #include "fdmdv2_plot.h"
    -
    39 #include "fdmdv2_plot_scalar.h"
    -
    40 #include "fdmdv2_plot_scatter.h"
    -
    41 #include "fdmdv2_plot_waterfall.h"
    -
    42 #include "fdmdv2_plot_spectrum.h"
    -
    43 #include "fdmdv2_pa_wrapper.h"
    -
    44 #include "sndfile.h"
    -
    45 #include "portaudio.h"
    -
    46 
    -
    47 #define USE_TIMER 1
    -
    48 
    -
    49 enum {
    -
    50  ID_START = wxID_HIGHEST,
    -
    51  ID_TIMER_WATERFALL,
    -
    52  ID_TIMER_SPECTRUM,
    -
    53  ID_TIMER_SCATTER,
    -
    54  ID_TIMER_SCALAR
    -
    55  };
    -
    56 
    -
    57 #define EXCHANGE_DATA_IN 0
    -
    58 #define EXCHANGE_DATA_OUT 1
    -
    59 
    -
    60 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=
    -
    61 // Class MainApp
    -
    62 //
    -
    63 // @class $(Name)
    -
    64 // @author $(User)
    -
    65 // @date $(Date)
    -
    66 // @file $(CurrentFileName).$(CurrentFileExt)
    -
    67 // @brief
    -
    68 //
    -
    69 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=
    -
    70 class MainApp : public wxApp
    -
    71 {
    -
    72  public:
    -
    73  virtual bool OnInit();
    -
    74  virtual int OnExit();
    -
    75 
    -
    76  wxString m_strVendName;
    -
    77  wxString m_StrAppName;
    -
    78 
    -
    79  wxRadioButton m_radioBtnPortAudio;
    -
    80  wxRadioButton m_radioBtnFileOnly;
    -
    81 
    -
    82  wxString m_textNumChOut;
    -
    83  wxString m_textNumChIn;
    -
    84 
    -
    85  wxString m_strRxInAudio;
    -
    86  wxString m_strRxOutAudio;
    -
    87  wxString m_textVoiceInput;
    -
    88  wxString m_textVoiceOutput;
    -
    89  wxString m_strSampleRate;
    -
    90  wxString m_strBitrate;
    -
    91 
    -
    92  wxString m_strRigCtrlPort;
    -
    93  wxString m_strRigCtrlBaud;
    -
    94  wxString m_strRigCtrlDatabits;
    -
    95  wxString m_strRigCtrlStopbits;
    -
    96  wxString m_strRigCtrlParity;
    -
    97 
    -
    98  wxRect m_rTopWindow;
    -
    99 
    -
    100  bool loadConfig();
    -
    101  bool saveConfig();
    -
    102 
    -
    103  protected:
    -
    104 };
    -
    105 
    -
    106 // declare global static function wxGetApp()
    -
    107 DECLARE_APP(MainApp)
    -
    108 
    -
    109 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=
    -
    110 // Class MainFrame
    -
    111 //
    -
    112 // @class $(Name)
    -
    113 // @author $(User)
    -
    114 // @date $(Date)
    -
    115 // @file $(CurrentFileName).$(CurrentFileExt)
    -
    116 // @brief
    -
    117 //
    -
    118 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=
    -
    119 class MainFrame : public TopFrame
    -
    120 {
    -
    121  public:
    -
    122  MainFrame(wxWindow *parent);
    -
    123  virtual ~MainFrame();
    -
    124 
    -
    125  PlotPanel* m_panelDefaultA;
    -
    126  PlotSpectrum* m_panelSpectrum;
    -
    127  PlotWaterfall* m_panelWaterfall;
    -
    128  PlotScatter* m_panelScatter;
    -
    129  PlotScalar* m_panelScalar;
    -
    130  bool m_SquelchActive;
    -
    131  bool m_RxRunning;
    -
    132  bool m_TxRunning;
    -
    133  CODEC2 *m_RXCodec2;
    -
    134  CODEC2 *m_TXCodec2;
    -
    135  PortAudioWrap *m_rxPa;
    -
    136  PortAudioWrap *m_txPa;
    -
    137  PaDeviceIndex m_rxDevIn;
    -
    138  PaDeviceIndex m_rxDevOut;
    -
    139  PaDeviceIndex m_txDevIn;
    -
    140  PaDeviceIndex m_txDevOut;
    -
    141  PaError m_rxErr;
    -
    142  PaError m_txErr;
    -
    143  wxSound *m_sound;
    -
    144  struct FDMDV *m_pFDMDV_state;
    -
    145  wxTimer m_plotTimer;
    -
    146 
    -
    147  static int rxCallback(
    -
    148  const void *inBuffer,
    -
    149  void *outBuffer,
    -
    150  unsigned long framesPerBuffer,
    -
    151  const PaStreamCallbackTimeInfo *outTime,
    -
    152  PaStreamCallbackFlags statusFlags,
    -
    153  void *userData
    -
    154  );
    -
    155  static int txCallback(
    -
    156  const void *inBuffer,
    -
    157  void *outBuffer,
    -
    158  unsigned long framesPerBuffer,
    -
    159  const PaStreamCallbackTimeInfo *outTime,
    -
    160  PaStreamCallbackFlags statusFlags,
    -
    161  void *userData
    -
    162  );
    -
    163 
    -
    164  void per_frame_rx_processing(
    -
    165  short output_buf[], // output buf of decoded speech samples
    -
    166  int *n_output_buf, // how many samples currently in output_buf[]
    -
    167  int codec_bits[], // current frame of bits for decoder
    -
    168  short input_buf[], // input buf of modem samples input to demod
    -
    169  int *n_input_buf, // how many samples currently in input_buf[]
    -
    170  int *nin, // amount of samples demod needs for next call
    -
    171  int *state, // used to collect codec_bits[] halves
    -
    172  struct CODEC2 *c2 // Codec 2 states
    -
    173  );
    +
    15 #include <wx/tglbtn.h>
    +
    16 #include <wx/app.h>
    +
    17 #include "wx/rawbmp.h"
    +
    18 #include "wx/file.h"
    +
    19 #include "wx/filename.h"
    +
    20 #include "wx/config.h"
    +
    21 #include <wx/fileconf.h>
    +
    22 #include "wx/graphics.h"
    +
    23 #include "wx/mstream.h"
    +
    24 #include "wx/wfstream.h"
    +
    25 #include "wx/quantize.h"
    +
    26 #include "wx/scopedptr.h"
    +
    27 #include "wx/stopwatch.h"
    +
    28 #include "wx/versioninfo.h"
    +
    29 #include <wx/sound.h>
    +
    30 
    +
    31 #include "codec2.h"
    +
    32 #include "fdmdv.h"
    +
    33 #include "fifo.h"
    +
    34 
    +
    35 #include "topFrame.h"
    +
    36 #include "dlg_about.h"
    +
    37 #include "dlg_audio.h"
    +
    38 #include "dlg_options.h"
    +
    39 #include "dlg_comports.h"
    +
    40 #include "fdmdv2_plot.h"
    +
    41 #include "fdmdv2_plot_scalar.h"
    +
    42 #include "fdmdv2_plot_scatter.h"
    +
    43 #include "fdmdv2_plot_waterfall.h"
    +
    44 #include "fdmdv2_plot_spectrum.h"
    +
    45 #include "fdmdv2_pa_wrapper.h"
    +
    46 #include "sndfile.h"
    +
    47 #include "portaudio.h"
    +
    48 
    +
    49 #define _USE_TIMER 1
    +
    50 #define _DUMMY_DATA 1
    +
    51 //#define _AUDIO_PASSTHROUGH 1
    +
    52 
    +
    53 enum {
    +
    54  ID_START = wxID_HIGHEST,
    + + + + +
    59  };
    +
    60 
    +
    61 #define EXCHANGE_DATA_IN 0
    +
    62 #define EXCHANGE_DATA_OUT 1
    +
    63 
    +
    64 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=
    +
    65 // Class MainApp
    +
    66 //
    +
    67 // @class $(Name)
    +
    68 // @author $(User)
    +
    69 // @date $(Date)
    +
    70 // @file $(CurrentFileName).$(CurrentFileExt)
    +
    71 // @brief
    +
    72 //
    +
    73 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=
    +
    74 class MainApp : public wxApp
    +
    75 {
    +
    76  public:
    +
    77  virtual bool OnInit();
    +
    78  virtual int OnExit();
    +
    79 
    +
    80  wxString m_strVendName;
    +
    81  wxString m_StrAppName;
    +
    82 
    +
    83 // wxRadioButton m_radioBtnPortAudio;
    +
    84 // wxRadioButton m_radioBtnFileOnly;
    +
    85 
    +
    86  wxString m_textNumChOut;
    +
    87  wxString m_textNumChIn;
    +
    88 
    +
    89  wxString m_strRxInAudio;
    +
    90  wxString m_strRxOutAudio;
    +
    91  wxString m_textVoiceInput;
    + +
    93  wxString m_strSampleRate;
    +
    94  wxString m_strBitrate;
    +
    95 
    +
    96  wxString m_strRigCtrlPort;
    +
    97  wxString m_strRigCtrlBaud;
    + + + +
    101 
    +
    102  wxRect m_rTopWindow;
    +
    103 
    +
    104  bool loadConfig();
    +
    105  bool saveConfig();
    +
    106 
    +
    107  protected:
    +
    108 };
    +
    109 
    +
    110 // declare global static function wxGetApp()
    +
    111 DECLARE_APP(MainApp)
    +
    112 
    +
    113 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=
    +
    114 // paCallBackData
    +
    115 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=
    +
    116 typedef struct
    +
    117 {
    + + +
    120 // float *mag_dB;
    +
    121  float in48k[FDMDV_OS_TAPS + N48];
    +
    122  float in8k[MEM8 + N8];
    +
    123  struct FIFO *infifo;
    +
    124  struct FIFO *outfifo;
    + +
    126 
    +
    127 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=
    +
    128 // Class MainFrame
    +
    129 //
    +
    130 // @class $(Name)
    +
    131 // @author $(User)
    +
    132 // @date $(Date)
    +
    133 // @file $(CurrentFileName).$(CurrentFileExt)
    +
    134 // @brief
    +
    135 //
    +
    136 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=
    +
    137 class MainFrame : public TopFrame
    +
    138 {
    +
    139  public:
    +
    140  MainFrame(wxWindow *parent);
    +
    141  virtual ~MainFrame();
    +
    142 
    +
    143 // PlotPanel* m_panelDefaultA;
    + + + + + + + + + + + +
    155  PaDeviceIndex m_rxDevIn;
    +
    156  PaDeviceIndex m_rxDevOut;
    +
    157  PaDeviceIndex m_txDevIn;
    +
    158  PaDeviceIndex m_txDevOut;
    +
    159  PaError m_rxErr;
    +
    160  PaError m_txErr;
    +
    161  wxSound *m_sound;
    +
    162 #ifdef _USE_TIMER
    +
    163  wxTimer m_plotTimer;
    +
    164 #endif
    +
    165 
    +
    166  static int rxCallback(
    +
    167  const void *inBuffer,
    +
    168  void *outBuffer,
    +
    169  unsigned long framesPerBuffer,
    +
    170  const PaStreamCallbackTimeInfo *outTime,
    +
    171  PaStreamCallbackFlags statusFlags,
    +
    172  void *userData
    +
    173  );
    174 
    -
    175  protected:
    -
    176  // protected event handlers
    -
    177  virtual void OnCloseFrame(wxCloseEvent& event);
    -
    178  virtual void OnExitClick(wxCommandEvent& event);
    -
    179  //void OnQuit(wxCommandEvent& event);
    -
    180 
    -
    181  void averageData(float mag_dB[]);
    -
    182  void startTxStream();
    -
    183  void startRxStream();
    -
    184  void stopTxStream();
    -
    185  void stopRxStream();
    -
    186  void abortTxStream();
    -
    187  void abortRxStream();
    -
    188 
    -
    189  void OnOpen( wxCommandEvent& event );
    -
    190  void OnOpenUpdateUI( wxUpdateUIEvent& event );
    -
    191  void OnSave( wxCommandEvent& event );
    -
    192  void OnSaveUpdateUI( wxUpdateUIEvent& event );
    -
    193  void OnClose( wxCommandEvent& event );
    -
    194  void OnCloseUpdateUI( wxUpdateUIEvent& event );
    -
    195  void OnExit( wxCommandEvent& event );
    -
    196  void OnCopy( wxCommandEvent& event );
    -
    197  void OnCopyUpdateUI( wxUpdateUIEvent& event );
    -
    198  void OnCut( wxCommandEvent& event );
    -
    199  void OnCutUpdateUI( wxUpdateUIEvent& event );
    -
    200  void OnPaste( wxCommandEvent& event );
    -
    201  void OnPasteUpdateUI( wxUpdateUIEvent& event );
    -
    202  void OnToolsAudio( wxCommandEvent& event );
    -
    203  void OnToolsAudioUI( wxUpdateUIEvent& event );
    -
    204  void OnToolsComCfg( wxCommandEvent& event );
    -
    205  void OnToolsComCfgUI( wxUpdateUIEvent& event );
    -
    206  void OnToolsOptions( wxCommandEvent& event );
    -
    207  void OnToolsOptionsUI( wxUpdateUIEvent& event );
    -
    208  void OnCaptureRxStream( wxCommandEvent& event );
    -
    209  void OnCaptureTxStream( wxCommandEvent& event );
    -
    210  void OnPlayAudioFile( wxCommandEvent& event );
    -
    211  void OnHelpCheckUpdates( wxCommandEvent& event );
    -
    212  void OnHelpCheckUpdatesUI( wxUpdateUIEvent& event );
    -
    213  void OnHelpAbout( wxCommandEvent& event );
    -
    214  void OnCmdSliderScroll( wxScrollEvent& event );
    -
    215  void OnSliderScrollBottom( wxScrollEvent& event );
    -
    216  void OnCmdSliderScrollChanged( wxScrollEvent& event );
    -
    217  void OnSliderScrollTop( wxScrollEvent& event );
    -
    218  void OnCheckSQClick( wxCommandEvent& event );
    -
    219 
    -
    220  // Toggle Buttons
    -
    221  void OnTogBtnSplitClick(wxCommandEvent& event);
    -
    222  void OnTogBtnAnalogClick(wxCommandEvent& event);
    -
    223  void OnTogBtnALCClick(wxCommandEvent& event);
    -
    224  void OnTogBtnRxID( wxCommandEvent& event );
    -
    225  void OnTogBtnTxID( wxCommandEvent& event );
    -
    226  void OnTogBtnTXClick( wxCommandEvent& event );
    -
    227  void OnTogBtnOnOff( wxCommandEvent& event );
    -
    228 
    -
    229  //System Events
    -
    230  void OnPaint(wxPaintEvent& event);
    -
    231  void OnClose( wxCloseEvent& event );
    -
    232  void OnSize( wxSizeEvent& event );
    -
    233  void OnUpdateUI( wxUpdateUIEvent& event );
    -
    234  void OnTimer(wxTimerEvent &evt);
    -
    235 
    -
    236  void OnDeleteConfig(wxCommandEvent&);
    -
    237 
    -
    238  wxString LoadUserImage(wxImage& image);
    +
    175  static int txCallback(
    +
    176  const void *inBuffer,
    +
    177  void *outBuffer,
    +
    178  unsigned long framesPerBuffer,
    +
    179  const PaStreamCallbackTimeInfo *outTime,
    +
    180  PaStreamCallbackFlags statusFlags,
    +
    181  void *userData
    +
    182  );
    +
    183 
    +
    184  static void per_frame_rx_processing(
    +
    185  short output_buf[], // output buf of decoded speech samples
    +
    186  int *n_output_buf, // how many samples currently in output_buf[]
    +
    187  int codec_bits[], // current frame of bits for decoder
    +
    188  short input_buf[], // input buf of modem samples input to demod
    +
    189  int *n_input_buf, // how many samples currently in input_buf[]
    +
    190  int *nin, // amount of samples demod needs for next call
    +
    191  int *state, // used to collect codec_bits[] halves
    +
    192  struct CODEC2 *c2 // Codec 2 states
    +
    193  );
    +
    194 
    +
    195  protected:
    +
    196  // protected event handlers
    +
    197  virtual void OnCloseFrame(wxCloseEvent& event);
    +
    198  virtual void OnExitClick(wxCommandEvent& event);
    +
    199  //void OnQuit(wxCommandEvent& event);
    +
    200 
    +
    201  void averageData(float mag_dB[]);
    +
    202  void startTxStream();
    +
    203  void startRxStream();
    +
    204  void stopTxStream();
    +
    205  void stopRxStream();
    +
    206  void abortTxStream();
    +
    207  void abortRxStream();
    +
    208 
    +
    209  void OnOpen( wxCommandEvent& event );
    +
    210  void OnOpenUpdateUI( wxUpdateUIEvent& event );
    +
    211  void OnSave( wxCommandEvent& event );
    +
    212  void OnSaveUpdateUI( wxUpdateUIEvent& event );
    +
    213  void OnClose( wxCommandEvent& event );
    +
    214  void OnCloseUpdateUI( wxUpdateUIEvent& event );
    +
    215  void OnExit( wxCommandEvent& event );
    +
    216  void OnCopy( wxCommandEvent& event );
    +
    217  void OnCopyUpdateUI( wxUpdateUIEvent& event );
    +
    218  void OnCut( wxCommandEvent& event );
    +
    219  void OnCutUpdateUI( wxUpdateUIEvent& event );
    +
    220  void OnPaste( wxCommandEvent& event );
    +
    221  void OnPasteUpdateUI( wxUpdateUIEvent& event );
    +
    222  void OnToolsAudio( wxCommandEvent& event );
    +
    223  void OnToolsAudioUI( wxUpdateUIEvent& event );
    +
    224  void OnToolsComCfg( wxCommandEvent& event );
    +
    225  void OnToolsComCfgUI( wxUpdateUIEvent& event );
    +
    226  void OnToolsOptions( wxCommandEvent& event );
    +
    227  void OnToolsOptionsUI( wxUpdateUIEvent& event );
    +
    228  void OnCaptureRxStream( wxCommandEvent& event );
    +
    229  void OnCaptureTxStream( wxCommandEvent& event );
    +
    230  void OnPlayAudioFile( wxCommandEvent& event );
    +
    231  void OnHelpCheckUpdates( wxCommandEvent& event );
    +
    232  void OnHelpCheckUpdatesUI( wxUpdateUIEvent& event );
    +
    233  void OnHelpAbout( wxCommandEvent& event );
    +
    234  void OnCmdSliderScroll( wxScrollEvent& event );
    +
    235  void OnSliderScrollBottom( wxScrollEvent& event );
    +
    236  void OnCmdSliderScrollChanged( wxScrollEvent& event );
    +
    237  void OnSliderScrollTop( wxScrollEvent& event );
    +
    238  void OnCheckSQClick( wxCommandEvent& event );
    239 
    -
    240  private:
    -
    241  bool CreateSound(wxSound& snd) const;
    -
    242  wxString m_soundFile;
    -
    243 #ifdef __WXMSW__
    -
    244 // wxString m_soundRes;
    -
    245 #endif // __WXMSW__
    -
    246  bool m_useMemory;
    -
    247  wxTextCtrl* m_tc;
    -
    248  int m_zoom;
    -
    249 };
    +
    240  // Toggle Buttons
    +
    241  void OnTogBtnSplitClick(wxCommandEvent& event);
    +
    242  void OnTogBtnAnalogClick(wxCommandEvent& event);
    +
    243  void OnTogBtnALCClick(wxCommandEvent& event);
    +
    244  void OnTogBtnRxID( wxCommandEvent& event );
    +
    245  void OnTogBtnTxID( wxCommandEvent& event );
    +
    246  void OnTogBtnTXClick( wxCommandEvent& event );
    +
    247  void OnTogBtnOnOff( wxCommandEvent& event );
    +
    248  void OnTogBtnLoopRx( wxCommandEvent& event );
    +
    249  void OnTogBtnLoopTx( wxCommandEvent& event );
    250 
    -
    251 #endif //__FDMDV2_MAIN__
    +
    251  void OnTogBtnSplitClickUI(wxUpdateUIEvent& event);
    +
    252  void OnTogBtnAnalogClickUI(wxUpdateUIEvent& event);
    +
    253  void OnTogBtnALCClickUI(wxUpdateUIEvent& event);
    +
    254  void OnTogBtnRxIDUI(wxUpdateUIEvent& event );
    +
    255  void OnTogBtnTxIDUI(wxUpdateUIEvent& event );
    +
    256  void OnTogBtnTXClickUI(wxUpdateUIEvent& event );
    +
    257  void OnTogBtnOnOffUI(wxUpdateUIEvent& event );
    +
    258 
    +
    259  //System Events
    +
    260  void OnPaint(wxPaintEvent& event);
    +
    261  void OnClose( wxCloseEvent& event );
    +
    262  void OnSize( wxSizeEvent& event );
    +
    263  void OnUpdateUI( wxUpdateUIEvent& event );
    +
    264  void OnDeleteConfig(wxCommandEvent&);
    +
    265 #ifdef _USE_TIMER
    +
    266  void OnTimer(wxTimerEvent &evt);
    +
    267 #else
    +
    268  void OnIdle(wxIdleEvent &evt);
    +
    269 #endif
    +
    270 
    +
    271  wxString LoadUserImage(wxImage& image);
    +
    272 
    +
    273  private:
    +
    274  bool CreateSound(wxSound& snd) const;
    +
    275  wxString m_soundFile;
    +
    276 #ifdef __WXMSW__
    +
    277 // wxString m_soundRes;
    +
    278 #endif // __WXMSW__
    +
    279  bool m_useMemory;
    +
    280  wxTextCtrl* m_tc;
    +
    281  int m_zoom;
    +
    282 };
    +
    283 
    +
    284 #endif //__FDMDV2_MAIN__
    diff --git a/fdmdv2/fdmdv2-doc/html/fdmdv2__pa__wrapper_8h_source.html b/fdmdv2/fdmdv2-doc/html/fdmdv2__pa__wrapper_8h_source.html index 7a4c14f0..1e998631 100644 --- a/fdmdv2/fdmdv2-doc/html/fdmdv2__pa__wrapper_8h_source.html +++ b/fdmdv2/fdmdv2-doc/html/fdmdv2__pa__wrapper_8h_source.html @@ -30,6 +30,7 @@
    -
    1 //==========================================================================
    +Go to the documentation of this file.
    1 //==========================================================================
    2 // Name: fdmdv2_pa_wrapper.h
    3 // Purpose: Defines a wrapper class around PortAudio
    4 // Created: August 12, 2012
    @@ -74,23 +76,23 @@
    23 //==========================================================================
    24 #include <stdio.h>
    25 #include <math.h>
    -
    26 #include "fdmdv2_defines.h"
    +
    26 #include "fdmdv2_defines.h"
    27 #include "fdmdv.h"
    28 #include "codec2.h"
    29 #include "portaudio.h"
    30 
    -
    31 #define PA_SAMPLE_TYPE paFloat32 //paInt16
    -
    32 #define FRAMES_PER_BUFFER (64)
    +
    31 #define PA_SAMPLE_TYPE paInt16 //paFloat32
    +
    32 #define FRAMES_PER_BUFFER (64)
    33 
    -
    34 typedef float SAMPLE;
    +
    34 typedef float SAMPLE;
    35 
    37 {
    38  public:
    -
    39  PortAudioWrap();
    -
    40  ~PortAudioWrap();
    +
    39  PortAudioWrap();
    +
    41 
    -
    42  float m_av_mag[FDMDV_NSPEC];
    +
    42 // float m_av_mag[FDMDV_NSPEC];
    43 
    44  private:
    45  PaStream *m_pStream;
    @@ -108,68 +110,68 @@
    57 
    58  public:
    59 
    -
    60  void averageData(float mag_dB[]);
    +
    60  void averageData(float mag_dB[]);
    61 
    -
    62  PaDeviceIndex getDefaultInputDevice();
    -
    63  PaDeviceIndex getDefaultOutputDevice();
    -
    64  PaStreamParameters *getDeviceInfo(PaDeviceIndex idx);
    +
    62  PaDeviceIndex getDefaultInputDevice();
    +
    63  PaDeviceIndex getDefaultOutputDevice();
    +
    64  PaStreamParameters *getDeviceInfo(PaDeviceIndex idx);
    65 
    -
    66  PaError setFramesPerBuffer(unsigned long size);
    -
    67  PaError setSampleRate(unsigned long size);
    +
    66  PaError setFramesPerBuffer(unsigned long size);
    +
    67  PaError setSampleRate(unsigned long size);
    68 
    -
    69  PaError setStreamFlags(PaStreamFlags flags);
    -
    70  PaError setCallback(PaStreamCallback *m_pStreamCallback);
    -
    71  PaError setStreamCallback(PaStream *stream, PaStreamCallback* callback) { m_pStreamCallback = callback; return 0;}
    -
    72  PaError setStreamFinishedCallback(PaStream *stream, PaStreamFinishedCallback* m_pStreamFinishedCallback);
    +
    69  PaError setStreamFlags(PaStreamFlags flags);
    +
    70  PaError setCallback(PaStreamCallback *m_pStreamCallback);
    +
    71  PaError setStreamCallback(PaStream *stream, PaStreamCallback* callback) { m_pStreamCallback = callback; return 0;}
    +
    72  PaError setStreamFinishedCallback(PaStream *stream, PaStreamFinishedCallback* m_pStreamFinishedCallback);
    73 
    -
    74  void setInputBuffer(const PaStreamParameters& inputBuffer) {this->m_inputBuffer = inputBuffer;}
    -
    75  PaError setInputDevice(PaDeviceIndex dev);
    -
    76  PaError setInputChannelCount(int count);
    -
    77  int getInputChannelCount();
    -
    78  PaError setInputSampleFormat(PaSampleFormat format);
    -
    79  PaError setInputSampleRate(PaSampleFormat format);
    -
    80  PaError setInputLatency(PaTime latency);
    -
    81  void setInputHostApiStreamInfo(void *info = NULL);
    -
    82  PaTime getInputDefaultLowLatency();
    -
    83  const char *getDeviceName(PaDeviceIndex dev);
    +
    74  void setInputBuffer(const PaStreamParameters& inputBuffer) {this->m_inputBuffer = inputBuffer;}
    +
    75  PaError setInputDevice(PaDeviceIndex dev);
    +
    76  PaError setInputChannelCount(int count);
    + +
    78  PaError setInputSampleFormat(PaSampleFormat format);
    +
    79  PaError setInputSampleRate(PaSampleFormat format);
    +
    80  PaError setInputLatency(PaTime latency);
    +
    81  void setInputHostApiStreamInfo(void *info = NULL);
    + +
    83  const char *getDeviceName(PaDeviceIndex dev);
    84 
    -
    85  PaError setOutputDevice(PaDeviceIndex dev);
    -
    86  PaError setOutputChannelCount(int count);
    -
    87  const int getOutputChannelCount();
    -
    88  PaError setOutputSampleFormat(PaSampleFormat format);
    -
    89  PaError setOutputLatency(PaTime latency);
    -
    90  void setOutputHostApiStreamInfo(void *info = NULL);
    -
    91  PaTime getOutputDefaultLowLatency();
    +
    85  PaError setOutputDevice(PaDeviceIndex dev);
    +
    86  PaError setOutputChannelCount(int count);
    +
    87  const int getOutputChannelCount();
    +
    88  PaError setOutputSampleFormat(PaSampleFormat format);
    +
    89  PaError setOutputLatency(PaTime latency);
    +
    90  void setOutputHostApiStreamInfo(void *info = NULL);
    +
    92 
    -
    93  void setFdmdvState(FDMDV* fdmdv_state) {this->m_pFDMDV_state = fdmdv_state;}
    -
    94  void setOutputBuffer(const PaStreamParameters& outputBuffer) {this->m_outputBuffer = outputBuffer;}
    -
    95  void setTimeInfo(PaStreamCallbackTimeInfo* timeInfo) {this->m_pTimeInfo = timeInfo;}
    -
    96  void setUserData(void* userData) {this->m_pUserData = userData;}
    -
    97  unsigned long getFramesPerBuffer() const {return m_framesPerBuffer;}
    -
    98  const PaStreamParameters& getInputBuffer() const {return m_inputBuffer;}
    -
    99  const PaStreamParameters& getOutputBuffer() const {return m_outputBuffer;}
    -
    100  const PaStreamCallbackFlags& getStatusFlags() const {return m_statusFlags;}
    +
    93  void setFdmdvState(FDMDV* fdmdv_state) {this->m_pFDMDV_state = fdmdv_state;}
    +
    94  void setOutputBuffer(const PaStreamParameters& outputBuffer) {this->m_outputBuffer = outputBuffer;}
    +
    95  void setTimeInfo(PaStreamCallbackTimeInfo* timeInfo) {this->m_pTimeInfo = timeInfo;}
    +
    96  void setUserData(void* userData) {this->m_pUserData = userData;}
    +
    97  unsigned long getFramesPerBuffer() const {return m_framesPerBuffer;}
    +
    98  const PaStreamParameters& getInputBuffer() const {return m_inputBuffer;}
    +
    99  const PaStreamParameters& getOutputBuffer() const {return m_outputBuffer;}
    +
    100  const PaStreamCallbackFlags& getStatusFlags() const {return m_statusFlags;}
    101 
    -
    102  FDMDV* getFdmdvState() {return m_pFDMDV_state;}
    -
    103  int getSamplerate() const {return m_samplerate;}
    -
    104  PaStream* getStream() {return m_pStream;}
    -
    105  void *getUserData() {return m_pUserData;}
    -
    106  bool getDataAvail() {return m_newdata;}
    -
    107  PaError streamStart();
    -
    108  PaError streamClose();
    -
    109  PaError streamOpen();
    -
    110  void terminate();
    -
    111  void stop();
    -
    112  void abort();
    -
    113  bool isOpen() const;
    -
    114  bool isStopped() const;
    -
    115  bool isActive() const;
    -
    116  void loadData();
    +
    102  FDMDV* getFdmdvState() {return m_pFDMDV_state;}
    +
    103  int getSamplerate() const {return m_samplerate;}
    +
    104  PaStream* getStream() {return m_pStream;}
    +
    105  void *getUserData() {return m_pUserData;}
    +
    106  bool getDataAvail() {return m_newdata;}
    +
    107  PaError streamStart();
    +
    108  PaError streamClose();
    +
    109  PaError streamOpen();
    +
    110  void terminate();
    +
    111  void stop();
    +
    112  void abort();
    +
    113  bool isOpen() const;
    +
    114  bool isStopped() const;
    +
    115  bool isActive() const;
    +
    116 // void loadData();
    117 };
    diff --git a/fdmdv2/fdmdv2-doc/html/fdmdv2__plot_8h_source.html b/fdmdv2/fdmdv2-doc/html/fdmdv2__plot_8h_source.html index 0b2ec535..ce256f35 100644 --- a/fdmdv2/fdmdv2-doc/html/fdmdv2__plot_8h_source.html +++ b/fdmdv2/fdmdv2-doc/html/fdmdv2__plot_8h_source.html @@ -30,6 +30,7 @@
    -
    1 //==========================================================================
    +Go to the documentation of this file.
    1 //==========================================================================
    2 // Name: fdmdv2_plot.h
    3 // Purpose: Declares simple wxWidgets application with GUI
    4 // Created: Apr. 10, 2012
    @@ -67,51 +69,51 @@
    16 #include <wx/image.h>
    17 #include <wx/dcbuffer.h>
    18 
    -
    19 #define MAX_ZOOM 7
    -
    20 #define MAX_BMP_X (400 * MAX_ZOOM)
    -
    21 #define MAX_BMP_Y (400 * MAX_ZOOM)
    -
    22 #define DATA_LINE_HEIGHT 10
    -
    23 #define TEXT_BASELINE_OFFSET_Y -5
    +
    19 #define MAX_ZOOM 7
    +
    20 #define MAX_BMP_X (400 * MAX_ZOOM)
    +
    21 #define MAX_BMP_Y (400 * MAX_ZOOM)
    +
    22 #define DATA_LINE_HEIGHT 10
    +
    23 #define TEXT_BASELINE_OFFSET_Y -5
    24 
    25 
    -
    26 #define wxUSE_FILEDLG 1
    -
    27 #define wxUSE_LIBPNG 1
    -
    28 #define wxUSE_LIBJPEG 1
    -
    29 #define wxUSE_GIF 1
    -
    30 #define wxUSE_PCX 1
    -
    31 #define wxUSE_LIBTIFF 1
    +
    26 #define wxUSE_FILEDLG 1
    +
    27 #define wxUSE_LIBPNG 1
    +
    28 #define wxUSE_LIBJPEG 1
    +
    29 #define wxUSE_GIF 1
    +
    30 #define wxUSE_PCX 1
    +
    31 #define wxUSE_LIBTIFF 1
    32 
    -
    33 #define PLOT_BORDER 3
    -
    34 #define XLEFT_OFFSET 30
    -
    35 #define XLEFT_TEXT_OFFSET 8
    -
    36 #define YBOTTOM_OFFSET 25
    -
    37 #define GRID_INCREMENT 50
    +
    33 #define PLOT_BORDER 3
    +
    34 #define XLEFT_OFFSET 30
    +
    35 #define XLEFT_TEXT_OFFSET 8
    +
    36 #define YBOTTOM_OFFSET 25
    +
    37 #define GRID_INCREMENT 50
    38 
    -
    39 #define BLACK_COLOR wxColor(0x00, 0x00, 0x00)
    -
    40 #define GREY_COLOR wxColor(0x80, 0x80, 0x80)
    -
    41 #define DARK_GREY_COLOR wxColor(0x40, 0x40, 0x40)
    -
    42 #define MEDIUM_GREY_COLOR wxColor(0xC0, 0xC0, 0xC0)
    -
    43 #define LIGHT_GREY_COLOR wxColor(0xE0, 0xE0, 0xE0)
    -
    44 #define VERY_LTGREY_COLOR wxColor(0xF8, 0xF8, 0xF8)
    -
    45 #define WHITE_COLOR wxColor(0xFF, 0xFF, 0xFF)
    +
    39 #define BLACK_COLOR wxColor(0x00, 0x00, 0x00)
    +
    40 #define GREY_COLOR wxColor(0x80, 0x80, 0x80)
    +
    41 #define DARK_GREY_COLOR wxColor(0x40, 0x40, 0x40)
    +
    42 #define MEDIUM_GREY_COLOR wxColor(0xC0, 0xC0, 0xC0)
    +
    43 #define LIGHT_GREY_COLOR wxColor(0xE0, 0xE0, 0xE0)
    +
    44 #define VERY_LTGREY_COLOR wxColor(0xF8, 0xF8, 0xF8)
    +
    45 #define WHITE_COLOR wxColor(0xFF, 0xFF, 0xFF)
    46 
    -
    47 #define DARK_BLUE_COLOR wxColor(0x00, 0x00, 0x60)
    -
    48 #define BLUE_COLOR wxColor(0x00, 0x00, 0xFF)
    -
    49 #define LIGHT_BLUE_COLOR wxColor(0x80, 0x80, 0xFF)
    +
    47 #define DARK_BLUE_COLOR wxColor(0x00, 0x00, 0x60)
    +
    48 #define BLUE_COLOR wxColor(0x00, 0x00, 0xFF)
    +
    49 #define LIGHT_BLUE_COLOR wxColor(0x80, 0x80, 0xFF)
    50 
    -
    51 #define RED_COLOR wxColor(0xFF, 0x5E, 0x5E)
    -
    52 #define LIGHT_RED_COLOR wxColor(0xFF, 0xE0, 0xE0)
    -
    53 #define DARK_RED_COLOR wxColor(0xFF, 0x00, 0x00)
    -
    54 #define PINK_COLOR wxColor(0xFF, 0x80, 0xFF)
    +
    51 #define RED_COLOR wxColor(0xFF, 0x5E, 0x5E)
    +
    52 #define LIGHT_RED_COLOR wxColor(0xFF, 0xE0, 0xE0)
    +
    53 #define DARK_RED_COLOR wxColor(0xFF, 0x00, 0x00)
    +
    54 #define PINK_COLOR wxColor(0xFF, 0x80, 0xFF)
    55 
    -
    56 #define LIGHT_GREEN_COLOR wxColor(0xE3, 0xFF, 0xE0)
    -
    57 #define GREEN_COLOR wxColor(0x95, 0xFF, 0x8A)
    -
    58 #define DARK_GREEN_COLOR wxColor(0x20, 0xFF, 0x08)
    -
    59 #define VERY_GREEN_COLOR wxColor(0x00, 0xFF, 0x00)
    +
    56 #define LIGHT_GREEN_COLOR wxColor(0xE3, 0xFF, 0xE0)
    +
    57 #define GREEN_COLOR wxColor(0x95, 0xFF, 0x8A)
    +
    58 #define DARK_GREEN_COLOR wxColor(0x20, 0xFF, 0x08)
    +
    59 #define VERY_GREEN_COLOR wxColor(0x00, 0xFF, 0x00)
    60 
    -
    61 #define YELLOW_COLOR wxColor(0xFF, 0xFF, 0x5E)
    -
    62 #define LIGHT_YELLOW_COLOR wxColor(0xFF, 0xFF, 0xB5)
    -
    63 #define DARK_YELLOW_COLOR wxColor(0xFF, 0xFF, 0x08)
    +
    61 #define YELLOW_COLOR wxColor(0xFF, 0xFF, 0x5E)
    +
    62 #define LIGHT_YELLOW_COLOR wxColor(0xFF, 0xFF, 0xB5)
    +
    63 #define DARK_YELLOW_COLOR wxColor(0xFF, 0xFF, 0x08)
    64 
    65 class MainFrame;
    66 
    @@ -128,68 +130,68 @@
    77 class PlotPanel : public wxPanel
    78 {
    79  public:
    -
    80  PlotPanel(wxFrame* parent);
    -
    81  ~PlotPanel();
    -
    82  wxPen m_penShortDash;
    -
    83  wxPen m_penDotDash;
    -
    84  wxPen m_penSolid;
    -
    85  wxRect m_rCtrlPrev;
    -
    86  wxRect m_rCtrl;
    -
    87  wxRect m_rGrid;
    -
    88  wxRect m_rPlot;
    -
    89  MainFrame *m_pTopFrame;
    -
    90  wxAuiNotebook *m_pNoteBook;
    -
    91  double m_label_size;
    -
    92  wxSize m_Bufsz;
    -
    93  bool m_newdata;
    -
    94  wxImage m_oImage;
    -
    95  wxBitmap *m_pBmp;
    -
    96  wxNativePixelData *m_pPix;
    +
    80  PlotPanel(wxFrame* parent);
    +
    81  ~PlotPanel();
    + +
    83  wxPen m_penDotDash;
    +
    84  wxPen m_penSolid;
    +
    85  wxRect m_rCtrlPrev;
    +
    86  wxRect m_rCtrl;
    +
    87  wxRect m_rGrid;
    +
    88  wxRect m_rPlot;
    + +
    90  wxAuiNotebook *m_pNoteBook;
    +
    91  double m_label_size;
    +
    92  wxSize m_Bufsz;
    +
    93  bool m_newdata;
    +
    94  wxImage m_oImage;
    +
    95  wxBitmap *m_pBmp;
    +
    96  wxNativePixelData *m_pPix;
    97 
    98  // some useful events
    -
    99  void OnMouseMove(wxMouseEvent& event);
    -
    100  void OnMouseDown(wxMouseEvent& event);
    -
    101  void OnMouseUp(wxMouseEvent& event);
    -
    102  void OnMouseWheelMoved(wxMouseEvent& event);
    -
    103  void OnClose(wxCloseEvent& event ){ event.Skip(); }
    -
    104  void OnSize( wxSizeEvent& event );
    -
    105  void OnErase(wxEraseEvent& event);
    -
    106  void OnPaint(wxPaintEvent& event);
    +
    99  void OnMouseMove(wxMouseEvent& event);
    +
    100  void OnMouseDown(wxMouseEvent& event);
    +
    101  void OnMouseUp(wxMouseEvent& event);
    +
    102  void OnMouseWheelMoved(wxMouseEvent& event);
    +
    103  void OnClose(wxCloseEvent& event ){ event.Skip(); }
    +
    104  void OnSize( wxSizeEvent& event );
    +
    105  void OnErase(wxEraseEvent& event);
    +
    106  void OnPaint(wxPaintEvent& event);
    107  //void OnUpdateUI( wxUpdateUIEvent& event ){ event.Skip(); }
    108 
    -
    109  void paintEvent(wxPaintEvent & evt);
    -
    110  virtual void draw(wxAutoBufferedPaintDC& pdc);
    -
    111  virtual void drawGraticule(wxAutoBufferedPaintDC& pdc);
    -
    112  virtual double SetZoomFactor(double zf);
    -
    113  virtual double GetZoomFactor(double zf);
    -
    114  virtual void OnShow(wxShowEvent& event);
    -
    115  virtual double GetLabelSize();
    -
    116  virtual void SetLabelSize(double size);
    +
    109  void paintEvent(wxPaintEvent & evt);
    +
    110  virtual void draw(wxAutoBufferedPaintDC& pdc);
    +
    111  virtual void drawGraticule(wxAutoBufferedPaintDC& pdc);
    +
    112  virtual double SetZoomFactor(double zf);
    +
    113  virtual double GetZoomFactor(double zf);
    +
    114  virtual void OnShow(wxShowEvent& event);
    +
    115  virtual double GetLabelSize();
    +
    116  virtual void SetLabelSize(double size);
    117 
    118  protected:
    -
    119  int m_x;
    -
    120  int m_y;
    -
    121  int m_left;
    -
    122  int m_top;
    -
    123  int m_prev_w;
    -
    124  int m_prev_h;
    -
    125  int m_prev_x;
    -
    126  int m_prev_y;
    -
    127  bool m_use_bitmap;
    -
    128  bool m_clip;
    -
    129  bool m_rubberBand;
    -
    130  bool m_mouseDown;
    -
    131  bool m_firstPass;
    -
    132  double m_zoomFactor;
    -
    133  int m_greyscale;
    -
    134  int m_line_color;
    +
    119  int m_x;
    +
    120  int m_y;
    +
    121  int m_left;
    +
    122  int m_top;
    +
    123  int m_prev_w;
    +
    124  int m_prev_h;
    +
    125  int m_prev_x;
    +
    126  int m_prev_y;
    + +
    128  bool m_clip;
    + + + +
    132  double m_zoomFactor;
    + +
    135  DECLARE_EVENT_TABLE()
    136 };
    137 #endif //__FDMDV2_PLOT__
    diff --git a/fdmdv2/fdmdv2-doc/html/fdmdv2__plot__scalar_8h_source.html b/fdmdv2/fdmdv2-doc/html/fdmdv2__plot__scalar_8h_source.html index 6fd85af4..e43c5032 100644 --- a/fdmdv2/fdmdv2-doc/html/fdmdv2__plot__scalar_8h_source.html +++ b/fdmdv2/fdmdv2-doc/html/fdmdv2__plot__scalar_8h_source.html @@ -30,6 +30,7 @@
    -
    1 //==========================================================================
    +Go to the documentation of this file.
    1 //==========================================================================
    2 // Name: fdmdv2_plot_scalar.h
    3 // Purpose: Defines a scalar plot derivative of fdmdv2_plot.
    4 // Created: June 22, 2012
    @@ -76,8 +78,8 @@
    25 #ifndef __FDMDV2_PLOT_SCALAR__
    26 #define __FDMDV2_PLOT_SCALAR__
    27 
    -
    28 #include "fdmdv2_plot.h"
    -
    29 #include "fdmdv2_defines.h"
    +
    28 #include "fdmdv2_plot.h"
    +
    29 #include "fdmdv2_defines.h"
    30 
    31 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=
    32 // Class PlotScalar
    @@ -87,24 +89,24 @@
    36  public:
    37 
    38  //PlotScalar(wxFrame* parent, int x, int y, int w, int h, int x_max_, int y_max_, const char name[]);
    -
    39  PlotScalar(wxFrame* parent, int x_max_, int y_max_);
    -
    40  ~PlotScalar();
    -
    41  void add_new_sample(float sample);
    +
    39  PlotScalar(wxFrame* parent, int x_max_, int y_max_);
    +
    40  ~PlotScalar();
    +
    41  void add_new_sample(float sample);
    42 
    43  protected:
    44 
    -
    45  int m_x_max;
    -
    46  int m_y_max;
    -
    47  float *m_mem; /* array of x_max samples */
    -
    48  float m_new_sample;
    -
    49  int m_index;
    -
    50  int m_step;
    +
    45  int m_x_max;
    +
    46  int m_y_max;
    +
    47  float *m_mem; /* array of x_max samples */
    +
    48  float m_new_sample;
    +
    49  int m_index;
    +
    50  int m_step;
    51 
    -
    52  int clip(int y1);
    -
    53  void draw(wxAutoBufferedPaintDC& dc);
    -
    54  void OnPaint(wxPaintEvent& event);
    -
    55  void OnSize(wxSizeEvent& event);
    -
    56  void OnShow(wxShowEvent& event);
    +
    52  int clip(int y1);
    +
    53  void draw(wxAutoBufferedPaintDC& dc);
    +
    54  void OnPaint(wxPaintEvent& event);
    +
    55  void OnSize(wxSizeEvent& event);
    +
    56  void OnShow(wxShowEvent& event);
    57 
    58  DECLARE_EVENT_TABLE()
    59 };
    @@ -114,7 +116,7 @@
    diff --git a/fdmdv2/fdmdv2-doc/html/fdmdv2__plot__scatter_8h_source.html b/fdmdv2/fdmdv2-doc/html/fdmdv2__plot__scatter_8h_source.html index b87a6272..62a2e52a 100644 --- a/fdmdv2/fdmdv2-doc/html/fdmdv2__plot__scatter_8h_source.html +++ b/fdmdv2/fdmdv2-doc/html/fdmdv2__plot__scatter_8h_source.html @@ -30,6 +30,7 @@
    -
    1 //==========================================================================
    +Go to the documentation of this file.
    1 //==========================================================================
    2 // Name: fdmdv2_plot_scatter.h
    3 // Purpose: Defines a waterfall plot derivative of fdmdv2_plot.
    4 // Created: June 24, 2012
    @@ -76,9 +78,9 @@
    25 #ifndef __FDMDV2_PLOT_SCATTER__
    26 #define __FDMDV2_PLOT_SCATTER__
    27 
    -
    28 #include "comp.h"
    -
    29 #include "fdmdv2_plot.h"
    -
    30 #include "fdmdv2_defines.h"
    +
    28 #include "comp.h"
    +
    29 #include "fdmdv2_plot.h"
    +
    30 #include "fdmdv2_defines.h"
    31 
    32 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=
    33 // Class PlotScatter
    @@ -86,18 +88,18 @@
    35 class PlotScatter : public PlotPanel
    36 {
    37  public:
    -
    38  PlotScatter(wxFrame* parent);
    -
    39  ~PlotScatter(){};
    +
    38  PlotScatter(wxFrame* parent);
    +
    40 
    41  protected:
    -
    42  COMP m_mem[SCATTER_MEM];
    -
    43  COMP m_new_samples[FDMDV_NSYM];
    + +
    43  COMP m_new_samples[FDMDV_NSYM];
    44 
    -
    45  void draw(wxAutoBufferedPaintDC& dc);
    -
    46  void add_new_samples(COMP samples[]);
    -
    47  void OnPaint(wxPaintEvent& event);
    -
    48  void OnSize(wxSizeEvent& event);
    -
    49  void OnShow(wxShowEvent& event);
    +
    45  void draw(wxAutoBufferedPaintDC& dc);
    +
    46  void add_new_samples(COMP samples[]);
    +
    47  void OnPaint(wxPaintEvent& event);
    +
    48  void OnSize(wxSizeEvent& event);
    +
    49  void OnShow(wxShowEvent& event);
    50 
    51  DECLARE_EVENT_TABLE()
    52 };
    @@ -106,7 +108,7 @@
    diff --git a/fdmdv2/fdmdv2-doc/html/fdmdv2__plot__spectrum_8h_source.html b/fdmdv2/fdmdv2-doc/html/fdmdv2__plot__spectrum_8h_source.html index e38575c8..7aed8b8b 100644 --- a/fdmdv2/fdmdv2-doc/html/fdmdv2__plot__spectrum_8h_source.html +++ b/fdmdv2/fdmdv2-doc/html/fdmdv2__plot__spectrum_8h_source.html @@ -30,6 +30,7 @@
    -
    1 //==========================================================================
    +Go to the documentation of this file.
    1 //==========================================================================
    2 // Name: fdmdv2_plot_spectrum.h
    3 // Purpose: Defines a spectrum plot derived from fdmdv2_plot class.
    4 // Created: June 22, 2012
    @@ -76,8 +78,8 @@
    25 #ifndef __FDMDV2_PLOT_SPECTRUM__
    26 #define __FDMDV2_PLOT_SPECTRUM__
    27 
    -
    28 #include "fdmdv2_plot.h"
    -
    29 #include "fdmdv2_defines.h"
    +
    28 #include "fdmdv2_plot.h"
    +
    29 #include "fdmdv2_defines.h"
    30 
    31 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=
    32 // Class Waterfall
    @@ -85,15 +87,15 @@
    34 class PlotSpectrum : public PlotPanel
    35 {
    36  public:
    -
    37  PlotSpectrum(wxFrame* parent);
    -
    38  ~PlotSpectrum();
    +
    37  PlotSpectrum(wxFrame* parent);
    +
    38  ~PlotSpectrum();
    39 
    40  protected:
    -
    41  void OnPaint(wxPaintEvent& event);
    -
    42  void OnSize(wxSizeEvent& event);
    -
    43  void OnShow(wxShowEvent& event);
    -
    44  void drawGraticule(wxAutoBufferedPaintDC& dc);
    -
    45  void draw(wxAutoBufferedPaintDC& dc);
    +
    41  void OnPaint(wxPaintEvent& event);
    +
    42  void OnSize(wxSizeEvent& event);
    +
    43  void OnShow(wxShowEvent& event);
    +
    44  void drawGraticule(wxAutoBufferedPaintDC& dc);
    +
    45  void draw(wxAutoBufferedPaintDC& dc);
    46 
    47  DECLARE_EVENT_TABLE()
    48 };
    @@ -103,7 +105,7 @@
    diff --git a/fdmdv2/fdmdv2-doc/html/fdmdv2__plot__waterfall_8h_source.html b/fdmdv2/fdmdv2-doc/html/fdmdv2__plot__waterfall_8h_source.html index 7960924f..733a3a8f 100644 --- a/fdmdv2/fdmdv2-doc/html/fdmdv2__plot__waterfall_8h_source.html +++ b/fdmdv2/fdmdv2-doc/html/fdmdv2__plot__waterfall_8h_source.html @@ -30,6 +30,7 @@
    -
    1 //==========================================================================
    +Go to the documentation of this file.
    1 //==========================================================================
    2 // Name: fdmdv2_plot_waterfall.h
    3 // Purpose: Defines a waterfall plot derivative of fdmdv2_plot.
    4 // Created: June 22, 2012
    @@ -76,8 +78,8 @@
    25 #ifndef __FDMDV2_PLOT_WATERFALL__
    26 #define __FDMDV2_PLOT_WATERFALL__
    27 
    -
    28 #include "fdmdv2_plot.h"
    -
    29 #include "fdmdv2_defines.h"
    +
    28 #include "fdmdv2_plot.h"
    +
    29 #include "fdmdv2_defines.h"
    30 
    31 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=
    32 // Class PlotWaterfall
    @@ -92,25 +94,25 @@
    41 class PlotWaterfall : public PlotPanel
    42 {
    43  public:
    -
    44  PlotWaterfall(wxFrame* parent);
    -
    45  ~PlotWaterfall();
    +
    44  PlotWaterfall(wxFrame* parent);
    +
    46 // bool m_newdata;
    47 
    48  protected:
    49  // unsigned *m_pixel_buf;
    -
    50  unsigned m_heatmap_lut[256];
    -
    51  wxMemoryDC m_mDC;
    +
    50  unsigned m_heatmap_lut[256];
    +
    51  wxMemoryDC m_mDC;
    52 
    -
    53  unsigned heatmap(float val, float min, float max);
    +
    53  unsigned heatmap(float val, float min, float max);
    54 
    -
    55  void OnPaint(wxPaintEvent & evt);
    +
    55  void OnPaint(wxPaintEvent & evt);
    56  //void OnSize(wxSizeEvent& event);
    -
    57  void OnShow(wxShowEvent& event);
    -
    58  void drawGraticule(wxAutoBufferedPaintDC& dc);
    -
    59  void draw(wxAutoBufferedPaintDC& pdc);
    -
    60  void plotPixelData(wxAutoBufferedPaintDC& dc);
    -
    61  void drawData(); // wxMemoryDC& pDC);
    -
    62  void drawData2(wxMemoryDC& pDC, int barpos, int l, int t, int w, int h);
    +
    57  void OnShow(wxShowEvent& event);
    +
    58  void drawGraticule(wxAutoBufferedPaintDC& dc);
    +
    59  void draw(wxAutoBufferedPaintDC& pdc);
    +
    60  void plotPixelData(wxAutoBufferedPaintDC& dc);
    +
    61  void drawData(); // wxMemoryDC& pDC);
    +
    62  void drawData2(wxMemoryDC& pDC, int barpos, int l, int t, int w, int h);
    63 
    64  DECLARE_EVENT_TABLE()
    65 };
    @@ -119,7 +121,7 @@
    diff --git a/fdmdv2/fdmdv2-doc/html/fdmdv2__thread__audio_8h_source.html b/fdmdv2/fdmdv2-doc/html/fdmdv2__thread__audio_8h_source.html index 121debc6..f72e9e57 100644 --- a/fdmdv2/fdmdv2-doc/html/fdmdv2__thread__audio_8h_source.html +++ b/fdmdv2/fdmdv2-doc/html/fdmdv2__thread__audio_8h_source.html @@ -3,7 +3,7 @@ -FDMDV2: C:/bin/Projects/Radio/fdmdv2/src/fdmdv2_thread_audio.h Source File +FDMDV2: C:/bin/Projects/Radio/fdmdv2/src/detritus/fdmdv2_thread_audio.h Source File @@ -30,6 +30,7 @@
@@ -49,7 +51,7 @@
fdmdv2_thread_audio.h
-
1 #ifndef __THREAD_AUDIO__
+Go to the documentation of this file.
1 #ifndef __THREAD_AUDIO__
2 #define __THREAD_AUDIO__
3 #include "wx/thread.h" // Base class: wxThread
4 
@@ -58,21 +60,21 @@
7  class Fdmdv2ThreadAudio : public wxThread
8  {
9  public:
- - + +
12  public:
-
13  virtual void* Entry();
-
14  virtual void OnDelete();
-
15  virtual void OnExit();
-
16  virtual void OnKill();
-
17  virtual bool TestDestroy();
+
13  virtual void* Entry();
+
14  virtual void OnDelete();
+
15  virtual void OnExit();
+
16  virtual void OnKill();
+
17  virtual bool TestDestroy();
18  };
19 //}
20 #endif // __THREAD_AUDIO__
diff --git a/fdmdv2/fdmdv2-doc/html/fdmdv2_dlg_audio_8h.html b/fdmdv2/fdmdv2-doc/html/fdmdv2_dlg_audio_8h.html index 488758c5..afee787b 100644 --- a/fdmdv2/fdmdv2-doc/html/fdmdv2_dlg_audio_8h.html +++ b/fdmdv2/fdmdv2-doc/html/fdmdv2_dlg_audio_8h.html @@ -3,7 +3,7 @@ -FDMDV2: C:/bin/Projects/Radio/fdmdv2/src/fdmdv2DlgAudio.h File Reference +FDMDV2: C:/bin/Projects/Radio/fdmdv2/src/detritus/fdmdv2DlgAudio.h File Reference @@ -30,6 +30,7 @@
@@ -51,13 +53,20 @@
fdmdv2DlgAudio.h File Reference
-
#include "topFrame.h"
+
#include "topFrame.h"
Include dependency graph for fdmdv2DlgAudio.h:
-
- - +
+ + +
+
+This graph shows which files directly or indirectly include this file:
+
+
+ +

Go to the source code of this file.

@@ -69,10 +78,12 @@ Classes

Detailed Description

Subclass of DlgAudio, which is generated by wxFormBuilder.

+ +

Definition in file fdmdv2DlgAudio.h.

diff --git a/fdmdv2/fdmdv2-doc/html/fdmdv2_dlg_audio_8h__incl.map b/fdmdv2/fdmdv2-doc/html/fdmdv2_dlg_audio_8h__incl.map index 8c844c43..81149adf 100644 --- a/fdmdv2/fdmdv2-doc/html/fdmdv2_dlg_audio_8h__incl.map +++ b/fdmdv2/fdmdv2-doc/html/fdmdv2_dlg_audio_8h__incl.map @@ -1,3 +1,3 @@ - - + + diff --git a/fdmdv2/fdmdv2-doc/html/fdmdv2_dlg_audio_8h__incl.md5 b/fdmdv2/fdmdv2-doc/html/fdmdv2_dlg_audio_8h__incl.md5 index f7240b12..b592cb4f 100644 --- a/fdmdv2/fdmdv2-doc/html/fdmdv2_dlg_audio_8h__incl.md5 +++ b/fdmdv2/fdmdv2-doc/html/fdmdv2_dlg_audio_8h__incl.md5 @@ -1 +1 @@ -906dee9144cd678a13c2c8d34716e719 \ No newline at end of file +6669560f2c10ab71cf46e450cdd3c869 \ No newline at end of file diff --git a/fdmdv2/fdmdv2-doc/html/fdmdv2_dlg_audio_8h__incl.png b/fdmdv2/fdmdv2-doc/html/fdmdv2_dlg_audio_8h__incl.png index 3d1148b5..f4643670 100644 Binary files a/fdmdv2/fdmdv2-doc/html/fdmdv2_dlg_audio_8h__incl.png and b/fdmdv2/fdmdv2-doc/html/fdmdv2_dlg_audio_8h__incl.png differ diff --git a/fdmdv2/fdmdv2-doc/html/fdmdv2_dlg_audio_8h_source.html b/fdmdv2/fdmdv2-doc/html/fdmdv2_dlg_audio_8h_source.html index 4e5a8d3c..f2f3a349 100644 --- a/fdmdv2/fdmdv2-doc/html/fdmdv2_dlg_audio_8h_source.html +++ b/fdmdv2/fdmdv2-doc/html/fdmdv2_dlg_audio_8h_source.html @@ -3,7 +3,7 @@ -FDMDV2: C:/bin/Projects/Radio/fdmdv2/src/fdmdv2DlgAudio.h Source File +FDMDV2: C:/bin/Projects/Radio/fdmdv2/src/detritus/fdmdv2DlgAudio.h Source File @@ -30,6 +30,7 @@
@@ -52,16 +54,16 @@ Go to the documentation of this file.
1 Ã¯Â»Â¿#ifndef __fdmdv2DlgAudio__
2 #define __fdmdv2DlgAudio__
3 
-
9 #include "topFrame.h"
+
9 #include "topFrame.h"
10 
12 
14 class fdmdv2DlgAudio : public DlgAudio
15 {
16  protected:
17  // Handlers for DlgAudio events.
-
18  void OnApply( wxCommandEvent& event );
-
19  void OnCancel( wxCommandEvent& event );
-
20  void OnOK( wxCommandEvent& event );
+
18  void OnApply( wxCommandEvent& event );
+
19  void OnCancel( wxCommandEvent& event );
+
20  void OnOK( wxCommandEvent& event );
21  public:
23  fdmdv2DlgAudio( wxWindow* parent );
25 
@@ -71,7 +73,7 @@
diff --git a/fdmdv2/fdmdv2-doc/html/fdmdv2_top_frame_8h.html b/fdmdv2/fdmdv2-doc/html/fdmdv2_top_frame_8h.html index 120c7396..f90c5ace 100644 --- a/fdmdv2/fdmdv2-doc/html/fdmdv2_top_frame_8h.html +++ b/fdmdv2/fdmdv2-doc/html/fdmdv2_top_frame_8h.html @@ -3,7 +3,7 @@ -FDMDV2: C:/bin/Projects/Radio/fdmdv2/src/fdmdv2TopFrame.h File Reference +FDMDV2: C:/bin/Projects/Radio/fdmdv2/src/detritus/fdmdv2TopFrame.h File Reference @@ -30,6 +30,7 @@
@@ -51,13 +53,20 @@
fdmdv2TopFrame.h File Reference
-
#include "topFrame.h"
+
#include "topFrame.h"
Include dependency graph for fdmdv2TopFrame.h:
-
- - +
+ + +
+
+This graph shows which files directly or indirectly include this file:
+
+
+ +

Go to the source code of this file.

@@ -69,10 +78,12 @@ Classes

Detailed Description

Subclass of TopFrame, which is generated by wxFormBuilder.

+ +

Definition in file fdmdv2TopFrame.h.

diff --git a/fdmdv2/fdmdv2-doc/html/fdmdv2_top_frame_8h__incl.map b/fdmdv2/fdmdv2-doc/html/fdmdv2_top_frame_8h__incl.map index c83f6ff2..23013cce 100644 --- a/fdmdv2/fdmdv2-doc/html/fdmdv2_top_frame_8h__incl.map +++ b/fdmdv2/fdmdv2-doc/html/fdmdv2_top_frame_8h__incl.map @@ -1,3 +1,3 @@ - - + + diff --git a/fdmdv2/fdmdv2-doc/html/fdmdv2_top_frame_8h__incl.md5 b/fdmdv2/fdmdv2-doc/html/fdmdv2_top_frame_8h__incl.md5 index 5e3c6042..158ea5f5 100644 --- a/fdmdv2/fdmdv2-doc/html/fdmdv2_top_frame_8h__incl.md5 +++ b/fdmdv2/fdmdv2-doc/html/fdmdv2_top_frame_8h__incl.md5 @@ -1 +1 @@ -bd8e7582305c4d67404a7ed5580df795 \ No newline at end of file +666f2d7d32d76a52398dbcba7b6684d7 \ No newline at end of file diff --git a/fdmdv2/fdmdv2-doc/html/fdmdv2_top_frame_8h__incl.png b/fdmdv2/fdmdv2-doc/html/fdmdv2_top_frame_8h__incl.png index 5f08cae2..530b3e18 100644 Binary files a/fdmdv2/fdmdv2-doc/html/fdmdv2_top_frame_8h__incl.png and b/fdmdv2/fdmdv2-doc/html/fdmdv2_top_frame_8h__incl.png differ diff --git a/fdmdv2/fdmdv2-doc/html/fdmdv2_top_frame_8h_source.html b/fdmdv2/fdmdv2-doc/html/fdmdv2_top_frame_8h_source.html index e398cd9d..ba47c95a 100644 --- a/fdmdv2/fdmdv2-doc/html/fdmdv2_top_frame_8h_source.html +++ b/fdmdv2/fdmdv2-doc/html/fdmdv2_top_frame_8h_source.html @@ -3,7 +3,7 @@ -FDMDV2: C:/bin/Projects/Radio/fdmdv2/src/fdmdv2TopFrame.h Source File +FDMDV2: C:/bin/Projects/Radio/fdmdv2/src/detritus/fdmdv2TopFrame.h Source File @@ -30,6 +30,7 @@
@@ -52,50 +54,50 @@ Go to the documentation of this file.
1 Ã¯Â»Â¿#ifndef __fdmdv2TopFrame__
2 #define __fdmdv2TopFrame__
3 
-
9 #include "topFrame.h"
+
9 #include "topFrame.h"
10 
12 
14 class fdmdv2TopFrame : public TopFrame
15 {
16  protected:
17  // Handlers for TopFrame events.
-
18  void topFrame_OnClose( wxCloseEvent& event );
-
19  void topFrame_OnPaint( wxPaintEvent& event );
-
20  void topFrame_OnSize( wxSizeEvent& event );
-
21  void topFrame_OnUpdateUI( wxUpdateUIEvent& event );
-
22  void OnOpen( wxCommandEvent& event );
-
23  void OnOpenUpdateUI( wxUpdateUIEvent& event );
-
24  void OnSave( wxCommandEvent& event );
-
25  void OnSaveUpdateUI( wxUpdateUIEvent& event );
-
26  void OnClose( wxCommandEvent& event );
-
27  void OnCloseUpdateUI( wxUpdateUIEvent& event );
-
28  void OnExit( wxCommandEvent& event );
-
29  void OnCopy( wxCommandEvent& event );
-
30  void OnCopyUpdateUI( wxUpdateUIEvent& event );
-
31  void OnCut( wxCommandEvent& event );
-
32  void OnCutUpdateUI( wxUpdateUIEvent& event );
-
33  void OnPaste( wxCommandEvent& event );
-
34  void OnPasteUpdateUI( wxUpdateUIEvent& event );
-
35  void OnToolsAudio( wxCommandEvent& event );
-
36  void OnToolsAudioUI( wxUpdateUIEvent& event );
-
37  void OnToolsComCfg( wxCommandEvent& event );
-
38  void OnToolsComCfgUI( wxUpdateUIEvent& event );
-
39  void OnToolsOptions( wxCommandEvent& event );
-
40  void OnToolsOptionsUI( wxUpdateUIEvent& event );
-
41  void OnHelpCheckUpdates( wxCommandEvent& event );
-
42  void OnHelpCheckUpdatesUI( wxUpdateUIEvent& event );
-
43  void OnHelpAbout( wxCommandEvent& event );
-
44  void OnTogBtnRxID( wxCommandEvent& event );
-
45  void OnTogBtnTxID( wxCommandEvent& event );
-
46  void OnCmdSliderScroll( wxScrollEvent& event );
-
47  void OnSliderScrollBottom( wxScrollEvent& event );
-
48  void OnCmdSliderScrollChanged( wxScrollEvent& event );
-
49  void OnSliderScrollTop( wxScrollEvent& event );
-
50  void OnCheckSQClick( wxCommandEvent& event );
-
51  void OnTogBtnSplitClick( wxCommandEvent& event );
-
52  void OnTogBtnAnalogClick( wxCommandEvent& event );
-
53  void OnTogBtnALCClick( wxCommandEvent& event );
-
54  void OnTogBtnTXClick( wxCommandEvent& event );
+
18  void topFrame_OnClose( wxCloseEvent& event );
+
19  void topFrame_OnPaint( wxPaintEvent& event );
+
20  void topFrame_OnSize( wxSizeEvent& event );
+
21  void topFrame_OnUpdateUI( wxUpdateUIEvent& event );
+
22  void OnOpen( wxCommandEvent& event );
+
23  void OnOpenUpdateUI( wxUpdateUIEvent& event );
+
24  void OnSave( wxCommandEvent& event );
+
25  void OnSaveUpdateUI( wxUpdateUIEvent& event );
+
26  void OnClose( wxCommandEvent& event );
+
27  void OnCloseUpdateUI( wxUpdateUIEvent& event );
+
28  void OnExit( wxCommandEvent& event );
+
29  void OnCopy( wxCommandEvent& event );
+
30  void OnCopyUpdateUI( wxUpdateUIEvent& event );
+
31  void OnCut( wxCommandEvent& event );
+
32  void OnCutUpdateUI( wxUpdateUIEvent& event );
+
33  void OnPaste( wxCommandEvent& event );
+
34  void OnPasteUpdateUI( wxUpdateUIEvent& event );
+
35  void OnToolsAudio( wxCommandEvent& event );
+
36  void OnToolsAudioUI( wxUpdateUIEvent& event );
+
37  void OnToolsComCfg( wxCommandEvent& event );
+
38  void OnToolsComCfgUI( wxUpdateUIEvent& event );
+
39  void OnToolsOptions( wxCommandEvent& event );
+
40  void OnToolsOptionsUI( wxUpdateUIEvent& event );
+
41  void OnHelpCheckUpdates( wxCommandEvent& event );
+
42  void OnHelpCheckUpdatesUI( wxUpdateUIEvent& event );
+
43  void OnHelpAbout( wxCommandEvent& event );
+
44  void OnTogBtnRxID( wxCommandEvent& event );
+
45  void OnTogBtnTxID( wxCommandEvent& event );
+
46  void OnCmdSliderScroll( wxScrollEvent& event );
+
47  void OnSliderScrollBottom( wxScrollEvent& event );
+
48  void OnCmdSliderScrollChanged( wxScrollEvent& event );
+
49  void OnSliderScrollTop( wxScrollEvent& event );
+
50  void OnCheckSQClick( wxCommandEvent& event );
+
51  void OnTogBtnSplitClick( wxCommandEvent& event );
+
52  void OnTogBtnAnalogClick( wxCommandEvent& event );
+
53  void OnTogBtnALCClick( wxCommandEvent& event );
+
54  void OnTogBtnTXClick( wxCommandEvent& event );
55  public:
57  fdmdv2TopFrame( wxWindow* parent );
59 
@@ -105,7 +107,7 @@
diff --git a/fdmdv2/fdmdv2-doc/html/files.html b/fdmdv2/fdmdv2-doc/html/files.html index c47a05f9..0548a247 100644 --- a/fdmdv2/fdmdv2-doc/html/files.html +++ b/fdmdv2/fdmdv2-doc/html/files.html @@ -30,6 +30,7 @@ @@ -45,29 +47,59 @@
File List
-
Here is a list of all documented files with brief descriptions:
diff --git a/fdmdv2/fdmdv2-doc/html/functions.html b/fdmdv2/fdmdv2-doc/html/functions.html index 94e17561..5cd2c292 100644 --- a/fdmdv2/fdmdv2-doc/html/functions.html +++ b/fdmdv2/fdmdv2-doc/html/functions.html @@ -30,6 +30,7 @@ +
-
Here is a list of all documented class members with links to the class documentation for each member:
diff --git a/fdmdv2/fdmdv2-doc/html/functions_func.html b/fdmdv2/fdmdv2-doc/html/functions_func.html index fff6996a..686f4485 100644 --- a/fdmdv2/fdmdv2-doc/html/functions_func.html +++ b/fdmdv2/fdmdv2-doc/html/functions_func.html @@ -30,6 +30,7 @@ + diff --git a/fdmdv2/fdmdv2-doc/html/graph_legend.html b/fdmdv2/fdmdv2-doc/html/graph_legend.html index e59a6924..012a8669 100644 --- a/fdmdv2/fdmdv2-doc/html/graph_legend.html +++ b/fdmdv2/fdmdv2-doc/html/graph_legend.html @@ -30,6 +30,7 @@ diff --git a/fdmdv2/fdmdv2-doc/html/hierarchy.html b/fdmdv2/fdmdv2-doc/html/hierarchy.html index b763b2b5..e7b9168e 100644 --- a/fdmdv2/fdmdv2-doc/html/hierarchy.html +++ b/fdmdv2/fdmdv2-doc/html/hierarchy.html @@ -30,6 +30,7 @@
[detail level 123]
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
oCCOMP
oCDialog
|oCtopFrame.DlgAboutClass DlgAbout
|oCtopFrame.DlgAboutClass DlgAbout
|oCtopFrame.DlgAudioClass DlgAudio
|oCtopFrame.DlgAudioClass DlgAudio
|oCtopFrame.DlgComPortsClass DlgComPorts
|oCtopFrame.DlgComPortsClass DlgComPorts
|oCtopFrame.DlgOptionsClass DlgOptions
|\CtopFrame.DlgOptionsClass DlgOptions
oCFrame
|oCtopFrame.TopFrameClass TopFrame
|\CtopFrame.TopFrameClass TopFrame
oCpaCallBackData
oCPortAudioWrap
oCwxApp
|\CMainApp
oCwxDialog
|oCDlgAbout
||\CAboutDlg
|oCDlgAudio
||\CAudioDlg
|oCDlgComPorts
||\CComPortsDlg
|\CDlgOptions
| \COptionsDlg
oCwxFrame
|\CTopFrame
| \CMainFrame
\CwxPanel
 \CPlotPanel
  oCPlotScalar
  oCPlotScatter
  oCPlotSpectrum
  \CPlotWaterfall
oCAudioStream
oCCOMP
oCDialog
|oCtopFrame.DlgAboutClass DlgAbout
|oCtopFrame.DlgAboutClass DlgAbout
|oCtopFrame.DlgAboutClass DlgAbout
|oCtopFrame.DlgAudioClass DlgAudio
|oCtopFrame.DlgAudioClass DlgAudio
|oCtopFrame.DlgAudioClass DlgAudio
|oCtopFrame.DlgComPortsClass DlgComPorts
|oCtopFrame.DlgComPortsClass DlgComPorts
|oCtopFrame.DlgComPortsClass DlgComPorts
|oCtopFrame.DlgOptionsClass DlgOptions
|oCtopFrame.DlgOptionsClass DlgOptions
|\CtopFrame.DlgOptionsClass DlgOptions
oCFrame
|oCtopFrame.TopFrameClass TopFrame
|oCtopFrame.TopFrameClass TopFrame
|\CtopFrame.TopFrameClass TopFrame
oCHdwPort
oCpaCallBackData
oCPortAudioWrap
oCwxApp
|\CMainApp
oCwxDialog
|oCDlgAbout
||\CAboutDlg
|oCDlgAbout
|oCDlgAbout
|oCDlgAudio
||oCAudioDlg
||\Cfdmdv2DlgAudio
|oCDlgAudio
|oCDlgAudio
|oCDlgComPorts
||\CComPortsDlg
|oCDlgComPorts
|oCDlgComPorts
|oCDlgOptions
||\COptionsDlg
|oCDlgOptions
|\CDlgOptions
oCwxFrame
|oCMyFrame
|oCTopFrame
||oCfdmdv2TopFrame
||\CMainFrame
|oCTopFrame
|\CTopFrame
oCwxPanel
|\CPlotPanel
| oCPlotScalar
| oCPlotScatter
| oCPlotSpectrum
| \CPlotWaterfall
\CwxThread
 oCAudioThread
 oCFdmdv2ThreadAudio
 \CMyThread
diff --git a/fdmdv2/fdmdv2-doc/html/index.hhc b/fdmdv2/fdmdv2-doc/html/index.hhc index e50c3e57..bb3b1207 100644 --- a/fdmdv2/fdmdv2-doc/html/index.hhc +++ b/fdmdv2/fdmdv2-doc/html/index.hhc @@ -4,56 +4,111 @@
    +
  • +
      +
    • +
        +
      • +
      +
    • +
        +
      • +
      • +
      +
      • -
      • +
          • +
          • +
          • +
          • +
          • +
          • +
          • +
          • +
          • +
          • +
          • +
          • +
          • +
          • +
          • +
          • +
          • +
          • +
          • +
          • +
          • +
          • +
          • +
          • +
          • +
          • +
          • +
          • +
          • +
          • +
          • +
          • +
          • +
          • +
          • +
          • +
          • +
          • +
          • +
          • +
          • +
          • +
          • +
          • @@ -95,7 +150,11 @@
            • +
            • +
            • +
            • +
            • @@ -106,14 +165,25 @@
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • @@ -125,6 +195,7 @@
              • +
              • @@ -137,6 +208,7 @@
              • +
              • @@ -148,7 +220,11 @@
                • +
                • +
                • +
                • +
                • @@ -169,6 +245,9 @@
                  • +
                  • +
                  • +
                  • @@ -180,6 +259,7 @@
                  • +
                  • @@ -210,6 +290,23 @@
                  +
                • +
                    +
                  • +
                  • +
                  • +
                  +
                • +
                    +
                  • +
                  • +
                  • +
                  • +
                  • +
                  • +
                  • +
                  • +
                  • @@ -230,58 +327,94 @@
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • -
                    • -
                    • -
                    • -
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • -
                    • -
                    • -
                    • -
                    • -
                    • -
                    • -
                    • -
                    • -
                    • -
                    • -
                    • -
                    • -
                    • -
                    • -
                    • -
                    • -
                    • -
                    • -
                    • -
                    • -
                    • -
                    • -
                    • -
                    • -
                    • -
                    • -
                    • -
                    • -
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • @@ -289,18 +422,24 @@
                    • +
                    • +
                    • -
                    • +
                    • +
                    • +
                    • +
                    • -
                    • -
                    • +
                    • +
                    • +
                    • @@ -311,23 +450,95 @@
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • -
                      • -
                      • -
                      • -
                      • -
                      • -
                      • -
                      • -
                      • -
                      • -
                      • -
                      • -
                      • -
                      • -
                      • -
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      +
                    • +
                        +
                      • +
                      • +
                      • +
                      • +
                      +
                    • +
                        +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      +
                    • +
                        +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      +
                    • +
                        +
                      • +
                      • +
                      • @@ -335,8 +546,6 @@
                      • -
                      • -
                      • @@ -394,12 +603,21 @@
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • @@ -414,27 +632,45 @@
                      • -
                      • -
                      • -
                      • +
                      • -
                      • +
                      • +
                      +
                    • +
                        +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      +
                    • +
                        +
                      • +
                      • +
                      • +
                      • @@ -450,6 +686,10 @@
                        • +
                        • +
                        • +
                        • +
                        • @@ -583,7 +823,6 @@
                        • -
                        • @@ -611,95 +850,198 @@
                        • -
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • -
                        • -
                        • -
                        • -
                        • -
                        • -
                        • -
                        • -
                        • -
                        • -
                        • -
                        • -
                        • -
                        • -
                        • -
                        • -
                        • -
                        • -
                        • -
                        • -
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                      • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        +
                      • @@ -712,25 +1054,38 @@
                        +
                      • +
                        • +
                        +
                      • +
                        +
                      • +
                        +
                      • +
                      • +
                        • +
                        +
                      • +
                      • @@ -742,11 +1097,69 @@
                    +
                  • +
                      +
                    • +
                    • +
                    • +
                  • -
                  • -
                  • +
                  • +
                      +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    +
                  • +
                      +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    +
                  • +
                      +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
              • @@ -755,22 +1168,2161 @@
                  • -
                  • -
                  • -
                  • -
                  • -
                  • -
                  • -
                  • -
                  • -
                  • -
                  • -
                  • -
                  • -
                  • -
                  • +
                  • +
                      +
                    • +
                    • +
                        +
                      • +
                          +
                        • +
                        • +
                        • +
                        +
                      • +
                      • +
                      • +
                      • +
                      +
                    • +
                        +
                      • +
                          +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        +
                      +
                    • +
                    • +
                        +
                      • +
                          +
                        • +
                        • +
                        • +
                        • +
                        +
                      +
                    • +
                    • +
                        +
                      • +
                          +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        +
                      +
                    • +
                        +
                      • +
                      • +
                      • +
                      +
                    • +
                        +
                      • +
                          +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        +
                      • +
                          +
                        • +
                        • +
                        • +
                        • +
                        +
                      • +
                          +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        +
                      • +
                      • +
                      • +
                      • +
                      +
                    • +
                    • +
                        +
                      • +
                          +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        +
                      • +
                          +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        +
                      • +
                          +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        +
                      • +
                          +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        +
                      • +
                          +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      +
                    • +
                    • +
                        +
                      • +
                          +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        +
                      • +
                          +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        +
                      • +
                          +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        +
                      • +
                          +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        +
                      • +
                          +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      +
                    • +
                        +
                      • +
                          +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        +
                      • +
                          +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        +
                      • +
                          +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        +
                      • +
                          +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        +
                      • +
                          +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        • +
                        +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      +
                    +
                  • +
                      +
                    • +
                        +
                      • +
                      • +
                      +
                    +
                  • +
                  • +
                      +
                    • +
                        +
                      • +
                      • +
                      • +
                      • +
                      +
                    +
                  • +
                  • +
                      +
                    • +
                        +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      +
                    +
                  • +
                  • +
                      +
                    • +
                        +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      +
                    +
                  • +
                  • +
                      +
                    • +
                        +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      +
                    +
                  • +
                      +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    +
                  • +
                  • +
                      +
                    • +
                        +
                      • +
                      • +
                      • +
                      +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    +
                  • +
                      +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    +
                  • +
                      +
                    • +
                        +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      +
                    • +
                        +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      +
                    • +
                        +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    +
                  • +
                  • +
                      +
                    • +
                        +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      +
                    • +
                    • +
                    • +
                    +
                  • +
                  • +
                      +
                    • +
                        +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    +
                  • +
                  • +
                      +
                    • +
                        +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      +
                    +
                  • +
                  • +
                      +
                    • +
                        +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      +
                    +
                  • +
                      +
                    • +
                    +
                  • +
                      +
                    • +
                        +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      +
                    +
                  • +
                      +
                    • +
                    • +
                    • +
                    +
                  • +
                      +
                    • +
                        +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      +
                    +
                  • +
                  • +
                      +
                    • +
                        +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      +
                    • +
                        +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      +
                    • +
                        +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      +
                    • +
                        +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      +
                    • +
                        +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    • +
                    +
                  • +
                      +
                    • +
                        +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      +
                    • +
                        +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      +
                    • +
                        +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      +
                    • +
                        +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      +
                    • +
                        +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      • +
                      +
                +
              • +
                  +
                • +
                • +
                • +
                • +
                • +
                • +
            diff --git a/fdmdv2/fdmdv2-doc/html/index.hhk b/fdmdv2/fdmdv2-doc/html/index.hhk index fa4220b0..b1978aa9 100644 --- a/fdmdv2/fdmdv2-doc/html/index.hhk +++ b/fdmdv2/fdmdv2-doc/html/index.hhk @@ -4,6 +4,11 @@
              +
            • +
                +
              • +
              • +
              • @@ -20,6 +25,8 @@
              +
            • +
            • @@ -48,11 +55,41 @@
            +
          • +
          • +
              +
            • +
            • +
            • +
            • +
            +
          • +
              +
            • +
            • +
            • +
            +
          • +
              +
            • +
            • +
            • +
            • +
            • +
            • +
            • +
            • +
            +
          • +
          • +
          • +
          • +
            • @@ -70,48 +107,90 @@
            +
          • +
          • +
          • +
          • +
          • +
          • +
          • +
              +
            • +
            • +
            • +
            • +
            • +
            • +
            • +
            • +
            • +
            +
          • +
              +
            • +
            • +
            • +
            • +
            • +
            • +
            • +
            • +
            • +
            • +
            +
          • +
          • +
          • +
          • +
          • +
          • +
          • +
            • -
            • -
            • -
            • -
            • +
            • +
            • +
            • +
            • +
            • -
            • -
            • -
            • -
            • -
            • -
            • -
            • -
            • -
            • -
            • -
            • -
            • -
            • -
            • -
            • -
            • -
            • -
            • -
            • -
            • -
            • -
            • -
            • -
            • -
            • -
            • -
            • -
            • -
            • +
            • +
            • +
            • +
            • +
            • +
            • +
            • +
            • +
            • +
            • +
            • +
            • +
            • +
            • +
            • +
            • +
            • +
            • +
            • +
            • +
            • +
            • +
            • +
            • +
            • +
            • +
            • +
            • +
            • +
            • +
            • @@ -121,21 +200,26 @@
            • +
            • -
            • -
            • +
            • +
            • +
            • +
            • +
            • -
            • -
            • +
            • +
            • +
            • @@ -147,28 +231,33 @@
            • +
            • -
            • -
            • -
            • -
            • -
            • -
            • -
            • -
            • -
            • -
            • -
            • -
            • -
            • -
            • -
            • +
            • +
            • +
            • +
            • +
            • +
            • +
            • +
            • +
            • +
            • +
            • +
            • +
            • +
            • +
            • +
            +
          • +
          • +
            • @@ -185,11 +274,20 @@
            -
          • +
          • +
            • -
            • +
            +
          • +
              +
            • +
            • +
            • +
            +
          • +
            • @@ -197,11 +295,243 @@
            -
          • -
              -
            • +
            • +
                +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              +
            • +
                +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              +
            • +
                +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              +
            • +
                +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              +
            • +
                +
              • +
              • +
              • +
              +
            • +
                +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              +
            • +
            • +
                +
              • +
              • +
              • +
              +
            • +
                +
              • +
              • +
              • +
              • +
              +
            • +
                +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              +
            • +
                +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              • +
              +
            • +
            • +
                +
              +
            • +
                +
              • +
              • +
              +
            • +
            • +
                +
              • +
              • +
              • +
              +
            • +
            • +
            • +
            • +
            • +
            • +
            • +
            • +
            • +
            • +
            • +
            • +
            • @@ -221,109 +551,206 @@
            • +
            • +
            • +
            • +
            • +
            • +
            • +
                +
              • +
              • +
              • +
            • -
            • +
              • -
              • +
              +
            • +
                +
              • +
              • +
              • +
              • +
              • +
              +
            • +
                +
              • +
              • +
              • +
              • +
              • +
              +
            • +
                +
              • +
              • +
              • +
              • +
              • +
              +
            • +
                +
              • +
              • +
              • +
              • +
              • +
              +
            • +
                +
              • +
              • +
              • +
              • +
              • +
              +
            • +
                +
              • +
              • +
              • +
              • +
              • +
              +
            • +
                +
              • +
              • +
              • +
              • +
              • +
              +
            • +
            • +
                +
              • +
              • +
              • +
              • +
              • +
              +
            • +
            • +
            • +
            • +
                +
              • +
              • +
              • +
              • +
              • +
              +
            • +
            • +
            • +
            • +
            • +
            • +
            • +
            • +
            • +
            • +
            • +
            • -
            • -
            • +
              • -
              • +
              -
            • -
            • +
              • -
              • +
              -
            • +
              • -
              • +
            • -
            • +
              • -
              • +
              -
            • +
              • -
              • +
            • -
            • +
              • -
              • +
              -
            • +
              • -
              • +
              -
            • +
              • -
              • +
              -
            • +
              • -
              • +
            • -
            • +
              • -
              • +
              -
            • +
              • -
              • +
            • -
            • +
              • -
              • +
              -
            • +
              • -
              • +
              -
            • +
              • -
              • +
              -
            • +
              • -
              • +
            • -
            • +
              • -
              • +
            • @@ -332,9 +759,9 @@
            -
          • +
            • -
            • +
          • @@ -353,26 +780,31 @@
          • -
          • +
          • +
            • -
            • +
          • -
          • -
          • +
            • -
            • +
            +
          • +
              +
            • +
            • +
          • -
          • +
            • -
            • +
          • @@ -381,7 +813,11 @@
          • -
          • +
          • +
              +
            • +
            • +
          • @@ -389,17 +825,17 @@
          • +
          • +
          • -
          • +
            • -
            • -
            • +
            -
          • +
            • -
            • -
            • +
          • @@ -408,121 +844,127 @@
          • -
          • -
          • -
          • +
          • +
          • +
              +
            • +
            • +
            +
            • -
            • +
            -
          • +
            • -
            • +
            • +
            -
          • +
            • -
            • +
            • +
            -
          • -
          • +
          • +
            • -
            • +
            -
          • +
            • -
            • +
          • -
          • +
            • -
            • +
          • -
          • +
            • -
            • +
            -
          • +
            • -
            • +
            -
          • +
            • -
            • +
            -
          • +
            • -
            • +
            -
          • +
            • -
            • +
            -
          • +
            • -
            • +
            -
          • +
            • -
            • +
            -
          • +
            • -
            • +
            -
          • +
            • -
            • +
            -
          • +
            • -
            • +
            -
          • +
            • -
            • +
            -
          • +
            • -
            • +
            -
          • +
            • -
            • +
            -
          • +
            • -
            • +
          • @@ -545,14 +987,14 @@
          -
        • +
          • -
          • +
          -
        • +
          • -
          • +
        • @@ -567,50 +1009,60 @@
        • -
        • +
        • +
            +
          • +
          • +
          +
        • +
            +
          • +
          • +
          +
          • -
          • +
          -
        • +
          • -
          • +
          -
        • +
          • -
          • +
          -
        • +
          • -
          • +
          -
        • +
          • -
          • +
          -
        • +
          • -
          • +
          -
        • +
          • -
          • +
          -
        • +
          • -
          • +
          -
        • +
          • -
          • +
          @@ -639,75 +1091,77 @@
        -
      • +
        • -
        • +
        -
      • +
        • -
        • +
        -
      • +
        • -
        • +
        -
      • +
        • -
        • +
        -
      • +
        • -
        • +
        -
      • +
        • -
        • +
        -
      • +
        • -
        • +
        -
      • +
      • +
      • +
        • -
        • +
        -
      • +
        • -
        • +
        -
      • +
        • -
        • +
        -
      • +
        • -
        • +
      • -
      • -
      • +
        • -
        • +
        +
      • @@ -717,8 +1171,6 @@
        • -
        • -
        • @@ -745,27 +1197,25 @@
        • -
        • -
        • -
        • +
        • -
        • +
        • @@ -798,12 +1248,21 @@
        • +
        • +
        • +
        • +
        • +
        • +
        • +
        • +
        • +
        • @@ -818,13 +1277,49 @@
        • -
        +
      • +
      +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
        +
      • +
      • +
      • +
      • +
      • +
      • +
      • +
      • +
      • +
      • +
      +
    • +
        +
      • +
      • +
      • +
      • +
      +
    • +
    • +
    • +
      • +
      @@ -834,6 +1329,7 @@
    • +
    @@ -849,8 +1345,9 @@
-
  • +
    • +
    • @@ -863,7 +1360,9 @@
    • +
    • +
    • @@ -873,72 +1372,90 @@
  • -
  • +
    • +
    -
  • +
    • +
    -
  • +
    • +
    -
  • +
    • +
    -
  • +
    • +
    -
  • +
    • +
    -
  • +
    • +
    +
  • +
      +
    • +
    • +
  • -
  • +
    • +
    • +
    • +
  • -
  • +
    • +
    -
  • +
    • +
    -
  • +
    • +
    • @@ -958,6 +1475,11 @@
    +
  • +
      +
    • +
    • +
    • @@ -975,17 +1497,20 @@
    • +
    -
  • +
    • +
    -
  • +
    • +
    • @@ -999,14 +1524,16 @@
    -
  • +
    • +
    -
  • +
    • +
    • @@ -1023,14 +1550,16 @@
    -
  • +
    • +
    -
  • +
    • +
    • @@ -1051,93 +1580,154 @@
    -
  • +
    • +
    -
  • +
    • +
    +
  • +
  • -
  • +
    • +
    -
  • +
  • +
      +
    • +
    • +
    +
    • +
    +
  • +
      +
    • +
    • +
    +
  • +
      +
    • +
    • +
    +
  • +
      +
    • +
    • +
    -
  • +
    • +
    • +
    • +
    +
  • +
      +
    -
  • +
  • +
      +
    • +
    • +
    +
    • +
    -
  • +
    • +
    • +
    • +
    +
  • +
      +
    -
  • +
  • +
      +
    • +
    • +
    +
    • +
    -
  • +
    • +
    • +
    • +
    +
  • +
      +
    -
  • +
    • +
    -
  • +
    • +
    -
  • +
    • +
    -
  • +
    • +
    -
  • +
    • +
    • @@ -1171,13 +1761,24 @@
    +
  • +
  • +
    • +
    • +
    • +
    • +
  • +
  • +
  • +
  • +
    • @@ -1228,6 +1829,7 @@
    • +
  • @@ -1245,6 +1847,7 @@
  • +
    • @@ -1256,6 +1859,7 @@
    • +
    • @@ -1265,6 +1869,7 @@
    • +
    • @@ -1279,9 +1884,16 @@
    • +
  • +
  • +
  • +
  • +
  • +
  • +
    • @@ -1306,8 +1918,7 @@
    • -
    • -
    • +
    • @@ -1335,10 +1946,32 @@
    • +
    +
  • +
  • +
  • +
  • +
  • +
      +
    • +
    • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • @@ -1363,6 +1996,7 @@
  • +
  • @@ -1371,13 +2005,52 @@
  • +
  • -
  • +
  • +
      +
    • +
    • +
    +
  • +
  • +
  • +
      +
    • +
    • +
    • +
    +
    • -
    • +
  • +
  • +
  • +
      +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    +
  • +
      +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • @@ -1403,6 +2076,7 @@
    • +
    • @@ -1415,6 +2089,7 @@
    • +
    • @@ -1445,6 +2120,7 @@
    • +
    • @@ -1554,27 +2230,45 @@
    +
  • +
  • +
      +
    • +
    • +
    • +
    +
  • +
      +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • -
    • -
    • -
    • -
    • -
    • -
    • -
    • -
    • -
    • -
    • -
    • -
    • -
    • -
    • -
    • -
    • -
    • -
    • -
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • @@ -1600,46 +2294,127 @@
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • -
    • +
    • +
    -
  • +
    • +
    -
  • +
    • +
    -
  • +
    • +
    -
  • +
    • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
      +
    • +
    • +
    +
  • +
  • +
  • +
      +
    • +
    • +
    +
  • +
      +
    • +
    • +
    +
  • +
      +
    • +
    • +
    +
  • +
      +
    • +
    • +
    +
  • +
      +
    • +
    • +
    +
  • +
      +
    • +
    • +
    +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • diff --git a/fdmdv2/fdmdv2-doc/html/index.hhp b/fdmdv2/fdmdv2-doc/html/index.hhp index 6043a8ff..86aed1b6 100644 --- a/fdmdv2/fdmdv2-doc/html/index.hhp +++ b/fdmdv2/fdmdv2-doc/html/index.hhp @@ -13,23 +13,99 @@ main="FDMDV2","index.hhc","index.hhk","index.html","index.html",,,,,0x23520,,0x1 [FILES] comp_8h_source.html +audiostream_8cpp_source.html +audiostream_8h_source.html +fdmdv2__thread__audio_8h_source.html +fdmdv2_dlg_audio_8cpp_source.html +fdmdv2_dlg_audio_8h_source.html +fdmdv2_top_frame_8cpp_source.html +fdmdv2_top_frame_8h_source.html +thread__audio_8cpp_source.html +thread__audio_8h_source.html +top_frame_01_072_08_8cpp_source.html +top_frame_01_072_08_8h_source.html +detritus_2top_frame_8cpp_source.html +top_frame_8cpp_source.html +detritus_2top_frame_8h_source.html +top_frame_8h_source.html +detritus_2top_frame_8py_source.html +top_frame_8py_source.html +dlg__about_8cpp_source.html dlg__about_8h_source.html +dlg__audio_8cpp_source.html dlg__audio_8h_source.html +dlg__comports_8cpp_source.html dlg__comports_8h_source.html +dlg__options_8cpp_source.html dlg__options_8h_source.html fdmdv2__defines_8h_source.html +fdmdv2__hdw__ports_8cpp_source.html +fdmdv2__hdw__ports_8h_source.html +fdmdv2__main_8cpp_source.html fdmdv2__main_8h_source.html +fdmdv2__pa__wrapper_8cpp_source.html fdmdv2__pa__wrapper_8h_source.html +fdmdv2__plot_8cpp_source.html fdmdv2__plot_8h_source.html +fdmdv2__plot__scalar_8cpp_source.html fdmdv2__plot__scalar_8h_source.html +fdmdv2__plot__scatter_8cpp_source.html fdmdv2__plot__scatter_8h_source.html +fdmdv2__plot__spectrum_8cpp_source.html fdmdv2__plot__spectrum_8h_source.html +fdmdv2__plot__waterfall_8cpp_source.html fdmdv2__plot__waterfall_8h_source.html -top_frame_8h_source.html +comp_8h.html +audiostream_8cpp.html +audiostream_8h.html +fdmdv2__thread__audio_8h.html +fdmdv2_dlg_audio_8cpp.html +fdmdv2_dlg_audio_8h.html +fdmdv2_top_frame_8cpp.html +fdmdv2_top_frame_8h.html +thread__audio_8cpp.html +thread__audio_8h.html +top_frame_01_072_08_8cpp.html +top_frame_01_072_08_8h.html +detritus_2top_frame_8cpp.html +top_frame_8cpp.html +detritus_2top_frame_8h.html +top_frame_8h.html +detritus_2top_frame_8py.html +top_frame_8py.html +dlg__about_8cpp.html +dlg__about_8h.html +dlg__audio_8cpp.html +dlg__audio_8h.html +dlg__comports_8cpp.html +dlg__comports_8h.html +dlg__options_8cpp.html +dlg__options_8h.html +fdmdv2__defines_8h.html +fdmdv2__hdw__ports_8cpp.html +fdmdv2__hdw__ports_8h.html +fdmdv2__main_8cpp.html +fdmdv2__main_8h.html +fdmdv2__pa__wrapper_8cpp.html +fdmdv2__pa__wrapper_8h.html +fdmdv2__plot_8cpp.html +fdmdv2__plot_8h.html +fdmdv2__plot__scalar_8cpp.html +fdmdv2__plot__scalar_8h.html +fdmdv2__plot__scatter_8cpp.html +fdmdv2__plot__scatter_8h.html +fdmdv2__plot__spectrum_8cpp.html +fdmdv2__plot__spectrum_8h.html +fdmdv2__plot__waterfall_8cpp.html +fdmdv2__plot__waterfall_8h.html class_about_dlg.html class_about_dlg-members.html class_audio_dlg.html class_audio_dlg-members.html +class_audio_stream.html +class_audio_stream-members.html +class_audio_thread.html +class_audio_thread-members.html struct_c_o_m_p.html struct_c_o_m_p-members.html class_com_ports_dlg.html @@ -42,10 +118,22 @@ class_dlg_com_ports.html class_dlg_com_ports-members.html class_dlg_options.html class_dlg_options-members.html +classfdmdv2_dlg_audio.html +classfdmdv2_dlg_audio-members.html +class_fdmdv2_thread_audio.html +class_fdmdv2_thread_audio-members.html +classfdmdv2_top_frame.html +classfdmdv2_top_frame-members.html +class_hdw_port.html +class_hdw_port-members.html class_main_app.html class_main_app-members.html class_main_frame.html class_main_frame-members.html +class_my_frame.html +class_my_frame-members.html +class_my_thread.html +class_my_thread-members.html class_options_dlg.html class_options_dlg-members.html structpa_call_back_data.html @@ -64,6 +152,7 @@ class_port_audio_wrap.html class_port_audio_wrap-members.html class_top_frame.html class_top_frame-members.html +namespacetop_frame.html classtop_frame_1_1_top_frame.html classtop_frame_1_1_top_frame-members.html classtop_frame_1_1_dlg_about.html @@ -75,15 +164,68 @@ classtop_frame_1_1_dlg_options-members.html classtop_frame_1_1_dlg_com_ports.html classtop_frame_1_1_dlg_com_ports-members.html graph_legend.html +dir_2dca8952fbeb04e06b6ea2aea6220ae6.html dir_68267d1309a1af8e8297ef4c3efbcdba.html index.html +namespaces.html +namespacemembers.html +namespacemembers_vars.html annotated.html classes.html hierarchy.html inherits.html functions.html +functions_0x61.html +functions_0x63.html +functions_0x64.html +functions_0x65.html +functions_0x66.html +functions_0x67.html +functions_0x68.html +functions_0x69.html +functions_0x6c.html +functions_0x6d.html +functions_0x6f.html +functions_0x70.html +functions_0x72.html +functions_0x73.html +functions_0x74.html +functions_0x77.html +functions_0x7e.html functions_func.html +functions_func_0x61.html +functions_func_0x63.html +functions_func_0x64.html +functions_func_0x65.html +functions_func_0x66.html +functions_func_0x67.html +functions_func_0x68.html +functions_func_0x69.html +functions_func_0x6c.html +functions_func_0x6d.html +functions_func_0x6f.html +functions_func_0x70.html +functions_func_0x72.html +functions_func_0x73.html +functions_func_0x74.html +functions_func_0x77.html +functions_func_0x7e.html +functions_vars.html +functions_vars_0x66.html +functions_vars_0x68.html +functions_vars_0x69.html +functions_vars_0x6d.html +functions_vars_0x6f.html +functions_vars_0x70.html +functions_vars_0x72.html +functions_vars_0x74.html files.html +globals.html +globals_func.html +globals_vars.html +globals_type.html +globals_eval.html +globals_defs.html tab_a.png tab_b.png tab_h.png @@ -113,6 +255,186 @@ ftv2plastnode.png ftv2pnode.png ftv2vertline.png ftv2splitbar.png +comp_8h__dep__incl.png +comp_8h__dep__incl.png +comp_8h__dep__incl.png +audiostream_8cpp__incl.png +audiostream_8cpp__incl.png +audiostream_8cpp__incl.png +audiostream_8h__incl.png +audiostream_8h__incl.png +audiostream_8h__incl.png +audiostream_8h__dep__incl.png +audiostream_8h__dep__incl.png +audiostream_8h__dep__incl.png +fdmdv2__thread__audio_8h__incl.png +fdmdv2__thread__audio_8h__incl.png +fdmdv2__thread__audio_8h__incl.png +fdmdv2_dlg_audio_8cpp__incl.png +fdmdv2_dlg_audio_8cpp__incl.png +fdmdv2_dlg_audio_8cpp__incl.png +fdmdv2_dlg_audio_8h__incl.png +fdmdv2_dlg_audio_8h__incl.png +fdmdv2_dlg_audio_8h__incl.png +fdmdv2_dlg_audio_8h__dep__incl.png +fdmdv2_dlg_audio_8h__dep__incl.png +fdmdv2_dlg_audio_8h__dep__incl.png +fdmdv2_top_frame_8cpp__incl.png +fdmdv2_top_frame_8cpp__incl.png +fdmdv2_top_frame_8cpp__incl.png +fdmdv2_top_frame_8h__incl.png +fdmdv2_top_frame_8h__incl.png +fdmdv2_top_frame_8h__incl.png +fdmdv2_top_frame_8h__dep__incl.png +fdmdv2_top_frame_8h__dep__incl.png +fdmdv2_top_frame_8h__dep__incl.png +thread__audio_8cpp__incl.png +thread__audio_8cpp__incl.png +thread__audio_8cpp__incl.png +thread__audio_8h__incl.png +thread__audio_8h__incl.png +thread__audio_8h__incl.png +thread__audio_8h__dep__incl.png +thread__audio_8h__dep__incl.png +thread__audio_8h__dep__incl.png +top_frame_01_072_08_8cpp__incl.png +top_frame_01_072_08_8cpp__incl.png +top_frame_01_072_08_8cpp__incl.png +top_frame_01_072_08_8h__incl.png +top_frame_01_072_08_8h__incl.png +top_frame_01_072_08_8h__incl.png +detritus_2top_frame_8cpp__incl.png +detritus_2top_frame_8cpp__incl.png +detritus_2top_frame_8cpp__incl.png +top_frame_8cpp__incl.png +top_frame_8cpp__incl.png +top_frame_8cpp__incl.png +detritus_2top_frame_8h__incl.png +detritus_2top_frame_8h__incl.png +detritus_2top_frame_8h__incl.png +detritus_2top_frame_8h__dep__incl.png +detritus_2top_frame_8h__dep__incl.png +detritus_2top_frame_8h__dep__incl.png +top_frame_8h__incl.png +top_frame_8h__incl.png +top_frame_8h__incl.png +top_frame_8h__dep__incl.png +top_frame_8h__dep__incl.png +top_frame_8h__dep__incl.png +dlg__about_8cpp__incl.png +dlg__about_8cpp__incl.png +dlg__about_8cpp__incl.png +dlg__about_8h__incl.png +dlg__about_8h__incl.png +dlg__about_8h__incl.png +dlg__about_8h__dep__incl.png +dlg__about_8h__dep__incl.png +dlg__about_8h__dep__incl.png +dlg__audio_8cpp__incl.png +dlg__audio_8cpp__incl.png +dlg__audio_8cpp__incl.png +dlg__audio_8h__incl.png +dlg__audio_8h__incl.png +dlg__audio_8h__incl.png +dlg__audio_8h__dep__incl.png +dlg__audio_8h__dep__incl.png +dlg__audio_8h__dep__incl.png +dlg__comports_8cpp__incl.png +dlg__comports_8cpp__incl.png +dlg__comports_8cpp__incl.png +dlg__comports_8h__incl.png +dlg__comports_8h__incl.png +dlg__comports_8h__incl.png +dlg__comports_8h__dep__incl.png +dlg__comports_8h__dep__incl.png +dlg__comports_8h__dep__incl.png +dlg__options_8cpp__incl.png +dlg__options_8cpp__incl.png +dlg__options_8cpp__incl.png +dlg__options_8h__incl.png +dlg__options_8h__incl.png +dlg__options_8h__incl.png +dlg__options_8h__dep__incl.png +dlg__options_8h__dep__incl.png +dlg__options_8h__dep__incl.png +fdmdv2__defines_8h__incl.png +fdmdv2__defines_8h__incl.png +fdmdv2__defines_8h__incl.png +fdmdv2__defines_8h__dep__incl.png +fdmdv2__defines_8h__dep__incl.png +fdmdv2__defines_8h__dep__incl.png +fdmdv2__hdw__ports_8cpp__incl.png +fdmdv2__hdw__ports_8cpp__incl.png +fdmdv2__hdw__ports_8cpp__incl.png +fdmdv2__hdw__ports_8h__incl.png +fdmdv2__hdw__ports_8h__incl.png +fdmdv2__hdw__ports_8h__incl.png +fdmdv2__hdw__ports_8h__dep__incl.png +fdmdv2__hdw__ports_8h__dep__incl.png +fdmdv2__hdw__ports_8h__dep__incl.png +fdmdv2__main_8cpp__incl.png +fdmdv2__main_8cpp__incl.png +fdmdv2__main_8cpp__incl.png +fdmdv2__main_8h__incl.png +fdmdv2__main_8h__incl.png +fdmdv2__main_8h__incl.png +fdmdv2__main_8h__dep__incl.png +fdmdv2__main_8h__dep__incl.png +fdmdv2__main_8h__dep__incl.png +fdmdv2__pa__wrapper_8cpp__incl.png +fdmdv2__pa__wrapper_8cpp__incl.png +fdmdv2__pa__wrapper_8cpp__incl.png +fdmdv2__pa__wrapper_8h__incl.png +fdmdv2__pa__wrapper_8h__incl.png +fdmdv2__pa__wrapper_8h__incl.png +fdmdv2__pa__wrapper_8h__dep__incl.png +fdmdv2__pa__wrapper_8h__dep__incl.png +fdmdv2__pa__wrapper_8h__dep__incl.png +fdmdv2__plot_8cpp__incl.png +fdmdv2__plot_8cpp__incl.png +fdmdv2__plot_8cpp__incl.png +fdmdv2__plot_8h__incl.png +fdmdv2__plot_8h__incl.png +fdmdv2__plot_8h__incl.png +fdmdv2__plot_8h__dep__incl.png +fdmdv2__plot_8h__dep__incl.png +fdmdv2__plot_8h__dep__incl.png +fdmdv2__plot__scalar_8cpp__incl.png +fdmdv2__plot__scalar_8cpp__incl.png +fdmdv2__plot__scalar_8cpp__incl.png +fdmdv2__plot__scalar_8h__incl.png +fdmdv2__plot__scalar_8h__incl.png +fdmdv2__plot__scalar_8h__incl.png +fdmdv2__plot__scalar_8h__dep__incl.png +fdmdv2__plot__scalar_8h__dep__incl.png +fdmdv2__plot__scalar_8h__dep__incl.png +fdmdv2__plot__scatter_8cpp__incl.png +fdmdv2__plot__scatter_8cpp__incl.png +fdmdv2__plot__scatter_8cpp__incl.png +fdmdv2__plot__scatter_8h__incl.png +fdmdv2__plot__scatter_8h__incl.png +fdmdv2__plot__scatter_8h__incl.png +fdmdv2__plot__scatter_8h__dep__incl.png +fdmdv2__plot__scatter_8h__dep__incl.png +fdmdv2__plot__scatter_8h__dep__incl.png +fdmdv2__plot__spectrum_8cpp__incl.png +fdmdv2__plot__spectrum_8cpp__incl.png +fdmdv2__plot__spectrum_8cpp__incl.png +fdmdv2__plot__spectrum_8h__incl.png +fdmdv2__plot__spectrum_8h__incl.png +fdmdv2__plot__spectrum_8h__incl.png +fdmdv2__plot__spectrum_8h__dep__incl.png +fdmdv2__plot__spectrum_8h__dep__incl.png +fdmdv2__plot__spectrum_8h__dep__incl.png +fdmdv2__plot__waterfall_8cpp__incl.png +fdmdv2__plot__waterfall_8cpp__incl.png +fdmdv2__plot__waterfall_8cpp__incl.png +fdmdv2__plot__waterfall_8h__incl.png +fdmdv2__plot__waterfall_8h__incl.png +fdmdv2__plot__waterfall_8h__incl.png +fdmdv2__plot__waterfall_8h__dep__incl.png +fdmdv2__plot__waterfall_8h__dep__incl.png +fdmdv2__plot__waterfall_8h__dep__incl.png class_about_dlg__inherit__graph.png class_about_dlg__inherit__graph.png class_about_dlg__inherit__graph.png @@ -120,110 +442,429 @@ class_about_dlg__coll__graph.png class_about_dlg__coll__graph.png class_about_dlg__coll__graph.png class_audio_dlg__inherit__graph.png -class_audio_dlg__inherit__graph.png -class_audio_dlg__inherit__graph.png -class_audio_dlg__coll__graph.png class_audio_dlg__coll__graph.png -class_audio_dlg__coll__graph.png -class_com_ports_dlg__inherit__graph.png +class_audio_dlg_a21490d0af79a4284bc6d76e0e9e24007_icgraph.png +class_audio_dlg_ab09ae2516d75502062744b924e33fe8b_cgraph.png +class_audio_dlg_af216bf6872bb49734b3c32b0a9122d8a_cgraph.png +class_audio_dlg_ad1acb1d52175795d265d7adcafc10316_cgraph.png +class_audio_dlg_ad1acb1d52175795d265d7adcafc10316_icgraph.png +class_audio_dlg_a194ed3fb219d7a93824884015e625fe8_icgraph.png +class_audio_thread__inherit__graph.png +class_audio_thread__coll__graph.png +class_audio_thread_a21ea33ba8e28c461d631e0b2f458b36f_icgraph.png class_com_ports_dlg__inherit__graph.png -class_com_ports_dlg__inherit__graph.png -class_com_ports_dlg__coll__graph.png class_com_ports_dlg__coll__graph.png -class_com_ports_dlg__coll__graph.png -class_dlg_about__inherit__graph.png +class_com_ports_dlg_a767cb0ffb8904e2bb95500984f1b7025_icgraph.png +class_com_ports_dlg_a219708df39be6ec6aa33548e621ed263_cgraph.png +class_com_ports_dlg_a3aa2fdeb96961e66d30b1012fbe09741_cgraph.png class_dlg_about__inherit__graph.png -class_dlg_about__inherit__graph.png -class_dlg_about__coll__graph.png class_dlg_about__coll__graph.png -class_dlg_about__coll__graph.png -class_dlg_audio__inherit__graph.png +class_dlg_about_a2d94603323a5f60eff69a92380fb9042_cgraph.png +class_dlg_about_a136aaf6a658ced83c13c058de804ae69_cgraph.png +class_dlg_about_a3253b689497f4c6399d24c67ba78b51e_icgraph.png +class_dlg_about_a3253b689497f4c6399d24c67ba78b51e_icgraph.png +class_dlg_about_a442a568cf1b87a5d52a588b212f474f3_icgraph.png +class_dlg_about_a442a568cf1b87a5d52a588b212f474f3_icgraph.png class_dlg_audio__inherit__graph.png -class_dlg_audio__inherit__graph.png -class_dlg_audio__coll__graph.png class_dlg_audio__coll__graph.png -class_dlg_audio__coll__graph.png -class_dlg_com_ports__inherit__graph.png +class_dlg_audio_a95fa3d4e8550bf2a16b8562c9c518eae_cgraph.png +class_dlg_audio_a9fd881146206d865e894b6c13faf4b1f_cgraph.png +class_dlg_audio_a245e1317e52c8eeced77fcff2e6e2812_icgraph.png +class_dlg_audio_a68cb1a16f03fbb7af8d6ac0e7d5ba686_icgraph.png +class_dlg_audio_a3d19dbabda45d63849c95f9202d9ee56_icgraph.png +class_dlg_audio_a3d19dbabda45d63849c95f9202d9ee56_icgraph.png +class_dlg_audio_a4005f4224055bd5c8767e9e4d2296c26_icgraph.png +class_dlg_audio_a4005f4224055bd5c8767e9e4d2296c26_icgraph.png +class_dlg_audio_a86b960dabc5dae9f8cf4946d562330bd_icgraph.png +class_dlg_audio_a6981a966c4e04931511d9a0fad482591_icgraph.png +class_dlg_audio_a2da73ea801464d515f0b4ea01dec3aeb_icgraph.png +class_dlg_audio_a9c9848d90d805216ad52aad9443bffd8_icgraph.png +class_dlg_audio_a337f1badd157dcdb9950e14033527f4a_icgraph.png class_dlg_com_ports__inherit__graph.png -class_dlg_com_ports__inherit__graph.png -class_dlg_com_ports__coll__graph.png class_dlg_com_ports__coll__graph.png -class_dlg_com_ports__coll__graph.png -class_dlg_options__inherit__graph.png +class_dlg_com_ports_a3f410b6cd51d3cf06cb0b4b74963c63d_cgraph.png +class_dlg_com_ports_aab813718c07dcf72de770255302c214c_cgraph.png +class_dlg_com_ports_a1a4cc254a36227c69954b7e7dabf3efc_icgraph.png class_dlg_options__inherit__graph.png -class_dlg_options__inherit__graph.png -class_dlg_options__coll__graph.png class_dlg_options__coll__graph.png -class_dlg_options__coll__graph.png -class_main_app__inherit__graph.png +class_dlg_options_adc03c273f743697a2346cec1f3b34efa_cgraph.png +class_dlg_options_a7b031e3e51223bf34ca0881343c9de91_cgraph.png +class_dlg_options_aad6cf9d439aced63416da6dc04f326d7_icgraph.png +class_dlg_options_aad6cf9d439aced63416da6dc04f326d7_icgraph.png +class_dlg_options_ab293c5e4e64e5d2de1b9d1ee67e3a448_icgraph.png +class_dlg_options_ab293c5e4e64e5d2de1b9d1ee67e3a448_icgraph.png +classfdmdv2_dlg_audio__inherit__graph.png +classfdmdv2_dlg_audio__coll__graph.png +class_fdmdv2_thread_audio__inherit__graph.png +class_fdmdv2_thread_audio__coll__graph.png +class_fdmdv2_thread_audio_ac6d4c36ce78f1065a022d212eed4cffa_icgraph.png +classfdmdv2_top_frame__inherit__graph.png +classfdmdv2_top_frame__coll__graph.png +classfdmdv2_top_frame_a117d1df5645785732cec78f16f7988de_icgraph.png +classfdmdv2_top_frame_a83f38a1a80648104e706813518c4e88e_icgraph.png +classfdmdv2_top_frame_a769791d057058f47056dc712f5676779_icgraph.png +classfdmdv2_top_frame_af289ab4037653c543a3fc6013fb1557c_icgraph.png +classfdmdv2_top_frame_a2a9e3791fee37e151c3ec8dc1282cd9f_icgraph.png +classfdmdv2_top_frame_a20d13ff92c314580a172be4fa637780f_icgraph.png +classfdmdv2_top_frame_a85a5f9f93ed7f201293d380b102cc3fa_icgraph.png +classfdmdv2_top_frame_a343d064f0407d4d3345133d46571e4cf_icgraph.png +classfdmdv2_top_frame_a81ba22ffbddc7469e31181974007c5ed_icgraph.png +classfdmdv2_top_frame_a1a57ce539310fc9297dfad3de00d3eff_icgraph.png +classfdmdv2_top_frame_ad8684e7e8b0e4b67d7d770ed71a72673_icgraph.png +classfdmdv2_top_frame_a1323384ebf5b3b473a00847b633354be_icgraph.png +classfdmdv2_top_frame_ae4270eada2afe33666ab0aee83a26c2b_icgraph.png +classfdmdv2_top_frame_a38ca5d4d0de386fbd0bb097c472084e6_icgraph.png +classfdmdv2_top_frame_a053681a1faa59f4c4617f02d7ba1d583_icgraph.png +classfdmdv2_top_frame_a195ddcfc4b57aa6b274eb40d9cf2c8ac_icgraph.png +classfdmdv2_top_frame_abb18285166128574f831ccca7144ef0c_icgraph.png +classfdmdv2_top_frame_a00c49f4b14481582e60b83a041d1aea7_icgraph.png +classfdmdv2_top_frame_aac7ce1795fff90a80da7c6b3a3fe6770_icgraph.png +classfdmdv2_top_frame_a80eed826553b3b9bd0b5abf0e8bd873e_icgraph.png +classfdmdv2_top_frame_aab79b33c4b93e9dd53ad5504c9adb9de_icgraph.png +classfdmdv2_top_frame_afe6f710b0e59ab7cc90f5198b118dbcd_icgraph.png +classfdmdv2_top_frame_af0d8da60f6d22ea57f67b4312beff8c9_icgraph.png +classfdmdv2_top_frame_a8a4932e438bc43216c1758b2b743999d_icgraph.png +classfdmdv2_top_frame_aad23421c7ed54e19319de0e1dc1588e5_icgraph.png +classfdmdv2_top_frame_aa7cd279560fb011e7f8d79cdc104248d_icgraph.png +classfdmdv2_top_frame_a5019137fb2394fcbf752ef3fd93ab34e_icgraph.png +classfdmdv2_top_frame_a7a538e085978ad3062cfde21fa932ec4_icgraph.png +classfdmdv2_top_frame_a6138a06447129f36c71c7869ce83c90d_icgraph.png +classfdmdv2_top_frame_affe4a50628fe0c30a31578842d75caa4_icgraph.png +classfdmdv2_top_frame_ad67765b1be6f6aa759128418cd990a57_icgraph.png +classfdmdv2_top_frame_a6bf565f4dca69f694533b517d3a0d2e2_icgraph.png +classfdmdv2_top_frame_a73a65fd3008330ad3059b5100e389c72_icgraph.png +classfdmdv2_top_frame_a75758da26b9f1d4d95a4756d804d090b_icgraph.png +classfdmdv2_top_frame_a6fe062b45e4e7f3323eb72ef931807df_icgraph.png +classfdmdv2_top_frame_a7bd457c44e334b8d59a48a844942866d_icgraph.png +classfdmdv2_top_frame_a6631bc79dc08dc55da9daadd6c8d1531_icgraph.png class_main_app__inherit__graph.png -class_main_app__inherit__graph.png -class_main_app__coll__graph.png class_main_app__coll__graph.png -class_main_app__coll__graph.png -class_main_frame__inherit__graph.png class_main_frame__inherit__graph.png -class_main_frame__inherit__graph.png -class_main_frame__coll__graph.png class_main_frame__coll__graph.png -class_main_frame__coll__graph.png -class_options_dlg__inherit__graph.png -class_options_dlg__inherit__graph.png +class_main_frame_a394b51dbf31b7430ecad3f6ee1007e22_cgraph.png +class_main_frame_a0cfd88ece4836e0ea5430bd55370bf11_cgraph.png +class_main_frame_a44e48d93613d91be1db586553466feac_cgraph.png +class_main_frame_abbe36f1aac14dba091ab0ec0c6ef2936_cgraph.png +class_main_frame_a22a222bc2e78f162e63113282fe7b008_cgraph.png +class_main_frame_a22a222bc2e78f162e63113282fe7b008_icgraph.png +class_main_frame_aad7f15728583b9b793b695dbaec482f3_icgraph.png +class_main_frame_af1146ec5200a7421957b143782bca765_cgraph.png +class_main_frame_a9ad22e55c7a3c93f9c071d366ae760d6_icgraph.png +class_main_frame_a33984a8bd48c3da22b99a8fc0a3e5b3f_icgraph.png +class_main_frame_ab75fd428c1e461f06ebfc6d115dae197_icgraph.png +class_main_frame_a7fc4afa20b92ac8e5f1ddfcf86820f28_cgraph.png +class_main_frame_aa4daf13c845672ae664ffefb8862f4df_icgraph.png +class_main_frame_aeb39ee428bf6002fe5a44d36394a16e7_icgraph.png +class_main_frame_a16ae41128eb85673930a9f5b1eec0978_icgraph.png +class_main_frame_a45200661e219ba9533e83bd151d91de5_icgraph.png +class_main_frame_a4fad443f0b49539875442afb1a55df47_icgraph.png +class_main_frame_a82a92e9b1ea9ffdd26badd5b74ee254d_cgraph.png +class_main_frame_a560029fb1c277c79bd932c047ec9effd_cgraph.png +class_main_frame_a82b97e0f3c4e530d5700b2c2dbac42bf_cgraph.png +class_main_frame_af9f4cfb8469872efd9c057d1bc215f08_icgraph.png +class_main_frame_a45e054e7f42f10088a699821a169d295_cgraph.png +class_main_frame_a45e054e7f42f10088a699821a169d295_icgraph.png +class_main_frame_ad17245c1c9c295fc216fc6615f31e0a5_cgraph.png +class_main_frame_ad17245c1c9c295fc216fc6615f31e0a5_icgraph.png +class_main_frame_af01eb2c59f1a9bcee0b956f8a72004c0_cgraph.png +class_main_frame_a91b813d6f6fc4c3777e332b018999a8d_cgraph.png +class_main_frame_a91b813d6f6fc4c3777e332b018999a8d_icgraph.png +class_main_frame_a9c5b263953c6703f0e721ba5694391f4_cgraph.png +class_main_frame_a9c5b263953c6703f0e721ba5694391f4_icgraph.png +class_main_frame_afca7a385e843876355c50833e5ea4edb_icgraph.png +class_my_frame__inherit__graph.png +class_my_frame__coll__graph.png +class_my_frame_abbf675938c147f9ba9394c8d2df49ca8_icgraph.png +class_my_thread__inherit__graph.png +class_my_thread__coll__graph.png class_options_dlg__inherit__graph.png class_options_dlg__coll__graph.png -class_options_dlg__coll__graph.png -class_options_dlg__coll__graph.png +class_options_dlg_a0adae9a9eccd2e5ed64cbec046ca2308_icgraph.png +class_options_dlg_a3c0ded9050e9dc1ffbd8c65977852bc3_cgraph.png +class_options_dlg_a955c09ba654830aae49fa44221fe92a9_cgraph.png +structpa_call_back_data__coll__graph.png class_plot_panel__inherit__graph.png -class_plot_panel__inherit__graph.png -class_plot_panel__inherit__graph.png -class_plot_panel__coll__graph.png -class_plot_panel__coll__graph.png class_plot_panel__coll__graph.png +class_plot_panel_a974601747a67a4637a3a133cefe70c13_cgraph.png +class_plot_panel_a974601747a67a4637a3a133cefe70c13_icgraph.png +class_plot_panel_a5444b418c756380e5e08f86a34615be3_icgraph.png +class_plot_panel_a72ee37d726eb276bf9aca7f3b50c7b85_cgraph.png class_plot_scalar__inherit__graph.png -class_plot_scalar__inherit__graph.png -class_plot_scalar__inherit__graph.png -class_plot_scalar__coll__graph.png -class_plot_scalar__coll__graph.png class_plot_scalar__coll__graph.png +class_plot_scalar_ad2c5214849ba51b85c61e5ed1949b28e_icgraph.png +class_plot_scalar_aa901215be79b5a522c416224c6554cf3_cgraph.png +class_plot_scalar_aa901215be79b5a522c416224c6554cf3_icgraph.png +class_plot_scalar_a8e31e0b1a2415d7bdf8a4c521dbc2e8d_cgraph.png class_plot_scatter__inherit__graph.png -class_plot_scatter__inherit__graph.png -class_plot_scatter__inherit__graph.png -class_plot_scatter__coll__graph.png -class_plot_scatter__coll__graph.png class_plot_scatter__coll__graph.png +class_plot_scatter_aee86ff1a62c9f5131a9e2901078143d6_icgraph.png +class_plot_scatter_a96f16b57f595b0916a7fa4843aeed53f_cgraph.png class_plot_spectrum__inherit__graph.png -class_plot_spectrum__inherit__graph.png -class_plot_spectrum__inherit__graph.png -class_plot_spectrum__coll__graph.png -class_plot_spectrum__coll__graph.png class_plot_spectrum__coll__graph.png +class_plot_spectrum_aeab5798a4f3bd55bd69045cc7b817d48_cgraph.png +class_plot_spectrum_aeab5798a4f3bd55bd69045cc7b817d48_icgraph.png +class_plot_spectrum_a2d78efb58ea00ec8961a88632a54f357_icgraph.png +class_plot_spectrum_ac95b33dfd2838f6fc2a6791003b26d0a_cgraph.png class_plot_waterfall__inherit__graph.png -class_plot_waterfall__inherit__graph.png -class_plot_waterfall__inherit__graph.png -class_plot_waterfall__coll__graph.png -class_plot_waterfall__coll__graph.png class_plot_waterfall__coll__graph.png +class_plot_waterfall_a86c6b3a9dc720b681f7b4e47d1fe193d_cgraph.png +class_plot_waterfall_a86c6b3a9dc720b681f7b4e47d1fe193d_icgraph.png +class_plot_waterfall_aeb0731ac7eeecd219980637ac70b4c76_icgraph.png +class_plot_waterfall_aa97d243b7bb91238b7493dcb96139803_icgraph.png +class_plot_waterfall_a37d541349ac6f010a90fee3b9f32fbbb_cgraph.png +class_port_audio_wrap_a22409ee2e9d87fbab60ef71288620c34_icgraph.png +class_port_audio_wrap_a2a122bf5de62e7f1fb1bfed6801e063c_icgraph.png +class_port_audio_wrap_a8cde3f5f6f312fbd8c0ad60619d617ad_icgraph.png +class_port_audio_wrap_af2b23ddbc2df1f3a8f20ba59db2e26eb_icgraph.png +class_port_audio_wrap_a1014d8750069b7dc914e6f836da79660_icgraph.png +class_port_audio_wrap_ad4a72bbe2ec6190336c2412df076c3f7_icgraph.png +class_port_audio_wrap_a2a40702f7b56abb4b6927fb6493db92e_icgraph.png +class_port_audio_wrap_a34ec7a96cbe5859f4a6aba6cb4b508cf_icgraph.png +class_port_audio_wrap_ac14a25862172c41c0186add676842859_icgraph.png +class_port_audio_wrap_abf1e9b6f6b6e09df0b926c7995963575_icgraph.png +class_port_audio_wrap_a5ce5a1875848b5c93fb769d4186dbcf3_icgraph.png +class_port_audio_wrap_a79575cbf76ba487b4edc3e6188e680ad_icgraph.png +class_port_audio_wrap_aaa979ac038d7cea196a012484aa84623_icgraph.png +class_port_audio_wrap_aac39854526473140e2b9bcf6c30ce876_icgraph.png +class_port_audio_wrap_ac5fdc035a033cf426f259d4bac87e4ca_icgraph.png +class_port_audio_wrap_ab7d9fc6cda5c61cda105e6d9bba9215c_icgraph.png +class_port_audio_wrap_a619ad8a126e30b328468a57c8047f2f8_icgraph.png +class_port_audio_wrap_a342018893c092acac26509351b45602f_icgraph.png +class_port_audio_wrap_a7245832a8cafbc8d140a51e106838fbb_icgraph.png +class_port_audio_wrap_a47fe0dd437c0a4693824966e7100255a_icgraph.png +class_port_audio_wrap_a2bac5a36a40fd1f86df5c1f94e964ac4_icgraph.png +class_port_audio_wrap_a852668fd29440064746f2ce0530b3bc1_icgraph.png +class_port_audio_wrap_a7f900dbb4003a1e01341e4f9f95c72e8_cgraph.png +class_port_audio_wrap_a7f900dbb4003a1e01341e4f9f95c72e8_icgraph.png +class_port_audio_wrap_ae9fa5c4e8bd989d3ff722c76a381f33f_icgraph.png +class_port_audio_wrap_a879e58affa1895a9fd737b44e72b609e_icgraph.png class_top_frame__inherit__graph.png -class_top_frame__inherit__graph.png -class_top_frame__inherit__graph.png -class_top_frame__coll__graph.png -class_top_frame__coll__graph.png class_top_frame__coll__graph.png +class_top_frame_af89867621f7fa66c9865f09a1245153c_cgraph.png +class_top_frame_ac367aaa31fe85041940f21a63ed1b33f_cgraph.png +class_top_frame_a9df4550ab45099f529c0c590494711f1_icgraph.png +class_top_frame_a9df4550ab45099f529c0c590494711f1_icgraph.png +class_top_frame_a62ff15f1e41b0f427dd38eb5141ff28f_icgraph.png +class_top_frame_a62ff15f1e41b0f427dd38eb5141ff28f_icgraph.png +class_top_frame_a450fef86926774a21a5ea9cff84a5aa0_icgraph.png +class_top_frame_a450fef86926774a21a5ea9cff84a5aa0_icgraph.png +class_top_frame_a62e531b947f11cd089a675807ff12269_icgraph.png +class_top_frame_a62e531b947f11cd089a675807ff12269_icgraph.png +class_top_frame_a5fa1106de0693c88325cd4c64ecbd94c_icgraph.png +class_top_frame_a5fa1106de0693c88325cd4c64ecbd94c_icgraph.png +class_top_frame_a39dca1a19cf1c237b8021dba4076f2ae_icgraph.png +class_top_frame_a39dca1a19cf1c237b8021dba4076f2ae_icgraph.png +class_top_frame_a09ae230ed88b1230e42e891e92b95b1d_icgraph.png +class_top_frame_a09ae230ed88b1230e42e891e92b95b1d_icgraph.png +class_top_frame_a9881e6bb8be2e113e7d9fc2a716e24e6_icgraph.png +class_top_frame_a9881e6bb8be2e113e7d9fc2a716e24e6_icgraph.png +class_top_frame_a9d41733351b6db1434ec921cd7de8525_icgraph.png +class_top_frame_a9d41733351b6db1434ec921cd7de8525_icgraph.png +class_top_frame_a0af1a4ab11be1ddd910029789b3dea3b_icgraph.png +class_top_frame_a0af1a4ab11be1ddd910029789b3dea3b_icgraph.png +class_top_frame_a53e123763a3b9ec0ec5c58017f70b48e_icgraph.png +class_top_frame_a53e123763a3b9ec0ec5c58017f70b48e_icgraph.png +class_top_frame_aea48b19f458cbbc4c147440cfc690c46_icgraph.png +class_top_frame_aea48b19f458cbbc4c147440cfc690c46_icgraph.png +class_top_frame_ad455667bbd5107f04f82b8ee748d9eb5_icgraph.png +class_top_frame_ad455667bbd5107f04f82b8ee748d9eb5_icgraph.png +class_top_frame_a942a998d831614a31f69b9d91aacff33_icgraph.png +class_top_frame_a942a998d831614a31f69b9d91aacff33_icgraph.png +class_top_frame_a9512f3c04c2e9ab2c47f84141547fd1d_icgraph.png +class_top_frame_a9512f3c04c2e9ab2c47f84141547fd1d_icgraph.png +class_top_frame_afbbfabd076b41bcab884206b6c6b0526_icgraph.png +class_top_frame_afbbfabd076b41bcab884206b6c6b0526_icgraph.png +class_top_frame_a47e0020ef6fc50864c3ac66556ca1185_icgraph.png +class_top_frame_a47e0020ef6fc50864c3ac66556ca1185_icgraph.png +class_top_frame_ac76966928c8491bb5adbd1acc8678fd5_icgraph.png +class_top_frame_ac76966928c8491bb5adbd1acc8678fd5_icgraph.png +class_top_frame_a384a65f40c483dcbd2cc1151bd71bfbb_icgraph.png +class_top_frame_a384a65f40c483dcbd2cc1151bd71bfbb_icgraph.png +class_top_frame_a6d4b2952ca287bc60f8c4086b0a5e61c_icgraph.png +class_top_frame_a6d4b2952ca287bc60f8c4086b0a5e61c_icgraph.png +class_top_frame_a0171f3cd74c08fdd1c58e2d9448094ea_icgraph.png +class_top_frame_a0171f3cd74c08fdd1c58e2d9448094ea_icgraph.png +class_top_frame_a617c3d12f8fd373c84858c4d2f0cef34_icgraph.png +class_top_frame_a617c3d12f8fd373c84858c4d2f0cef34_icgraph.png +class_top_frame_a396019a3b0ff107eab1bf80b4f776a18_icgraph.png +class_top_frame_a396019a3b0ff107eab1bf80b4f776a18_icgraph.png +class_top_frame_add7272e7926661e4766572a5f3b39d70_icgraph.png +class_top_frame_add7272e7926661e4766572a5f3b39d70_icgraph.png +class_top_frame_a5ee807cd9f43de8f9cb6c100feab9f22_icgraph.png +class_top_frame_a5ee807cd9f43de8f9cb6c100feab9f22_icgraph.png +class_top_frame_ab566e52bc9e8e09bec02fdf5f1ecdaf2_icgraph.png +class_top_frame_ab566e52bc9e8e09bec02fdf5f1ecdaf2_icgraph.png +class_top_frame_adf37ba3f68b44511ab4f479482693d17_icgraph.png +class_top_frame_adf37ba3f68b44511ab4f479482693d17_icgraph.png +class_top_frame_abecf92c946e342c33afdb164e91dfc74_icgraph.png +class_top_frame_abecf92c946e342c33afdb164e91dfc74_icgraph.png +class_top_frame_a497486f3a9da3eb9037575b8a7bd280c_icgraph.png +class_top_frame_a497486f3a9da3eb9037575b8a7bd280c_icgraph.png +class_top_frame_a4ecd076a7c6a7c0285b3cdba51d37ace_icgraph.png +class_top_frame_a4ecd076a7c6a7c0285b3cdba51d37ace_icgraph.png +class_top_frame_aa856acd0a0bc52635485b7ef8a6845d3_icgraph.png +class_top_frame_aa856acd0a0bc52635485b7ef8a6845d3_icgraph.png +class_top_frame_aed15be3f44741ca04b3681ec625a326b_icgraph.png +class_top_frame_aed15be3f44741ca04b3681ec625a326b_icgraph.png +class_top_frame_ad8454329da0c84b5097524c4b11702ef_icgraph.png +class_top_frame_ad8454329da0c84b5097524c4b11702ef_icgraph.png +class_top_frame_a4da08864997b39e455cb27baf149158e_icgraph.png +class_top_frame_a4da08864997b39e455cb27baf149158e_icgraph.png +class_top_frame_ae6a2fcaea9f637a07c268966e3701a7f_icgraph.png +class_top_frame_ae6a2fcaea9f637a07c268966e3701a7f_icgraph.png +class_top_frame_ad5868b1c2fde8ca783406adc8ef0265e_icgraph.png +class_top_frame_ad5868b1c2fde8ca783406adc8ef0265e_icgraph.png +class_top_frame_a8e2097cede4251a0af1b514644e2af7d_icgraph.png +class_top_frame_a8e2097cede4251a0af1b514644e2af7d_icgraph.png +class_top_frame_aa5f73113b1457581e250a3c5fb8f0064_icgraph.png +class_top_frame_aa5f73113b1457581e250a3c5fb8f0064_icgraph.png +class_top_frame_a68d78b4baf77908eeccd2e6032b75f1b_icgraph.png +class_top_frame_a68d78b4baf77908eeccd2e6032b75f1b_icgraph.png +class_top_frame_a834d6181bfec63909019441880f665a7_icgraph.png +class_top_frame_a834d6181bfec63909019441880f665a7_icgraph.png +class_top_frame_ab41da1d8b60a477e0c2b8aa7ce584a54_icgraph.png +class_top_frame_ab41da1d8b60a477e0c2b8aa7ce584a54_icgraph.png classtop_frame_1_1_top_frame__inherit__graph.png -classtop_frame_1_1_top_frame__inherit__graph.png -classtop_frame_1_1_top_frame__inherit__graph.png -classtop_frame_1_1_top_frame__coll__graph.png -classtop_frame_1_1_top_frame__coll__graph.png classtop_frame_1_1_top_frame__coll__graph.png +classtop_frame_1_1_top_frame_aef31eddf36a67e6d7acf46e74c0d798e_icgraph.png +classtop_frame_1_1_top_frame_a382284d24a1fc872d6fd991ba453efc6_icgraph.png +classtop_frame_1_1_top_frame_a382284d24a1fc872d6fd991ba453efc6_cgraph.png +classtop_frame_1_1_top_frame_a6e6ef0ebc9ec5508f5ac334d20a4d7c5_icgraph.png +classtop_frame_1_1_top_frame_a6e6ef0ebc9ec5508f5ac334d20a4d7c5_cgraph.png +classtop_frame_1_1_top_frame_a8cd748674c23d12edc63c3ebe792e8a7_icgraph.png +classtop_frame_1_1_top_frame_a8cd748674c23d12edc63c3ebe792e8a7_cgraph.png +classtop_frame_1_1_top_frame_ae4a6dc0ac56bc139353b940dbb677d8f_icgraph.png +classtop_frame_1_1_top_frame_ae4a6dc0ac56bc139353b940dbb677d8f_cgraph.png +classtop_frame_1_1_top_frame_a058b8d387613998277c124bbb123493d_icgraph.png +classtop_frame_1_1_top_frame_a058b8d387613998277c124bbb123493d_cgraph.png +classtop_frame_1_1_top_frame_a103471d04670eda55c0ba15a4c433064_icgraph.png +classtop_frame_1_1_top_frame_a103471d04670eda55c0ba15a4c433064_cgraph.png +classtop_frame_1_1_top_frame_aab9a89ec9db5d4eeeda24a70d89cbac5_icgraph.png +classtop_frame_1_1_top_frame_aab9a89ec9db5d4eeeda24a70d89cbac5_cgraph.png +classtop_frame_1_1_top_frame_ade2fe0135a6d86ac58975b6a8954c707_icgraph.png +classtop_frame_1_1_top_frame_ade2fe0135a6d86ac58975b6a8954c707_cgraph.png +classtop_frame_1_1_top_frame_aea801b0866b2e9ed875f6051b6bd7d81_icgraph.png +classtop_frame_1_1_top_frame_aea801b0866b2e9ed875f6051b6bd7d81_cgraph.png +classtop_frame_1_1_top_frame_aa9bce3d0d4dd95d0865d30db7d17445d_icgraph.png +classtop_frame_1_1_top_frame_aa9bce3d0d4dd95d0865d30db7d17445d_cgraph.png +classtop_frame_1_1_top_frame_a4549bc2bf4c06e6a68bcde4356be48ce_icgraph.png +classtop_frame_1_1_top_frame_a4549bc2bf4c06e6a68bcde4356be48ce_cgraph.png +classtop_frame_1_1_top_frame_a50d0051d981eab625207852bba01866c_icgraph.png +classtop_frame_1_1_top_frame_a50d0051d981eab625207852bba01866c_cgraph.png +classtop_frame_1_1_top_frame_af95379a4a07d070daff3a41f59ce5435_icgraph.png +classtop_frame_1_1_top_frame_af95379a4a07d070daff3a41f59ce5435_cgraph.png +classtop_frame_1_1_top_frame_a80278edf47d97a1a1e95c907019a0aeb_icgraph.png +classtop_frame_1_1_top_frame_a80278edf47d97a1a1e95c907019a0aeb_cgraph.png +classtop_frame_1_1_top_frame_a299af3adf9efed97ae331cb12021d0d5_icgraph.png +classtop_frame_1_1_top_frame_a299af3adf9efed97ae331cb12021d0d5_cgraph.png +classtop_frame_1_1_top_frame_af4d7b0000f9958bb959117efabd3e42e_icgraph.png +classtop_frame_1_1_top_frame_af4d7b0000f9958bb959117efabd3e42e_cgraph.png +classtop_frame_1_1_top_frame_a6db43140ce7c8819a85c4b71d2d39372_icgraph.png +classtop_frame_1_1_top_frame_a6db43140ce7c8819a85c4b71d2d39372_cgraph.png +classtop_frame_1_1_top_frame_a8a220b7e04fb0e52ff5f847d52198490_icgraph.png +classtop_frame_1_1_top_frame_a8a220b7e04fb0e52ff5f847d52198490_cgraph.png +classtop_frame_1_1_top_frame_a36db96ac64019879247b7885f9a55652_icgraph.png +classtop_frame_1_1_top_frame_a36db96ac64019879247b7885f9a55652_cgraph.png +classtop_frame_1_1_top_frame_a3bd2532ab1a1ba4a47516a0454f8ed2c_icgraph.png +classtop_frame_1_1_top_frame_a3bd2532ab1a1ba4a47516a0454f8ed2c_cgraph.png +classtop_frame_1_1_top_frame_a99d4ac5feab8afa58b91e9c19b2be90d_icgraph.png +classtop_frame_1_1_top_frame_a99d4ac5feab8afa58b91e9c19b2be90d_cgraph.png +classtop_frame_1_1_top_frame_a3bf119c8b63122fa7bb768d89d1da19e_icgraph.png +classtop_frame_1_1_top_frame_a3bf119c8b63122fa7bb768d89d1da19e_cgraph.png +classtop_frame_1_1_top_frame_a9a74c20a66c6414a82612abd6b7a5fc8_icgraph.png +classtop_frame_1_1_top_frame_a9a74c20a66c6414a82612abd6b7a5fc8_cgraph.png +classtop_frame_1_1_top_frame_a9106ef59ae91848ffb4cb6760d0d31b7_icgraph.png +classtop_frame_1_1_top_frame_a9106ef59ae91848ffb4cb6760d0d31b7_cgraph.png +classtop_frame_1_1_top_frame_a9dbb5d6103ce150d8f14392bbcc20b8b_icgraph.png +classtop_frame_1_1_top_frame_a9dbb5d6103ce150d8f14392bbcc20b8b_cgraph.png +classtop_frame_1_1_top_frame_ad73fb7b48663c5050d5c0b4bdb962667_icgraph.png +classtop_frame_1_1_top_frame_ad73fb7b48663c5050d5c0b4bdb962667_cgraph.png +classtop_frame_1_1_top_frame_a3c44ab74c19101b09c6cf771bcb7b3ab_icgraph.png +classtop_frame_1_1_top_frame_a3c44ab74c19101b09c6cf771bcb7b3ab_cgraph.png +classtop_frame_1_1_top_frame_ad3f6353b870c7f494c54bacd2ed9d790_icgraph.png +classtop_frame_1_1_top_frame_ad3f6353b870c7f494c54bacd2ed9d790_cgraph.png +classtop_frame_1_1_top_frame_a573d7628c10e848e967b75ba30320823_icgraph.png +classtop_frame_1_1_top_frame_a573d7628c10e848e967b75ba30320823_cgraph.png +classtop_frame_1_1_top_frame_a50f7687dbc30474392e57da99defc206_icgraph.png +classtop_frame_1_1_top_frame_a50f7687dbc30474392e57da99defc206_cgraph.png +classtop_frame_1_1_top_frame_acdb4c8f0b6e19883a0c0283bfe22e03e_icgraph.png +classtop_frame_1_1_top_frame_acdb4c8f0b6e19883a0c0283bfe22e03e_cgraph.png +classtop_frame_1_1_top_frame_ad9956c7d67ec371df1403538c990af45_icgraph.png +classtop_frame_1_1_top_frame_ad9956c7d67ec371df1403538c990af45_cgraph.png +classtop_frame_1_1_top_frame_ae6c632a018c9b1a962601e9029468884_icgraph.png +classtop_frame_1_1_top_frame_ae6c632a018c9b1a962601e9029468884_cgraph.png +classtop_frame_1_1_top_frame_a95ef55689bd48a98ff8569d101cd18cb_icgraph.png +classtop_frame_1_1_top_frame_a95ef55689bd48a98ff8569d101cd18cb_cgraph.png +classtop_frame_1_1_top_frame_a032088155c4dd9ec9004f0f53d49b41d_icgraph.png +classtop_frame_1_1_top_frame_a032088155c4dd9ec9004f0f53d49b41d_cgraph.png +classtop_frame_1_1_top_frame_ab85a2a0f430bc1f7b10db88b8d5a7f5c_icgraph.png +classtop_frame_1_1_top_frame_ab85a2a0f430bc1f7b10db88b8d5a7f5c_cgraph.png +classtop_frame_1_1_top_frame_ab9cf5f0b175fea41a0737d30a691a2cc_icgraph.png +classtop_frame_1_1_top_frame_ab9cf5f0b175fea41a0737d30a691a2cc_cgraph.png +classtop_frame_1_1_top_frame_a781976de8bd8ed61197c9174e87e1476_icgraph.png +classtop_frame_1_1_top_frame_a781976de8bd8ed61197c9174e87e1476_cgraph.png +classtop_frame_1_1_top_frame_afd791a7462b1b8bc8c125c67c26d919f_icgraph.png +classtop_frame_1_1_top_frame_afd791a7462b1b8bc8c125c67c26d919f_cgraph.png +classtop_frame_1_1_top_frame_ab015d357a61e776a6706216e3d753dc9_icgraph.png +classtop_frame_1_1_top_frame_ab015d357a61e776a6706216e3d753dc9_cgraph.png +classtop_frame_1_1_top_frame_aa248a2960760ffce8c20ee7f31a48338_icgraph.png +classtop_frame_1_1_top_frame_aa248a2960760ffce8c20ee7f31a48338_cgraph.png +classtop_frame_1_1_top_frame_aed3ffbcf897fa6ef9af91fa7d0f528c5_icgraph.png +classtop_frame_1_1_top_frame_aed3ffbcf897fa6ef9af91fa7d0f528c5_cgraph.png classtop_frame_1_1_dlg_about__inherit__graph.png classtop_frame_1_1_dlg_about__coll__graph.png +classtop_frame_1_1_dlg_about_a9a54951456720a52289b2cf0cb554f8f_icgraph.png +classtop_frame_1_1_dlg_about_a2ae66cf7ba45375df2430997bf343d83_icgraph.png +classtop_frame_1_1_dlg_about_a9a54951456720a52289b2cf0cb554f8f_cgraph.png +classtop_frame_1_1_dlg_about_a2ae66cf7ba45375df2430997bf343d83_cgraph.png +classtop_frame_1_1_dlg_about_a857097225e2f16ad6f280eb801e85a9a_icgraph.png +classtop_frame_1_1_dlg_about_a857097225e2f16ad6f280eb801e85a9a_cgraph.png +classtop_frame_1_1_dlg_about_aa081cc24b3c0e89f3e89b3d9db5607b4_icgraph.png +classtop_frame_1_1_dlg_about_aa081cc24b3c0e89f3e89b3d9db5607b4_cgraph.png classtop_frame_1_1_dlg_audio__inherit__graph.png classtop_frame_1_1_dlg_audio__coll__graph.png +classtop_frame_1_1_dlg_audio_a7a495d594fc6fb325e0cd93e39c0c237_icgraph.png +classtop_frame_1_1_dlg_audio_a40d7e3d63aae25f330a6ea0e5e05bb6d_icgraph.png +classtop_frame_1_1_dlg_audio_a7a495d594fc6fb325e0cd93e39c0c237_cgraph.png +classtop_frame_1_1_dlg_audio_a40d7e3d63aae25f330a6ea0e5e05bb6d_cgraph.png +classtop_frame_1_1_dlg_audio_ae6adfc873b828014e46bb3e203b45839_cgraph.png +classtop_frame_1_1_dlg_audio_ae6adfc873b828014e46bb3e203b45839_icgraph.png +classtop_frame_1_1_dlg_audio_af7cc1df100353fbf6b3495d78d084a5f_cgraph.png +classtop_frame_1_1_dlg_audio_af7cc1df100353fbf6b3495d78d084a5f_icgraph.png +classtop_frame_1_1_dlg_audio_ac5ce3a5e6041b81de54891b76894eaf9_cgraph.png +classtop_frame_1_1_dlg_audio_ac5ce3a5e6041b81de54891b76894eaf9_icgraph.png +classtop_frame_1_1_dlg_audio_a1fb91492068da9f9e4fa363dbdf6b0f1_cgraph.png +classtop_frame_1_1_dlg_audio_a1fb91492068da9f9e4fa363dbdf6b0f1_icgraph.png +classtop_frame_1_1_dlg_audio_a4b53e7ed1cd9b4fcaed11be000854584_cgraph.png +classtop_frame_1_1_dlg_audio_a4b53e7ed1cd9b4fcaed11be000854584_icgraph.png +classtop_frame_1_1_dlg_audio_a91ecef8ce46e5cb387e2e9d4ceec1918_cgraph.png +classtop_frame_1_1_dlg_audio_a91ecef8ce46e5cb387e2e9d4ceec1918_icgraph.png +classtop_frame_1_1_dlg_audio_ae57365fbf3c98ce03687277de302971d_cgraph.png +classtop_frame_1_1_dlg_audio_ae57365fbf3c98ce03687277de302971d_icgraph.png +classtop_frame_1_1_dlg_audio_a6428699a235365093280c1bb2b62ea94_cgraph.png +classtop_frame_1_1_dlg_audio_a6428699a235365093280c1bb2b62ea94_icgraph.png +classtop_frame_1_1_dlg_audio_a04e5ac28611d729225f9c4b6c627169c_cgraph.png +classtop_frame_1_1_dlg_audio_a04e5ac28611d729225f9c4b6c627169c_icgraph.png classtop_frame_1_1_dlg_options__inherit__graph.png classtop_frame_1_1_dlg_options__coll__graph.png +classtop_frame_1_1_dlg_options_a6893e868e13cea7691a5ce907aa26698_icgraph.png +classtop_frame_1_1_dlg_options_ab6c6573237008353197b5d59edf483aa_icgraph.png +classtop_frame_1_1_dlg_options_a6893e868e13cea7691a5ce907aa26698_cgraph.png +classtop_frame_1_1_dlg_options_ab6c6573237008353197b5d59edf483aa_cgraph.png +classtop_frame_1_1_dlg_options_a345d1bbcdca3053fcbb64d5c0107048d_icgraph.png +classtop_frame_1_1_dlg_options_a345d1bbcdca3053fcbb64d5c0107048d_cgraph.png +classtop_frame_1_1_dlg_options_a3ee30fad536ba149910ac425bff06b90_icgraph.png +classtop_frame_1_1_dlg_options_a3ee30fad536ba149910ac425bff06b90_cgraph.png classtop_frame_1_1_dlg_com_ports__inherit__graph.png classtop_frame_1_1_dlg_com_ports__coll__graph.png +classtop_frame_1_1_dlg_com_ports_ae98733e64a744a52bfbc8c0f49af99e5_icgraph.png +classtop_frame_1_1_dlg_com_ports_aa849a2e894a2f9b82177d7df02a552f8_icgraph.png +classtop_frame_1_1_dlg_com_ports_ae98733e64a744a52bfbc8c0f49af99e5_cgraph.png +classtop_frame_1_1_dlg_com_ports_aa849a2e894a2f9b82177d7df02a552f8_cgraph.png +classtop_frame_1_1_dlg_com_ports_a01e8607331a41ba1c2a13a07403967a2_icgraph.png +classtop_frame_1_1_dlg_com_ports_a01e8607331a41ba1c2a13a07403967a2_cgraph.png graph_legend.png +dir_2dca8952fbeb04e06b6ea2aea6220ae6_dep.png dir_68267d1309a1af8e8297ef4c3efbcdba_dep.png inherit_graph_0.png inherit_graph_1.png @@ -234,3 +875,6 @@ inherit_graph_5.png inherit_graph_6.png inherit_graph_7.png inherit_graph_8.png +inherit_graph_9.png +inherit_graph_10.png +inherit_graph_11.png diff --git a/fdmdv2/fdmdv2-doc/html/index.html b/fdmdv2/fdmdv2-doc/html/index.html index ce7e91bb..c4e0821f 100644 --- a/fdmdv2/fdmdv2-doc/html/index.html +++ b/fdmdv2/fdmdv2-doc/html/index.html @@ -30,6 +30,7 @@ diff --git a/fdmdv2/fdmdv2-doc/html/inherit_graph_0.map b/fdmdv2/fdmdv2-doc/html/inherit_graph_0.map index 1e724b66..f8b5d59d 100644 --- a/fdmdv2/fdmdv2-doc/html/inherit_graph_0.map +++ b/fdmdv2/fdmdv2-doc/html/inherit_graph_0.map @@ -1,3 +1,3 @@ - + diff --git a/fdmdv2/fdmdv2-doc/html/inherit_graph_0.md5 b/fdmdv2/fdmdv2-doc/html/inherit_graph_0.md5 index ed6c2fa3..5e9f9bcd 100644 --- a/fdmdv2/fdmdv2-doc/html/inherit_graph_0.md5 +++ b/fdmdv2/fdmdv2-doc/html/inherit_graph_0.md5 @@ -1 +1 @@ -aaffd05cfd69bb82e822a993b3eeb692 \ No newline at end of file +557b143ce8c560ac9988331631a8a934 \ No newline at end of file diff --git a/fdmdv2/fdmdv2-doc/html/inherit_graph_0.png b/fdmdv2/fdmdv2-doc/html/inherit_graph_0.png index 8a5d4f6e..ccdb1f10 100644 Binary files a/fdmdv2/fdmdv2-doc/html/inherit_graph_0.png and b/fdmdv2/fdmdv2-doc/html/inherit_graph_0.png differ diff --git a/fdmdv2/fdmdv2-doc/html/inherit_graph_1.map b/fdmdv2/fdmdv2-doc/html/inherit_graph_1.map index 66e0d4ae..1f59d1bf 100644 --- a/fdmdv2/fdmdv2-doc/html/inherit_graph_1.map +++ b/fdmdv2/fdmdv2-doc/html/inherit_graph_1.map @@ -1,10 +1,5 @@ - - - - - - - - + + + diff --git a/fdmdv2/fdmdv2-doc/html/inherit_graph_1.md5 b/fdmdv2/fdmdv2-doc/html/inherit_graph_1.md5 index 8338a140..d44e94ff 100644 --- a/fdmdv2/fdmdv2-doc/html/inherit_graph_1.md5 +++ b/fdmdv2/fdmdv2-doc/html/inherit_graph_1.md5 @@ -1 +1 @@ -88a3909d536643f3f7d46cc7f2761e21 \ No newline at end of file +22ab79c03b8c54eb216a1dc7f3db381d \ No newline at end of file diff --git a/fdmdv2/fdmdv2-doc/html/inherit_graph_1.png b/fdmdv2/fdmdv2-doc/html/inherit_graph_1.png index 2ab72931..de358d0d 100644 Binary files a/fdmdv2/fdmdv2-doc/html/inherit_graph_1.png and b/fdmdv2/fdmdv2-doc/html/inherit_graph_1.png differ diff --git a/fdmdv2/fdmdv2-doc/html/inherit_graph_10.map b/fdmdv2/fdmdv2-doc/html/inherit_graph_10.map index 31d17a45..b1330d5a 100644 --- a/fdmdv2/fdmdv2-doc/html/inherit_graph_10.map +++ b/fdmdv2/fdmdv2-doc/html/inherit_graph_10.map @@ -1,3 +1,6 @@ - + + + + diff --git a/fdmdv2/fdmdv2-doc/html/inherit_graph_10.md5 b/fdmdv2/fdmdv2-doc/html/inherit_graph_10.md5 index 47815940..103102f1 100644 --- a/fdmdv2/fdmdv2-doc/html/inherit_graph_10.md5 +++ b/fdmdv2/fdmdv2-doc/html/inherit_graph_10.md5 @@ -1 +1 @@ -525a4c2f16e8142c9cd309bcb3f8b097 \ No newline at end of file +c13989b3af8973ad5138960c701e5c31 \ No newline at end of file diff --git a/fdmdv2/fdmdv2-doc/html/inherit_graph_10.png b/fdmdv2/fdmdv2-doc/html/inherit_graph_10.png index ec167520..f9f5da24 100644 Binary files a/fdmdv2/fdmdv2-doc/html/inherit_graph_10.png and b/fdmdv2/fdmdv2-doc/html/inherit_graph_10.png differ diff --git a/fdmdv2/fdmdv2-doc/html/inherit_graph_2.map b/fdmdv2/fdmdv2-doc/html/inherit_graph_2.map index 755dc41c..1e724b66 100644 --- a/fdmdv2/fdmdv2-doc/html/inherit_graph_2.map +++ b/fdmdv2/fdmdv2-doc/html/inherit_graph_2.map @@ -1,3 +1,3 @@ - + diff --git a/fdmdv2/fdmdv2-doc/html/inherit_graph_2.md5 b/fdmdv2/fdmdv2-doc/html/inherit_graph_2.md5 index 687a5ac5..ed6c2fa3 100644 --- a/fdmdv2/fdmdv2-doc/html/inherit_graph_2.md5 +++ b/fdmdv2/fdmdv2-doc/html/inherit_graph_2.md5 @@ -1 +1 @@ -b0d059122332f6505326b5bc3f2385cb \ No newline at end of file +aaffd05cfd69bb82e822a993b3eeb692 \ No newline at end of file diff --git a/fdmdv2/fdmdv2-doc/html/inherit_graph_2.png b/fdmdv2/fdmdv2-doc/html/inherit_graph_2.png index bf99ff35..8a5d4f6e 100644 Binary files a/fdmdv2/fdmdv2-doc/html/inherit_graph_2.png and b/fdmdv2/fdmdv2-doc/html/inherit_graph_2.png differ diff --git a/fdmdv2/fdmdv2-doc/html/inherit_graph_3.map b/fdmdv2/fdmdv2-doc/html/inherit_graph_3.map index 1179fdd7..dd10b6a4 100644 --- a/fdmdv2/fdmdv2-doc/html/inherit_graph_3.map +++ b/fdmdv2/fdmdv2-doc/html/inherit_graph_3.map @@ -1,3 +1,11 @@ - + + + + + + + + + diff --git a/fdmdv2/fdmdv2-doc/html/inherit_graph_3.md5 b/fdmdv2/fdmdv2-doc/html/inherit_graph_3.md5 index e143f0ce..9b651497 100644 --- a/fdmdv2/fdmdv2-doc/html/inherit_graph_3.md5 +++ b/fdmdv2/fdmdv2-doc/html/inherit_graph_3.md5 @@ -1 +1 @@ -1920088faa490f7be8a5c842313ef4ce \ No newline at end of file +805c6dbc7f1d972f6ae52829cfcba298 \ No newline at end of file diff --git a/fdmdv2/fdmdv2-doc/html/inherit_graph_3.png b/fdmdv2/fdmdv2-doc/html/inherit_graph_3.png index f1470525..bf71fd23 100644 Binary files a/fdmdv2/fdmdv2-doc/html/inherit_graph_3.png and b/fdmdv2/fdmdv2-doc/html/inherit_graph_3.png differ diff --git a/fdmdv2/fdmdv2-doc/html/inherit_graph_4.map b/fdmdv2/fdmdv2-doc/html/inherit_graph_4.map index db7b472a..d842691a 100644 --- a/fdmdv2/fdmdv2-doc/html/inherit_graph_4.map +++ b/fdmdv2/fdmdv2-doc/html/inherit_graph_4.map @@ -1,7 +1,3 @@ - - - - - + diff --git a/fdmdv2/fdmdv2-doc/html/inherit_graph_4.md5 b/fdmdv2/fdmdv2-doc/html/inherit_graph_4.md5 index 19843443..599f48db 100644 --- a/fdmdv2/fdmdv2-doc/html/inherit_graph_4.md5 +++ b/fdmdv2/fdmdv2-doc/html/inherit_graph_4.md5 @@ -1 +1 @@ -cfd38fb51da4aafb8dbd51df49bee140 \ No newline at end of file +1d27f93ee790e3459196927d45787429 \ No newline at end of file diff --git a/fdmdv2/fdmdv2-doc/html/inherit_graph_4.png b/fdmdv2/fdmdv2-doc/html/inherit_graph_4.png index 0d6453be..8ec8520b 100644 Binary files a/fdmdv2/fdmdv2-doc/html/inherit_graph_4.png and b/fdmdv2/fdmdv2-doc/html/inherit_graph_4.png differ diff --git a/fdmdv2/fdmdv2-doc/html/inherit_graph_5.map b/fdmdv2/fdmdv2-doc/html/inherit_graph_5.map index 030f3040..755dc41c 100644 --- a/fdmdv2/fdmdv2-doc/html/inherit_graph_5.map +++ b/fdmdv2/fdmdv2-doc/html/inherit_graph_5.map @@ -1,3 +1,3 @@ - + diff --git a/fdmdv2/fdmdv2-doc/html/inherit_graph_5.md5 b/fdmdv2/fdmdv2-doc/html/inherit_graph_5.md5 index fb8e437f..687a5ac5 100644 --- a/fdmdv2/fdmdv2-doc/html/inherit_graph_5.md5 +++ b/fdmdv2/fdmdv2-doc/html/inherit_graph_5.md5 @@ -1 +1 @@ -959eb051c85531be48a3cb2dc971771a \ No newline at end of file +b0d059122332f6505326b5bc3f2385cb \ No newline at end of file diff --git a/fdmdv2/fdmdv2-doc/html/inherit_graph_5.png b/fdmdv2/fdmdv2-doc/html/inherit_graph_5.png index d4df11e1..bf99ff35 100644 Binary files a/fdmdv2/fdmdv2-doc/html/inherit_graph_5.png and b/fdmdv2/fdmdv2-doc/html/inherit_graph_5.png differ diff --git a/fdmdv2/fdmdv2-doc/html/inherit_graph_6.map b/fdmdv2/fdmdv2-doc/html/inherit_graph_6.map index 1196e743..906dfb39 100644 --- a/fdmdv2/fdmdv2-doc/html/inherit_graph_6.map +++ b/fdmdv2/fdmdv2-doc/html/inherit_graph_6.map @@ -1,4 +1,6 @@ - - + + + + diff --git a/fdmdv2/fdmdv2-doc/html/inherit_graph_6.md5 b/fdmdv2/fdmdv2-doc/html/inherit_graph_6.md5 index 56859660..21a2741d 100644 --- a/fdmdv2/fdmdv2-doc/html/inherit_graph_6.md5 +++ b/fdmdv2/fdmdv2-doc/html/inherit_graph_6.md5 @@ -1 +1 @@ -3578d43f0652547b11bc013a1a10eba3 \ No newline at end of file +8a15727b6da14eed74086d7c75025d66 \ No newline at end of file diff --git a/fdmdv2/fdmdv2-doc/html/inherit_graph_6.png b/fdmdv2/fdmdv2-doc/html/inherit_graph_6.png index 3da9ca24..856c2211 100644 Binary files a/fdmdv2/fdmdv2-doc/html/inherit_graph_6.png and b/fdmdv2/fdmdv2-doc/html/inherit_graph_6.png differ diff --git a/fdmdv2/fdmdv2-doc/html/inherit_graph_7.map b/fdmdv2/fdmdv2-doc/html/inherit_graph_7.map index b1330d5a..1179fdd7 100644 --- a/fdmdv2/fdmdv2-doc/html/inherit_graph_7.map +++ b/fdmdv2/fdmdv2-doc/html/inherit_graph_7.map @@ -1,6 +1,3 @@ - - - - + diff --git a/fdmdv2/fdmdv2-doc/html/inherit_graph_7.md5 b/fdmdv2/fdmdv2-doc/html/inherit_graph_7.md5 index 103102f1..e143f0ce 100644 --- a/fdmdv2/fdmdv2-doc/html/inherit_graph_7.md5 +++ b/fdmdv2/fdmdv2-doc/html/inherit_graph_7.md5 @@ -1 +1 @@ -c13989b3af8973ad5138960c701e5c31 \ No newline at end of file +1920088faa490f7be8a5c842313ef4ce \ No newline at end of file diff --git a/fdmdv2/fdmdv2-doc/html/inherit_graph_7.png b/fdmdv2/fdmdv2-doc/html/inherit_graph_7.png index f9f5da24..f1470525 100644 Binary files a/fdmdv2/fdmdv2-doc/html/inherit_graph_7.png and b/fdmdv2/fdmdv2-doc/html/inherit_graph_7.png differ diff --git a/fdmdv2/fdmdv2-doc/html/inherit_graph_8.map b/fdmdv2/fdmdv2-doc/html/inherit_graph_8.map index 31d17a45..db7b472a 100644 --- a/fdmdv2/fdmdv2-doc/html/inherit_graph_8.map +++ b/fdmdv2/fdmdv2-doc/html/inherit_graph_8.map @@ -1,3 +1,7 @@ - + + + + + diff --git a/fdmdv2/fdmdv2-doc/html/inherit_graph_8.md5 b/fdmdv2/fdmdv2-doc/html/inherit_graph_8.md5 index 47815940..19843443 100644 --- a/fdmdv2/fdmdv2-doc/html/inherit_graph_8.md5 +++ b/fdmdv2/fdmdv2-doc/html/inherit_graph_8.md5 @@ -1 +1 @@ -525a4c2f16e8142c9cd309bcb3f8b097 \ No newline at end of file +cfd38fb51da4aafb8dbd51df49bee140 \ No newline at end of file diff --git a/fdmdv2/fdmdv2-doc/html/inherit_graph_8.png b/fdmdv2/fdmdv2-doc/html/inherit_graph_8.png index ec167520..0d6453be 100644 Binary files a/fdmdv2/fdmdv2-doc/html/inherit_graph_8.png and b/fdmdv2/fdmdv2-doc/html/inherit_graph_8.png differ diff --git a/fdmdv2/fdmdv2-doc/html/inherit_graph_9.map b/fdmdv2/fdmdv2-doc/html/inherit_graph_9.map index b1330d5a..030f3040 100644 --- a/fdmdv2/fdmdv2-doc/html/inherit_graph_9.map +++ b/fdmdv2/fdmdv2-doc/html/inherit_graph_9.map @@ -1,6 +1,3 @@ - - - - + diff --git a/fdmdv2/fdmdv2-doc/html/inherit_graph_9.md5 b/fdmdv2/fdmdv2-doc/html/inherit_graph_9.md5 index 103102f1..fb8e437f 100644 --- a/fdmdv2/fdmdv2-doc/html/inherit_graph_9.md5 +++ b/fdmdv2/fdmdv2-doc/html/inherit_graph_9.md5 @@ -1 +1 @@ -c13989b3af8973ad5138960c701e5c31 \ No newline at end of file +959eb051c85531be48a3cb2dc971771a \ No newline at end of file diff --git a/fdmdv2/fdmdv2-doc/html/inherit_graph_9.png b/fdmdv2/fdmdv2-doc/html/inherit_graph_9.png index f9f5da24..d4df11e1 100644 Binary files a/fdmdv2/fdmdv2-doc/html/inherit_graph_9.png and b/fdmdv2/fdmdv2-doc/html/inherit_graph_9.png differ diff --git a/fdmdv2/fdmdv2-doc/html/inherits.html b/fdmdv2/fdmdv2-doc/html/inherits.html index ba9eda29..8aba1937 100644 --- a/fdmdv2/fdmdv2-doc/html/inherits.html +++ b/fdmdv2/fdmdv2-doc/html/inherits.html @@ -30,6 +30,7 @@ diff --git a/fdmdv2/fdmdv2-doc/html/struct_c_o_m_p-members.html b/fdmdv2/fdmdv2-doc/html/struct_c_o_m_p-members.html index d11074ff..5231ea7e 100644 --- a/fdmdv2/fdmdv2-doc/html/struct_c_o_m_p-members.html +++ b/fdmdv2/fdmdv2-doc/html/struct_c_o_m_p-members.html @@ -30,6 +30,7 @@ diff --git a/fdmdv2/fdmdv2-doc/html/struct_c_o_m_p.html b/fdmdv2/fdmdv2-doc/html/struct_c_o_m_p.html index bd2a5ba5..b103bf0a 100644 --- a/fdmdv2/fdmdv2-doc/html/struct_c_o_m_p.html +++ b/fdmdv2/fdmdv2-doc/html/struct_c_o_m_p.html @@ -30,6 +30,7 @@
    + +

    #include <comp.h>

    - + - +

    Public Attributes

    -float real
    float real
     
    -float imag
    float imag
     
    +

    Detailed Description

    +
    +

    Definition at line 33 of file comp.h.

    +

    Member Data Documentation

    + +
    +
    + + + + +
    float COMP::imag
    +
    + +

    Definition at line 36 of file comp.h.

    + +
    +
    + +
    +
    + + + + +
    float COMP::real
    +
    + +

    Definition at line 35 of file comp.h.

    + +
    +

    The documentation for this struct was generated from the following file:
    • C:/bin/Projects/Radio/fdmdv2/src/comp.h
    diff --git a/fdmdv2/fdmdv2-doc/html/structpa_call_back_data-members.html b/fdmdv2/fdmdv2-doc/html/structpa_call_back_data-members.html index 2dce742c..5a557408 100644 --- a/fdmdv2/fdmdv2-doc/html/structpa_call_back_data-members.html +++ b/fdmdv2/fdmdv2-doc/html/structpa_call_back_data-members.html @@ -30,6 +30,7 @@ diff --git a/fdmdv2/fdmdv2-doc/html/structpa_call_back_data.html b/fdmdv2/fdmdv2-doc/html/structpa_call_back_data.html index 7450c4b8..3b00f397 100644 --- a/fdmdv2/fdmdv2-doc/html/structpa_call_back_data.html +++ b/fdmdv2/fdmdv2-doc/html/structpa_call_back_data.html @@ -30,6 +30,7 @@
    + +

    #include <fdmdv2_main.h>

    +
    +Collaboration diagram for paCallBackData:
    +
    +
    Collaboration graph
    + +
    [legend]
    - + + + + + - + + + + +

    Public Attributes

    -float in48k [FDMDV_OS_TAPS+N48]
    PlotSpectrumpSPPanel
     
    PlotWaterfallpWFPanel
     
    float in48k [FDMDV_OS_TAPS+N48]
     
    -float in8k [MEM8+N8]
    float in8k [MEM8+N8]
     
    struct FIFO * infifo
     
    struct FIFO * outfifo
     
    +

    Detailed Description

    +
    +

    Definition at line 116 of file fdmdv2_main.h.

    +

    Member Data Documentation

    + +
    +
    + + + + +
    float paCallBackData::in48k[FDMDV_OS_TAPS+N48]
    +
    + +

    Definition at line 121 of file fdmdv2_main.h.

    + +
    +
    + +
    +
    + + + + +
    float paCallBackData::in8k[MEM8+N8]
    +
    + +

    Definition at line 122 of file fdmdv2_main.h.

    + +
    +
    + +
    +
    + + + + +
    struct FIFO* paCallBackData::infifo
    +
    + +

    Definition at line 123 of file fdmdv2_main.h.

    + +
    +
    + +
    +
    + + + + +
    struct FIFO* paCallBackData::outfifo
    +
    + +

    Definition at line 124 of file fdmdv2_main.h.

    + +
    +
    + +
    +
    + + + + +
    PlotSpectrum* paCallBackData::pSPPanel
    +
    + +

    Definition at line 118 of file fdmdv2_main.h.

    + +
    +
    + +
    +
    + + + + +
    PlotWaterfall* paCallBackData::pWFPanel
    +
    + +

    Definition at line 119 of file fdmdv2_main.h.

    + +
    +

    The documentation for this struct was generated from the following file:
      -
    • C:/bin/Projects/Radio/fdmdv2/src/fdmdv2_pa_wrapper.cpp
    • +
    • C:/bin/Projects/Radio/fdmdv2/src/fdmdv2_main.h
    diff --git a/fdmdv2/fdmdv2-doc/html/thread__audio_8h_source.html b/fdmdv2/fdmdv2-doc/html/thread__audio_8h_source.html index b92c7615..46cd483c 100644 --- a/fdmdv2/fdmdv2-doc/html/thread__audio_8h_source.html +++ b/fdmdv2/fdmdv2-doc/html/thread__audio_8h_source.html @@ -3,7 +3,7 @@ -FDMDV2: C:/bin/Projects/Radio/fdmdv2/src/thread_audio.h Source File +FDMDV2: C:/bin/Projects/Radio/fdmdv2/src/detritus/thread_audio.h Source File @@ -30,6 +30,7 @@
  • @@ -49,7 +51,7 @@
    thread_audio.h
    -
    1 //==========================================================================
    +Go to the documentation of this file.
    1 //==========================================================================
    2 // Name: thread_audio.h
    3 //
    4 // Purpose: Declares background thread classes to handle audio IO.
    @@ -59,7 +61,7 @@
    8 // components of this project)
    9 //==========================================================================
    10 #include <wx/thread.h>
    -
    11 #include "fdmdv2_main.h"
    +
    11 #include "fdmdv2_main.h"
    12 
    13 #ifndef __THREAD_AUDIO__
    14 #define __THREAD_AUDIO__
    @@ -70,42 +72,42 @@
    19 class AudioThread: public wxThread
    20 {
    21  public:
    -
    22  AudioThread(MainFrame *handler) : wxThread(wxTHREAD_DETACHED){ m_pHandler = handler; }
    -
    23  ~AudioThread();
    -
    24  void *Entry();
    -
    25  void OnDelete();
    -
    26  void OnExit();
    -
    27  void OnKill();
    -
    28  bool TestDestroy();
    +
    22  AudioThread(MainFrame *handler) : wxThread(wxTHREAD_DETACHED){ m_pHandler = handler; }
    +
    23  ~AudioThread();
    +
    24  void *Entry();
    +
    25  void OnDelete();
    +
    26  void OnExit();
    +
    27  void OnKill();
    +
    28  bool TestDestroy();
    29 
    30  protected:
    31  //ExitCode Entry();
    -
    32  MainFrame *m_pHandler;
    +
    33 };
    34 
    35  // declare a new type of event, to be used by our MyThread class:
    -
    36  wxDECLARE_EVENT(wxEVT_COMMAND_MYTHREAD_COMPLETED, wxThreadEvent);
    -
    37  wxDECLARE_EVENT(wxEVT_COMMAND_MYTHREAD_UPDATE, wxThreadEvent);
    +
    36  wxDECLARE_EVENT(wxEVT_COMMAND_MYTHREAD_COMPLETED, wxThreadEvent);
    +
    37  wxDECLARE_EVENT(wxEVT_COMMAND_MYTHREAD_UPDATE, wxThreadEvent);
    38  class MyFrame;
    39 
    40  class MyThread : public wxThread
    41  {
    42  public:
    -
    43  MyThread(MyFrame *handler)
    +
    43  MyThread(MyFrame *handler)
    44  : wxThread(wxTHREAD_DETACHED)
    -
    45  { m_pHandler = handler }
    -
    46  ~MyThread();
    +
    45  { m_pHandler = handler }
    +
    46  ~MyThread();
    47 
    48  protected:
    -
    49  virtual ExitCode Entry();
    -
    50  MyFrame *m_pHandler;
    +
    49  virtual ExitCode Entry();
    +
    51  };
    52 
    53  class MyFrame : public wxFrame
    54  {
    55  public:
    56  ...
    -
    57  ~MyFrame()
    +
    58  {
    59  // it's better to do any thread cleanup in the OnClose()
    60  // event handler, rather than in the destructor.
    @@ -116,32 +118,32 @@
    65  // See @ref overview_windowdeletion for more info.
    66  }
    67  ...
    -
    68  void DoStartThread();
    -
    69  void DoPauseThread();
    +
    68  void DoStartThread();
    +
    69  void DoPauseThread();
    70 
    71  // a resume routine would be nearly identic to DoPauseThread()
    -
    72  void DoResumeThread() { ... }
    +
    72  void DoResumeThread() { ... }
    73 
    -
    74  void OnThreadUpdate(wxThreadEvent&);
    -
    75  void OnThreadCompletion(wxThreadEvent&);
    -
    76  void OnClose(wxCloseEvent&);
    +
    74  void OnThreadUpdate(wxThreadEvent&);
    +
    75  void OnThreadCompletion(wxThreadEvent&);
    +
    76  void OnClose(wxCloseEvent&);
    77 
    78  protected:
    -
    79  MyThread *m_pThread;
    -
    80  wxCriticalSection m_pThreadCS; // protects the m_pThread pointer
    + +
    80  wxCriticalSection m_pThreadCS; // protects the m_pThread pointer
    81 
    -
    82  wxDECLARE_EVENT_TABLE();
    +
    83  };
    84 
    -
    85  wxBEGIN_EVENT_TABLE(MyFrame, wxFrame)
    +
    86  EVT_CLOSE(MyFrame::OnClose)
    87  EVT_MENU(Minimal_Start, MyFrame::DoStartThread)
    88  EVT_COMMAND(wxID_ANY, wxEVT_COMMAND_MYTHREAD_UPDATE, MyFrame::OnThreadUpdate)
    89  EVT_COMMAND(wxID_ANY, wxEVT_COMMAND_MYTHREAD_COMPLETED, MyFrame::OnThreadCompletion)
    90  wxEND_EVENT_TABLE()
    91 
    -
    92  wxDEFINE_EVENT(wxEVT_COMMAND_MYTHREAD_COMPLETED, wxThreadEvent)
    -
    93  wxDEFINE_EVENT(wxEVT_COMMAND_MYTHREAD_UPDATE, wxThreadEvent)
    +
    92  wxDEFINE_EVENT(wxEVT_COMMAND_MYTHREAD_COMPLETED, wxThreadEvent)
    +
    93  wxDEFINE_EVENT(wxEVT_COMMAND_MYTHREAD_UPDATE, wxThreadEvent)
    94 
    95  void MyFrame::DoStartThread()
    96  {
    @@ -169,71 +171,71 @@
    118  }
    119  }
    120 
    -
    121  wxThread::ExitCode MyThread::Entry()
    +
    121  wxThread::ExitCode MyThread::Entry()
    122  {
    123  while (!TestDestroy())
    124  {
    125  // ... do a bit of work...
    126 
    -
    127  wxQueueEvent(m_pHandler, new wxThreadEvent(wxEVT_COMMAND_MYTHREAD_UPDATE));
    +
    127  wxQueueEvent(m_pHandler, new wxThreadEvent(wxEVT_COMMAND_MYTHREAD_UPDATE));
    128  }
    129 
    130  // signal the event handler that this thread is going to be destroyed
    131  // NOTE: here we assume that using the m_pHandler pointer is safe,
    132  // (in this case this is assured by the MyFrame destructor)
    -
    133  wxQueueEvent(m_pHandler, new wxThreadEvent(wxEVT_COMMAND_MYTHREAD_COMPLETED));
    +
    133  wxQueueEvent(m_pHandler, new wxThreadEvent(wxEVT_COMMAND_MYTHREAD_COMPLETED));
    134 
    135  return (wxThread::ExitCode)0; // success
    136  }
    137 
    -
    138  MyThread::~MyThread()
    +
    139  {
    -
    140  wxCriticalSectionLocker enter(m_pHandler->m_pThreadCS);
    +
    140  wxCriticalSectionLocker enter(m_pHandler->m_pThreadCS);
    141 
    142  // the thread is being destroyed; make sure not to leave dangling pointers around
    -
    143  m_pHandler->m_pThread = NULL;
    +
    143  m_pHandler->m_pThread = NULL;
    144  }
    145 
    -
    146  void MyFrame::OnThreadCompletion(wxThreadEvent&)
    +
    146  void MyFrame::OnThreadCompletion(wxThreadEvent&)
    147  {
    148  wxMessageOutputDebug().Printf("MYFRAME: MyThread exited!\n");
    149  }
    150 
    -
    151  void MyFrame::OnThreadUpdate(wxThreadEvent&)
    +
    151  void MyFrame::OnThreadUpdate(wxThreadEvent&)
    152  {
    153  wxMessageOutputDebug().Printf("MYFRAME: MyThread update...\n");
    154  }
    155 
    -
    156  void MyFrame::DoPauseThread()
    +
    157  {
    158  // anytime we access the m_pThread pointer we must ensure that it won't
    159  // be modified in the meanwhile; since only a single thread may be
    160  // inside a given critical section at a given time, the following code
    161  // is safe:
    -
    162  wxCriticalSectionLocker enter(m_pThreadCS);
    +
    162  wxCriticalSectionLocker enter(m_pThreadCS);
    163 
    -
    164  if (m_pThread) // does the thread still exist?
    +
    164  if (m_pThread) // does the thread still exist?
    165  {
    166  // without a critical section, once reached this point it may happen
    167  // that the OS scheduler gives control to the MyThread::Entry() function,
    168  // which in turn may return (because it completes its work) making
    169  // invalid the m_pThread pointer
    170 
    -
    171  if (m_pThread->Pause() != wxTHREAD_NO_ERROR )
    +
    171  if (m_pThread->Pause() != wxTHREAD_NO_ERROR )
    172  wxLogError("Can't pause the thread!");
    173  }
    174  }
    175 
    -
    176  void MyFrame::OnClose(wxCloseEvent&)
    +
    176  void MyFrame::OnClose(wxCloseEvent&)
    177  {
    178  {
    -
    179  wxCriticalSectionLocker enter(m_pThreadCS);
    +
    179  wxCriticalSectionLocker enter(m_pThreadCS);
    180 
    -
    181  if (m_pThread) // does the thread still exist?
    +
    181  if (m_pThread) // does the thread still exist?
    182  {
    183  wxMessageOutputDebug().Printf("MYFRAME: deleting thread");
    184 
    -
    185  if (m_pThread->Delete() != wxTHREAD_NO_ERROR )
    +
    185  if (m_pThread->Delete() != wxTHREAD_NO_ERROR )
    186  wxLogError("Can't delete the thread!");
    187  }
    188  } // exit from the critical section to give the thread
    @@ -243,8 +245,8 @@
    192  while (1)
    193  {
    194  { // was the ~MyThread() function executed?
    -
    195  wxCriticalSectionLocker enter(m_pThreadCS);
    -
    196  if (!m_pThread) break;
    +
    195  wxCriticalSectionLocker enter(m_pThreadCS);
    +
    196  if (!m_pThread) break;
    197  }
    198 
    199  // wait for thread completion
    @@ -259,7 +261,7 @@
    diff --git a/fdmdv2/fdmdv2-doc/html/top_frame_8h_source.html b/fdmdv2/fdmdv2-doc/html/top_frame_8h_source.html index c4b0e9d3..d4398cf7 100644 --- a/fdmdv2/fdmdv2-doc/html/top_frame_8h_source.html +++ b/fdmdv2/fdmdv2-doc/html/top_frame_8h_source.html @@ -30,6 +30,7 @@
    -
    1 Ã¯Â»Â¿
    +Go to the documentation of this file.
    1 Ã¯Â»Â¿
    2 // C++ code generated with wxFormBuilder (version Apr 10 2012)
    3 // http://www.wxformbuilder.org/
    4 //
    @@ -92,246 +94,259 @@
    42 #include <wx/listctrl.h>
    43 
    45 
    -
    46 #define ID_OPEN 1000
    -
    47 #define ID_SAVE 1001
    -
    48 #define ID_CLOSE 1002
    -
    49 #define ID_EXIT 1003
    -
    50 #define ID_COPY 1004
    -
    51 #define ID_CUT 1005
    -
    52 #define ID_PASTE 1006
    -
    53 #define ID_OPTIONS 1007
    -
    54 #define ID_ABOUT 1008
    +
    46 #define ID_OPEN 1000
    +
    47 #define ID_SAVE 1001
    +
    48 #define ID_CLOSE 1002
    +
    49 #define ID_EXIT 1003
    +
    50 #define ID_COPY 1004
    +
    51 #define ID_CUT 1005
    +
    52 #define ID_PASTE 1006
    +
    53 #define ID_OPTIONS 1007
    +
    54 #define ID_ABOUT 1008
    55 
    -
    59 class TopFrame : public wxFrame
    +
    59 class TopFrame : public wxFrame
    60 {
    61  private:
    62 
    63  protected:
    -
    64  wxMenuBar* m_menubarMain;
    -
    65  wxMenu* file;
    -
    66  wxMenu* edit;
    -
    67  wxMenu* tools;
    -
    68  wxMenu* help;
    -
    69  wxGauge* m_gaugeSNR;
    -
    70  wxTextCtrl* m_textSNR;
    -
    71  wxGauge* m_gaugeLevel;
    -
    72  wxTextCtrl* m_txtCtrl;
    -
    73  wxToggleButton* m_togRxID;
    -
    74  wxToggleButton* m_togTxID;
    -
    75  wxSlider* m_sliderSQ;
    -
    76  wxCheckBox* m_ckboxSQ;
    -
    77  wxToggleButton* m_togBtnOnOff;
    -
    78  wxToggleButton* m_togBtnSplit;
    -
    79  wxToggleButton* m_togBtnAnalog;
    -
    80  wxToggleButton* m_togBtnALC;
    -
    81  wxToggleButton* m_btnTogTX;
    -
    82  wxStatusBar* m_statusBar1;
    -
    83 
    -
    84  // Virtual event handlers, overide them in your derived class
    -
    85  virtual void topFrame_OnClose( wxCloseEvent& event ) { event.Skip(); }
    -
    86  virtual void topFrame_OnPaint( wxPaintEvent& event ) { event.Skip(); }
    -
    87  virtual void topFrame_OnSize( wxSizeEvent& event ) { event.Skip(); }
    -
    88  virtual void topFrame_OnUpdateUI( wxUpdateUIEvent& event ) { event.Skip(); }
    -
    89  virtual void OnOpen( wxCommandEvent& event ) { event.Skip(); }
    -
    90  virtual void OnOpenUpdateUI( wxUpdateUIEvent& event ) { event.Skip(); }
    -
    91  virtual void OnSave( wxCommandEvent& event ) { event.Skip(); }
    -
    92  virtual void OnSaveUpdateUI( wxUpdateUIEvent& event ) { event.Skip(); }
    -
    93  virtual void OnClose( wxCommandEvent& event ) { event.Skip(); }
    -
    94  virtual void OnCloseUpdateUI( wxUpdateUIEvent& event ) { event.Skip(); }
    -
    95  virtual void OnExit( wxCommandEvent& event ) { event.Skip(); }
    -
    96  virtual void OnCopy( wxCommandEvent& event ) { event.Skip(); }
    -
    97  virtual void OnCopyUpdateUI( wxUpdateUIEvent& event ) { event.Skip(); }
    -
    98  virtual void OnCut( wxCommandEvent& event ) { event.Skip(); }
    -
    99  virtual void OnCutUpdateUI( wxUpdateUIEvent& event ) { event.Skip(); }
    -
    100  virtual void OnPaste( wxCommandEvent& event ) { event.Skip(); }
    -
    101  virtual void OnPasteUpdateUI( wxUpdateUIEvent& event ) { event.Skip(); }
    -
    102  virtual void OnToolsAudio( wxCommandEvent& event ) { event.Skip(); }
    -
    103  virtual void OnToolsAudioUI( wxUpdateUIEvent& event ) { event.Skip(); }
    -
    104  virtual void OnToolsComCfg( wxCommandEvent& event ) { event.Skip(); }
    -
    105  virtual void OnToolsComCfgUI( wxUpdateUIEvent& event ) { event.Skip(); }
    -
    106  virtual void OnToolsOptions( wxCommandEvent& event ) { event.Skip(); }
    -
    107  virtual void OnToolsOptionsUI( wxUpdateUIEvent& event ) { event.Skip(); }
    -
    108  virtual void OnCaptureRxStream( wxCommandEvent& event ) { event.Skip(); }
    -
    109  virtual void OnCaptureTxStream( wxCommandEvent& event ) { event.Skip(); }
    -
    110  virtual void OnPlayAudioFile( wxCommandEvent& event ) { event.Skip(); }
    -
    111  virtual void OnHelpCheckUpdates( wxCommandEvent& event ) { event.Skip(); }
    -
    112  virtual void OnHelpCheckUpdatesUI( wxUpdateUIEvent& event ) { event.Skip(); }
    -
    113  virtual void OnHelpAbout( wxCommandEvent& event ) { event.Skip(); }
    -
    114  virtual void OnTogBtnRxID( wxCommandEvent& event ) { event.Skip(); }
    -
    115  virtual void OnTogBtnTxID( wxCommandEvent& event ) { event.Skip(); }
    -
    116  virtual void OnCmdSliderScroll( wxScrollEvent& event ) { event.Skip(); }
    -
    117  virtual void OnSliderScrollBottom( wxScrollEvent& event ) { event.Skip(); }
    -
    118  virtual void OnCmdSliderScrollChanged( wxScrollEvent& event ) { event.Skip(); }
    -
    119  virtual void OnSliderScrollTop( wxScrollEvent& event ) { event.Skip(); }
    -
    120  virtual void OnCheckSQClick( wxCommandEvent& event ) { event.Skip(); }
    -
    121  virtual void OnTogBtnOnOff( wxCommandEvent& event ) { event.Skip(); }
    -
    122  virtual void OnTogBtnSplitClick( wxCommandEvent& event ) { event.Skip(); }
    -
    123  virtual void OnTogBtnAnalogClick( wxCommandEvent& event ) { event.Skip(); }
    -
    124  virtual void OnTogBtnALCClick( wxCommandEvent& event ) { event.Skip(); }
    -
    125  virtual void OnTogBtnTXClick( wxCommandEvent& event ) { event.Skip(); }
    -
    126 
    -
    127 
    -
    128  public:
    -
    129  wxAuiNotebook* m_auiNbookCtrl;
    +
    64  wxMenuBar* m_menubarMain;
    +
    65  wxMenu* file;
    +
    66  wxMenu* edit;
    +
    67  wxMenu* tools;
    +
    68  wxMenu* help;
    +
    69  wxGauge* m_gaugeSNR;
    +
    70  wxTextCtrl* m_textSNR;
    +
    71  wxGauge* m_gaugeLevel;
    +
    72  wxTextCtrl* m_txtCtrl;
    +
    73  wxSlider* m_sliderSQ;
    +
    74  wxCheckBox* m_ckboxSQ;
    +
    75  wxStatusBar* m_statusBar1;
    +
    76 
    +
    77  // Virtual event handlers, overide them in your derived class
    +
    78  virtual void topFrame_OnClose( wxCloseEvent& event ) { event.Skip(); }
    +
    79  virtual void topFrame_OnPaint( wxPaintEvent& event ) { event.Skip(); }
    +
    80  virtual void topFrame_OnSize( wxSizeEvent& event ) { event.Skip(); }
    +
    81  virtual void topFrame_OnUpdateUI( wxUpdateUIEvent& event ) { event.Skip(); }
    +
    82  virtual void OnOpen( wxCommandEvent& event ) { event.Skip(); }
    +
    83  virtual void OnOpenUpdateUI( wxUpdateUIEvent& event ) { event.Skip(); }
    +
    84  virtual void OnSave( wxCommandEvent& event ) { event.Skip(); }
    +
    85  virtual void OnSaveUpdateUI( wxUpdateUIEvent& event ) { event.Skip(); }
    +
    86  virtual void OnClose( wxCommandEvent& event ) { event.Skip(); }
    +
    87  virtual void OnCloseUpdateUI( wxUpdateUIEvent& event ) { event.Skip(); }
    +
    88  virtual void OnExit( wxCommandEvent& event ) { event.Skip(); }
    +
    89  virtual void OnCopy( wxCommandEvent& event ) { event.Skip(); }
    +
    90  virtual void OnCopyUpdateUI( wxUpdateUIEvent& event ) { event.Skip(); }
    +
    91  virtual void OnCut( wxCommandEvent& event ) { event.Skip(); }
    +
    92  virtual void OnCutUpdateUI( wxUpdateUIEvent& event ) { event.Skip(); }
    +
    93  virtual void OnPaste( wxCommandEvent& event ) { event.Skip(); }
    +
    94  virtual void OnPasteUpdateUI( wxUpdateUIEvent& event ) { event.Skip(); }
    +
    95  virtual void OnToolsAudio( wxCommandEvent& event ) { event.Skip(); }
    +
    96  virtual void OnToolsAudioUI( wxUpdateUIEvent& event ) { event.Skip(); }
    +
    97  virtual void OnToolsComCfg( wxCommandEvent& event ) { event.Skip(); }
    +
    98  virtual void OnToolsComCfgUI( wxUpdateUIEvent& event ) { event.Skip(); }
    +
    99  virtual void OnToolsOptions( wxCommandEvent& event ) { event.Skip(); }
    +
    100  virtual void OnToolsOptionsUI( wxUpdateUIEvent& event ) { event.Skip(); }
    +
    101  virtual void OnCaptureRxStream( wxCommandEvent& event ) { event.Skip(); }
    +
    102  virtual void OnCaptureTxStream( wxCommandEvent& event ) { event.Skip(); }
    +
    103  virtual void OnPlayAudioFile( wxCommandEvent& event ) { event.Skip(); }
    +
    104  virtual void OnHelpCheckUpdates( wxCommandEvent& event ) { event.Skip(); }
    +
    105  virtual void OnHelpCheckUpdatesUI( wxUpdateUIEvent& event ) { event.Skip(); }
    +
    106  virtual void OnHelpAbout( wxCommandEvent& event ) { event.Skip(); }
    +
    107  virtual void OnTogBtnRxID( wxCommandEvent& event ) { event.Skip(); }
    +
    108  virtual void OnTogBtnTxID( wxCommandEvent& event ) { event.Skip(); }
    +
    109  virtual void OnCmdSliderScroll( wxScrollEvent& event ) { event.Skip(); }
    +
    110  virtual void OnSliderScrollBottom( wxScrollEvent& event ) { event.Skip(); }
    +
    111  virtual void OnCmdSliderScrollChanged( wxScrollEvent& event ) { event.Skip(); }
    +
    112  virtual void OnSliderScrollTop( wxScrollEvent& event ) { event.Skip(); }
    +
    113  virtual void OnCheckSQClick( wxCommandEvent& event ) { event.Skip(); }
    +
    114 
    +
    115  virtual void OnTogBtnLoopRx( wxCommandEvent& event ) { event.Skip(); }
    +
    116  virtual void OnTogBtnLoopTx( wxCommandEvent& event ) { event.Skip(); }
    +
    117  virtual void OnTogBtnOnOff( wxCommandEvent& event ) { event.Skip(); }
    +
    118  virtual void OnTogBtnSplitClick( wxCommandEvent& event ) { event.Skip(); }
    +
    119  virtual void OnTogBtnAnalogClick( wxCommandEvent& event ) { event.Skip(); }
    +
    120  virtual void OnTogBtnALCClick( wxCommandEvent& event ) { event.Skip(); }
    +
    121  virtual void OnTogBtnTXClick( wxCommandEvent& event ) { event.Skip(); }
    +
    122 
    +
    123  virtual void OnTogBtnSplitClickUI(wxUpdateUIEvent& event) { event.Skip(); }
    +
    124  virtual void OnTogBtnAnalogClickUI(wxUpdateUIEvent& event) { event.Skip(); }
    +
    125  virtual void OnTogBtnALCClickUI(wxUpdateUIEvent& event) { event.Skip(); }
    +
    126  virtual void OnTogBtnRxIDUI(wxUpdateUIEvent& event ) { event.Skip(); }
    +
    127  virtual void OnTogBtnTxIDUI(wxUpdateUIEvent& event ) { event.Skip(); }
    +
    128  virtual void OnTogBtnTXClickUI(wxUpdateUIEvent& event ) { event.Skip(); }
    +
    129  virtual void OnTogBtnOnOffUI(wxUpdateUIEvent& event ) { event.Skip(); }
    130 
    -
    131  TopFrame( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("FDMDV2"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 761,500 ), long style = wxDEFAULT_FRAME_STYLE|wxRESIZE_BORDER|wxTAB_TRAVERSAL );
    -
    132 
    -
    133  ~TopFrame();
    -
    134 
    -
    135 };
    -
    136 
    -
    140 class DlgAbout : public wxDialog
    -
    141 {
    -
    142  private:
    +
    131  public:
    +
    132  wxToggleButton* m_togRxID;
    +
    133  wxToggleButton* m_togTxID;
    +
    134  wxToggleButton* m_togBtnOnOff;
    +
    135  wxToggleButton* m_togBtnSplit;
    +
    136  wxToggleButton* m_togBtnAnalog;
    +
    137  wxToggleButton* m_togBtnALC;
    +
    138  wxToggleButton* m_btnTogTX;
    +
    139  wxToggleButton* m_togBtnLoopRx;
    +
    140  wxToggleButton* m_togBtnLoopTx;
    +
    141 
    +
    142  wxAuiNotebook* m_auiNbookCtrl;
    143 
    -
    144  protected:
    -
    145  wxStaticBitmap* m_bitmapAbout;
    -
    146  wxStaticText* m_staticText1;
    -
    147  wxTextCtrl* m_textCtrl2;
    -
    148  wxButton* m_button9;
    +
    144  TopFrame( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("FDMDV2"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 761,500 ), long style = wxDEFAULT_FRAME_STYLE|wxRESIZE_BORDER|wxTAB_TRAVERSAL );
    +
    145 
    +
    146  ~TopFrame();
    +
    147 
    +
    148 };
    149 
    -
    150  // Virtual event handlers, overide them in your derived class
    -
    151  virtual void OnClose( wxCloseEvent& event ) { event.Skip(); }
    -
    152  virtual void OnInitDialog( wxInitDialogEvent& event ) { event.Skip(); }
    -
    153 
    -
    154 
    -
    155  public:
    +
    153 class DlgAbout : public wxDialog
    +
    154 {
    +
    155  private:
    156 
    -
    157  DlgAbout( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("About FDMDV2"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 352,343 ), long style = wxDEFAULT_DIALOG_STYLE );
    -
    158  ~DlgAbout();
    -
    159 
    -
    160 };
    -
    161 
    -
    165 class DlgAudio : public wxDialog
    -
    166 {
    -
    167  private:
    -
    168 
    -
    169  protected:
    -
    170  wxNotebook* m_nbAudioOptions;
    -
    171  wxPanel* m_panelDevices;
    -
    172  wxRadioButton* m_radioBtnPortAudio;
    -
    173  wxStaticText* m_staticText151;
    -
    174  wxTextCtrl* m_textNumChOut;
    -
    175  wxStaticText* m_staticText141;
    -
    176  wxTextCtrl* m_textNumChIn;
    -
    177  wxStaticText* m_staticText14;
    -
    178  wxComboBox* m_comboAudioCodec;
    -
    179  wxStaticText* m_staticText15;
    -
    180  wxComboBox* m_comboCodecTx;
    -
    181  wxStaticText* m_staticText16;
    -
    182  wxComboBox* m_comboRadioRx;
    -
    183  wxStaticText* m_staticText17;
    -
    184  wxComboBox* m_comboCodecSpkr;
    -
    185  wxRadioButton* m_radioBtnFileOnly;
    -
    186  wxPanel* m_panelSettings;
    -
    187  wxListBox* m_lbRxInput;
    -
    188  wxTextCtrl* m_textRxInput;
    -
    189  wxListBox* m_lbTxOutput;
    -
    190  wxTextCtrl* m_textTxOutput;
    -
    191  wxListBox* m_lbVoiceInput;
    -
    192  wxTextCtrl* m_textVoiceInput;
    -
    193  wxListBox* m_lbVoiceOutput;
    -
    194  wxTextCtrl* m_textVoiceOutput;
    -
    195  wxStdDialogButtonSizer* m_sdbSizer3;
    -
    196  wxButton* m_sdbSizer3OK;
    -
    197  wxButton* m_sdbSizer3Apply;
    -
    198  wxButton* m_sdbSizer3Cancel;
    -
    199 
    -
    200  // Virtual event handlers, overide them in your derived class
    -
    201  virtual void OnClose( wxCloseEvent& event ) { event.Skip(); }
    -
    202  virtual void OnInitDialog( wxInitDialogEvent& event ) { event.Skip(); }
    -
    203  virtual void OnRxInputSelect( wxCommandEvent& event ) { event.Skip(); }
    -
    204  virtual void OnTxOutputSelect( wxCommandEvent& event ) { event.Skip(); }
    -
    205  virtual void OnVoiceInputSelect( wxCommandEvent& event ) { event.Skip(); }
    -
    206  virtual void OnVoiceOutputSelect( wxCommandEvent& event ) { event.Skip(); }
    -
    207  virtual void OnApply( wxCommandEvent& event ) { event.Skip(); }
    -
    208  virtual void OnCancel( wxCommandEvent& event ) { event.Skip(); }
    -
    209  virtual void OnOK( wxCommandEvent& event ) { event.Skip(); }
    -
    210 
    -
    211 
    -
    212  public:
    -
    213 
    -
    214  DlgAudio( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Audio Options"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 555,419 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
    -
    215  ~DlgAudio();
    -
    216 
    -
    217 };
    -
    218 
    -
    222 class DlgOptions : public wxDialog
    -
    223 {
    -
    224  private:
    -
    225 
    -
    226  protected:
    -
    227  wxStaticText* m_staticText2;
    -
    228  wxTextCtrl* m_textCtrl3;
    -
    229  wxStaticText* m_staticText3;
    -
    230  wxTextCtrl* m_textCtrl4;
    -
    231  wxStaticText* m_staticText4;
    -
    232  wxTextCtrl* m_textCtrl5;
    -
    233  wxStaticText* m_staticText5;
    -
    234  wxTextCtrl* m_textCtrl6;
    -
    235  wxStaticText* m_staticText6;
    -
    236  wxTextCtrl* m_textCtrl7;
    -
    237  wxStaticText* m_staticText7;
    -
    238  wxTextCtrl* m_textCtrl8;
    -
    239  wxStdDialogButtonSizer* m_sdbSizer4;
    -
    240  wxButton* m_sdbSizer4OK;
    -
    241  wxButton* m_sdbSizer4Cancel;
    -
    242 
    -
    243  // Virtual event handlers, overide them in your derived class
    -
    244  virtual void OnClose( wxCloseEvent& event ) { event.Skip(); }
    -
    245  virtual void OnInitDialog( wxInitDialogEvent& event ) { event.Skip(); }
    -
    246 
    -
    247 
    -
    248  public:
    -
    249 
    -
    250  DlgOptions( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Program Options"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 332,364 ), long style = wxDEFAULT_DIALOG_STYLE );
    -
    251  ~DlgOptions();
    -
    252 
    -
    253 };
    -
    254 
    -
    258 class DlgComPorts : public wxDialog
    -
    259 {
    -
    260  private:
    -
    261 
    -
    262  protected:
    -
    263  wxStaticText* m_staticText8;
    -
    264  wxListCtrl* m_listCtrlPortSelect;
    -
    265  wxStaticText* m_staticText9;
    -
    266  wxTextCtrl* m_textRigCtrlPort;
    -
    267  wxStaticText* m_staticText91;
    -
    268  wxTextCtrl* m_textRigCtrlBaud;
    -
    269  wxStaticText* m_staticText911;
    -
    270  wxTextCtrl* m_textRigCtrlDatabits;
    -
    271  wxStaticText* m_staticText912;
    -
    272  wxTextCtrl* m_textRigCtrlStopbits;
    -
    273  wxStaticText* m_staticText913;
    -
    274  wxTextCtrl* m_textRigCtrlParity;
    -
    275  wxStdDialogButtonSizer* m_sdbSizer5;
    -
    276  wxButton* m_sdbSizer5OK;
    -
    277  wxButton* m_sdbSizer5Apply;
    -
    278  wxButton* m_sdbSizer5Cancel;
    -
    279 
    -
    280  // Virtual event handlers, overide them in your derived class
    -
    281  virtual void OnListItemSelected( wxListEvent& event ) { event.Skip(); }
    -
    282  virtual void OnCancel( wxCommandEvent& event ) { event.Skip(); }
    -
    283  virtual void OnOK( wxCommandEvent& event ) { event.Skip(); }
    -
    284  virtual void OnClose( wxCloseEvent& event ) { event.Skip(); }
    -
    285  virtual void OnInitDialog( wxInitDialogEvent& event ) { event.Skip(); }
    -
    286  virtual void OnApply( wxCommandEvent& event ) { event.Skip(); }
    -
    287 
    -
    288 
    -
    289  public:
    -
    290 
    -
    291  DlgComPorts( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Select Com Port"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 399,354 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
    -
    292  ~DlgComPorts();
    -
    293 
    -
    294 };
    -
    295 
    -
    296 #endif //__TOPFRAME_H__
    +
    157  protected:
    +
    158  wxStaticBitmap* m_bitmapAbout;
    +
    159  wxStaticText* m_staticText1;
    +
    160  wxTextCtrl* m_textCtrl2;
    +
    161  wxButton* m_button9;
    +
    162 
    +
    163  // Virtual event handlers, overide them in your derived class
    +
    164  virtual void OnClose( wxCloseEvent& event ) { event.Skip(); }
    +
    165  virtual void OnInitDialog( wxInitDialogEvent& event ) { event.Skip(); }
    +
    166 
    +
    167 
    +
    168  public:
    +
    169 
    +
    170  DlgAbout( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("About FDMDV2"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 352,343 ), long style = wxDEFAULT_DIALOG_STYLE );
    +
    171  ~DlgAbout();
    +
    172 
    +
    173 };
    +
    174 
    +
    178 class DlgAudio : public wxDialog
    +
    179 {
    +
    180  private:
    +
    181 
    +
    182  protected:
    +
    183  wxNotebook* m_nbAudioOptions;
    +
    184  wxPanel* m_panelDevices;
    +
    185  wxRadioButton* m_radioBtnPortAudio;
    +
    186  wxStaticText* m_staticText151;
    +
    187  wxTextCtrl* m_textNumChOut;
    +
    188  wxStaticText* m_staticText141;
    +
    189  wxTextCtrl* m_textNumChIn;
    +
    190  wxStaticText* m_staticText14;
    +
    191  wxComboBox* m_comboAudioCodec;
    +
    192  wxStaticText* m_staticText15;
    +
    193  wxComboBox* m_comboCodecTx;
    +
    194  wxStaticText* m_staticText16;
    +
    195  wxComboBox* m_comboRadioRx;
    +
    196  wxStaticText* m_staticText17;
    +
    197  wxComboBox* m_comboCodecSpkr;
    +
    198  wxRadioButton* m_radioBtnFileOnly;
    +
    199  wxPanel* m_panelSettings;
    +
    200  wxListBox* m_lbRxInput;
    +
    201  wxTextCtrl* m_textRxInput;
    +
    202  wxListBox* m_lbTxOutput;
    +
    203  wxTextCtrl* m_textTxOutput;
    +
    204  wxListBox* m_lbVoiceInput;
    +
    205  wxTextCtrl* m_textVoiceInput;
    +
    206  wxListBox* m_lbVoiceOutput;
    +
    207  wxTextCtrl* m_textVoiceOutput;
    +
    208  wxStdDialogButtonSizer* m_sdbSizer3;
    +
    209  wxButton* m_sdbSizer3OK;
    +
    210  wxButton* m_sdbSizer3Apply;
    +
    211  wxButton* m_sdbSizer3Cancel;
    +
    212 
    +
    213  // Virtual event handlers, overide them in your derived class
    +
    214  virtual void OnClose( wxCloseEvent& event ) { event.Skip(); }
    +
    215  virtual void OnInitDialog( wxInitDialogEvent& event ) { event.Skip(); }
    +
    216  virtual void OnRxInputSelect( wxCommandEvent& event ) { event.Skip(); }
    +
    217  virtual void OnTxOutputSelect( wxCommandEvent& event ) { event.Skip(); }
    +
    218  virtual void OnVoiceInputSelect( wxCommandEvent& event ) { event.Skip(); }
    +
    219  virtual void OnVoiceOutputSelect( wxCommandEvent& event ) { event.Skip(); }
    +
    220  virtual void OnApply( wxCommandEvent& event ) { event.Skip(); }
    +
    221  virtual void OnCancel( wxCommandEvent& event ) { event.Skip(); }
    +
    222  virtual void OnOK( wxCommandEvent& event ) { event.Skip(); }
    +
    223 
    +
    224 
    +
    225  public:
    +
    226 
    +
    227  DlgAudio( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Audio Options"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 555,419 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
    +
    228  ~DlgAudio();
    +
    229 
    +
    230 };
    +
    231 
    +
    235 class DlgOptions : public wxDialog
    +
    236 {
    +
    237  private:
    +
    238 
    +
    239  protected:
    +
    240  wxStaticText* m_staticText2;
    +
    241  wxTextCtrl* m_textCtrl3;
    +
    242  wxStaticText* m_staticText3;
    +
    243  wxTextCtrl* m_textCtrl4;
    +
    244  wxStaticText* m_staticText4;
    +
    245  wxTextCtrl* m_textCtrl5;
    +
    246  wxStaticText* m_staticText5;
    +
    247  wxTextCtrl* m_textCtrl6;
    +
    248  wxStaticText* m_staticText6;
    +
    249  wxTextCtrl* m_textCtrl7;
    +
    250  wxStaticText* m_staticText7;
    +
    251  wxTextCtrl* m_textCtrl8;
    +
    252  wxStdDialogButtonSizer* m_sdbSizer4;
    +
    253  wxButton* m_sdbSizer4OK;
    +
    254  wxButton* m_sdbSizer4Cancel;
    +
    255 
    +
    256  // Virtual event handlers, overide them in your derived class
    +
    257  virtual void OnClose( wxCloseEvent& event ) { event.Skip(); }
    +
    258  virtual void OnInitDialog( wxInitDialogEvent& event ) { event.Skip(); }
    +
    259 
    +
    260 
    +
    261  public:
    +
    262 
    +
    263  DlgOptions( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Program Options"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 332,364 ), long style = wxDEFAULT_DIALOG_STYLE );
    +
    264  ~DlgOptions();
    +
    265 
    +
    266 };
    +
    267 
    +
    271 class DlgComPorts : public wxDialog
    +
    272 {
    +
    273  private:
    +
    274 
    +
    275  protected:
    +
    276  wxStaticText* m_staticText8;
    +
    277  wxListCtrl* m_listCtrlPortSelect;
    +
    278  wxStaticText* m_staticText9;
    +
    279  wxTextCtrl* m_textRigCtrlPort;
    +
    280  wxStaticText* m_staticText91;
    +
    281  wxTextCtrl* m_textRigCtrlBaud;
    +
    282  wxStaticText* m_staticText911;
    + +
    284  wxStaticText* m_staticText912;
    + +
    286  wxStaticText* m_staticText913;
    +
    287  wxTextCtrl* m_textRigCtrlParity;
    +
    288  wxStdDialogButtonSizer* m_sdbSizer5;
    +
    289  wxButton* m_sdbSizer5OK;
    +
    290  wxButton* m_sdbSizer5Apply;
    +
    291  wxButton* m_sdbSizer5Cancel;
    +
    292 
    +
    293  // Virtual event handlers, overide them in your derived class
    +
    294  virtual void OnListItemSelected( wxListEvent& event ) { event.Skip(); }
    +
    295  virtual void OnCancel( wxCommandEvent& event ) { event.Skip(); }
    +
    296  virtual void OnOK( wxCommandEvent& event ) { event.Skip(); }
    +
    297  virtual void OnClose( wxCloseEvent& event ) { event.Skip(); }
    +
    298  virtual void OnInitDialog( wxInitDialogEvent& event ) { event.Skip(); }
    +
    299  virtual void OnApply( wxCommandEvent& event ) { event.Skip(); }
    +
    300 
    +
    301 
    +
    302  public:
    +
    303 
    +
    304  DlgComPorts( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Select Com Port"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 399,354 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
    +
    305  ~DlgComPorts();
    +
    306 
    +
    307 };
    +
    308 
    +
    309 #endif //__TOPFRAME_H__
    diff --git a/fdmdv2/fdmdv2-doc/latex/class_about_dlg.tex b/fdmdv2/fdmdv2-doc/latex/class_about_dlg.tex index e1f05136..193c3543 100644 --- a/fdmdv2/fdmdv2-doc/latex/class_about_dlg.tex +++ b/fdmdv2/fdmdv2-doc/latex/class_about_dlg.tex @@ -3,53 +3,22 @@ } -Inheritance diagram for About\-Dlg\-:\nopagebreak -\begin{figure}[H] -\begin{center} -\leavevmode -\includegraphics[width=136pt]{class_about_dlg__inherit__graph} -\end{center} -\end{figure} +{\ttfamily \#include $<$dlg\-\_\-about.\-h$>$} -Collaboration diagram for About\-Dlg\-:\nopagebreak -\begin{figure}[H] -\begin{center} -\leavevmode -\includegraphics[width=136pt]{class_about_dlg__coll__graph} -\end{center} -\end{figure} + +Inheritance diagram for About\-Dlg\-: +% FIG 0 + + +Collaboration diagram for About\-Dlg\-: +% FIG 1 \subsection*{Public Member Functions} \begin{DoxyCompactItemize} \item \hyperlink{class_about_dlg_ac17a2e5d541346e2edabcddf043afa6e}{About\-Dlg} (wx\-Window $\ast$parent) \item -\hypertarget{class_about_dlg_a7d2ed58523d2d19eb725e338536166ce}{void {\bfseries Exchange\-Data} (int inout)}\label{class_about_dlg_a7d2ed58523d2d19eb725e338536166ce} - +void \hyperlink{class_about_dlg_a7d2ed58523d2d19eb725e338536166ce}{Exchange\-Data} (int inout) \item -\hypertarget{class_about_dlg_a9b05b19d38b28255852cddc804760334}{void {\bfseries On\-O\-K} (wx\-Command\-Event \&event)}\label{class_about_dlg_a9b05b19d38b28255852cddc804760334} - +void \hyperlink{class_about_dlg_a9b05b19d38b28255852cddc804760334}{On\-O\-K} (wx\-Command\-Event \&event) \end{DoxyCompactItemize} -\subsection*{Protected Member Functions} -\begin{DoxyCompactItemize} -\item -\hypertarget{class_about_dlg_a5bd40ed513ca05b4e6546b3b4dcf1c0d}{void {\bfseries On\-Init\-Dialog} (wx\-Init\-Dialog\-Event \&event)}\label{class_about_dlg_a5bd40ed513ca05b4e6546b3b4dcf1c0d} - -\end{DoxyCompactItemize} -\subsection*{Additional Inherited Members} - - -\subsection{Constructor \& Destructor Documentation} -\hypertarget{class_about_dlg_ac17a2e5d541346e2edabcddf043afa6e}{\index{About\-Dlg@{About\-Dlg}!About\-Dlg@{About\-Dlg}} -\index{About\-Dlg@{About\-Dlg}!AboutDlg@{About\-Dlg}} -\subsubsection[{About\-Dlg}]{\setlength{\rightskip}{0pt plus 5cm}About\-Dlg\-::\-About\-Dlg ( -\begin{DoxyParamCaption} -\item[{wx\-Window $\ast$}]{parent} -\end{DoxyParamCaption} -)}}\label{class_about_dlg_ac17a2e5d541346e2edabcddf043afa6e} -Constructor - -The documentation for this class was generated from the following files\-:\begin{DoxyCompactItemize} -\item -C\-:/bin/\-Projects/\-Radio/fdmdv2/src/dlg\-\_\-about.\-h\item -C\-:/bin/\-Projects/\-Radio/fdmdv2/src/dlg\-\_\-about.\-cpp\end{DoxyCompactItemize} diff --git a/fdmdv2/fdmdv2-doc/latex/class_about_dlg__coll__graph.md5 b/fdmdv2/fdmdv2-doc/latex/class_about_dlg__coll__graph.md5 index ed4c1d3c..43ac1975 100644 --- a/fdmdv2/fdmdv2-doc/latex/class_about_dlg__coll__graph.md5 +++ b/fdmdv2/fdmdv2-doc/latex/class_about_dlg__coll__graph.md5 @@ -1 +1 @@ -c2b0844d7320028808fef6e61afd5bbf \ No newline at end of file +4b5e8ab465f54d44f4f3a407958a1080 \ No newline at end of file diff --git a/fdmdv2/fdmdv2-doc/latex/class_about_dlg__coll__graph.pdf b/fdmdv2/fdmdv2-doc/latex/class_about_dlg__coll__graph.pdf index 296f4a82..42d81f72 100644 Binary files a/fdmdv2/fdmdv2-doc/latex/class_about_dlg__coll__graph.pdf and b/fdmdv2/fdmdv2-doc/latex/class_about_dlg__coll__graph.pdf differ diff --git a/fdmdv2/fdmdv2-doc/latex/class_about_dlg__inherit__graph.md5 b/fdmdv2/fdmdv2-doc/latex/class_about_dlg__inherit__graph.md5 index ed4c1d3c..43ac1975 100644 --- a/fdmdv2/fdmdv2-doc/latex/class_about_dlg__inherit__graph.md5 +++ b/fdmdv2/fdmdv2-doc/latex/class_about_dlg__inherit__graph.md5 @@ -1 +1 @@ -c2b0844d7320028808fef6e61afd5bbf \ No newline at end of file +4b5e8ab465f54d44f4f3a407958a1080 \ No newline at end of file diff --git a/fdmdv2/fdmdv2-doc/latex/class_about_dlg__inherit__graph.pdf b/fdmdv2/fdmdv2-doc/latex/class_about_dlg__inherit__graph.pdf index 296f4a82..42d81f72 100644 Binary files a/fdmdv2/fdmdv2-doc/latex/class_about_dlg__inherit__graph.pdf and b/fdmdv2/fdmdv2-doc/latex/class_about_dlg__inherit__graph.pdf differ diff --git a/fdmdv2/fdmdv2-doc/latex/doxygen.sty b/fdmdv2/fdmdv2-doc/latex/doxygen.sty index eeeb012f..f9102b31 100644 --- a/fdmdv2/fdmdv2-doc/latex/doxygen.sty +++ b/fdmdv2/fdmdv2-doc/latex/doxygen.sty @@ -41,8 +41,8 @@ \fancyhead[RO]{\fancyplain{}{\bfseries\thepage}} \fancyfoot[LE]{\fancyplain{}{}} \fancyfoot[CE]{\fancyplain{}{}} -\fancyfoot[RE]{\fancyplain{}{\bfseries\scriptsize Generated on Wed Sep 19 2012 12\-:16\-:23 for F\-D\-M\-D\-V2 by Doxygen }} -\fancyfoot[LO]{\fancyplain{}{\bfseries\scriptsize Generated on Wed Sep 19 2012 12\-:16\-:23 for F\-D\-M\-D\-V2 by Doxygen }} +\fancyfoot[RE]{\fancyplain{}{\bfseries\scriptsize Generated on Tue Oct 16 2012 10\-:19\-:50 for F\-D\-M\-D\-V2 by Doxygen }} +\fancyfoot[LO]{\fancyplain{}{\bfseries\scriptsize Generated on Tue Oct 16 2012 10\-:19\-:50 for F\-D\-M\-D\-V2 by Doxygen }} \fancyfoot[CO]{\fancyplain{}{}} \fancyfoot[RO]{\fancyplain{}{}} %---------- Internal commands used in this style file ---------------- diff --git a/fdmdv2/fdmdv2-doc/latex/fdmdv2_dlg_audio_8h.tex b/fdmdv2/fdmdv2-doc/latex/fdmdv2_dlg_audio_8h.tex index c105a4bd..c362ba87 100644 --- a/fdmdv2/fdmdv2-doc/latex/fdmdv2_dlg_audio_8h.tex +++ b/fdmdv2/fdmdv2-doc/latex/fdmdv2_dlg_audio_8h.tex @@ -1,14 +1,23 @@ -\hypertarget{fdmdv2_dlg_audio_8h}{\section{C\-:/bin/\-Projects/\-Radio/fdmdv2/src/fdmdv2\-Dlg\-Audio.h File Reference} -\label{fdmdv2_dlg_audio_8h}\index{C\-:/bin/\-Projects/\-Radio/fdmdv2/src/fdmdv2\-Dlg\-Audio.\-h@{C\-:/bin/\-Projects/\-Radio/fdmdv2/src/fdmdv2\-Dlg\-Audio.\-h}} +\hypertarget{fdmdv2_dlg_audio_8h}{\section{C\-:/bin/\-Projects/\-Radio/fdmdv2/src/detritus/fdmdv2\-Dlg\-Audio.h File Reference} +\label{fdmdv2_dlg_audio_8h}\index{C\-:/bin/\-Projects/\-Radio/fdmdv2/src/detritus/fdmdv2\-Dlg\-Audio.\-h@{C\-:/bin/\-Projects/\-Radio/fdmdv2/src/detritus/fdmdv2\-Dlg\-Audio.\-h}} } {\ttfamily \#include \char`\"{}top\-Frame.\-h\char`\"{}}\\* -Include dependency graph for fdmdv2\-Dlg\-Audio.\-h\-:\nopagebreak +Include dependency graph for fdmdv2\-Dlg\-Audio.\-h\-: +\nopagebreak \begin{figure}[H] \begin{center} \leavevmode \includegraphics[width=350pt]{fdmdv2_dlg_audio_8h__incl} \end{center} \end{figure} +This graph shows which files directly or indirectly include this file\-: +\nopagebreak +\begin{figure}[H] +\begin{center} +\leavevmode +\includegraphics[width=188pt]{fdmdv2_dlg_audio_8h__dep__incl} +\end{center} +\end{figure} \subsection*{Classes} \begin{DoxyCompactItemize} \item @@ -17,4 +26,7 @@ class \hyperlink{classfdmdv2_dlg_audio}{fdmdv2\-Dlg\-Audio} \subsection{Detailed Description} -Subclass of \hyperlink{class_dlg_audio}{Dlg\-Audio}, which is generated by wx\-Form\-Builder. \ No newline at end of file +Subclass of \hyperlink{class_dlg_audio}{Dlg\-Audio}, which is generated by wx\-Form\-Builder. + +Definition in file \hyperlink{fdmdv2_dlg_audio_8h_source}{fdmdv2\-Dlg\-Audio.\-h}. + diff --git a/fdmdv2/fdmdv2-doc/latex/fdmdv2_dlg_audio_8h__incl.md5 b/fdmdv2/fdmdv2-doc/latex/fdmdv2_dlg_audio_8h__incl.md5 index 1f57b765..b62c4b85 100644 --- a/fdmdv2/fdmdv2-doc/latex/fdmdv2_dlg_audio_8h__incl.md5 +++ b/fdmdv2/fdmdv2-doc/latex/fdmdv2_dlg_audio_8h__incl.md5 @@ -1 +1 @@ -1e180069a362cf9146026b838e38a83c \ No newline at end of file +a7cd730c572b558fc32383e532b77981 \ No newline at end of file diff --git a/fdmdv2/fdmdv2-doc/latex/fdmdv2_dlg_audio_8h__incl.pdf b/fdmdv2/fdmdv2-doc/latex/fdmdv2_dlg_audio_8h__incl.pdf index b2474c1f..74f6c0b6 100644 Binary files a/fdmdv2/fdmdv2-doc/latex/fdmdv2_dlg_audio_8h__incl.pdf and b/fdmdv2/fdmdv2-doc/latex/fdmdv2_dlg_audio_8h__incl.pdf differ diff --git a/fdmdv2/fdmdv2-doc/latex/fdmdv2_top_frame_8h.tex b/fdmdv2/fdmdv2-doc/latex/fdmdv2_top_frame_8h.tex index 96c7bada..7335f319 100644 --- a/fdmdv2/fdmdv2-doc/latex/fdmdv2_top_frame_8h.tex +++ b/fdmdv2/fdmdv2-doc/latex/fdmdv2_top_frame_8h.tex @@ -1,14 +1,23 @@ -\hypertarget{fdmdv2_top_frame_8h}{\section{C\-:/bin/\-Projects/\-Radio/fdmdv2/src/fdmdv2\-Top\-Frame.h File Reference} -\label{fdmdv2_top_frame_8h}\index{C\-:/bin/\-Projects/\-Radio/fdmdv2/src/fdmdv2\-Top\-Frame.\-h@{C\-:/bin/\-Projects/\-Radio/fdmdv2/src/fdmdv2\-Top\-Frame.\-h}} +\hypertarget{fdmdv2_top_frame_8h}{\section{C\-:/bin/\-Projects/\-Radio/fdmdv2/src/detritus/fdmdv2\-Top\-Frame.h File Reference} +\label{fdmdv2_top_frame_8h}\index{C\-:/bin/\-Projects/\-Radio/fdmdv2/src/detritus/fdmdv2\-Top\-Frame.\-h@{C\-:/bin/\-Projects/\-Radio/fdmdv2/src/detritus/fdmdv2\-Top\-Frame.\-h}} } {\ttfamily \#include \char`\"{}top\-Frame.\-h\char`\"{}}\\* -Include dependency graph for fdmdv2\-Top\-Frame.\-h\-:\nopagebreak +Include dependency graph for fdmdv2\-Top\-Frame.\-h\-: +\nopagebreak \begin{figure}[H] \begin{center} \leavevmode \includegraphics[width=350pt]{fdmdv2_top_frame_8h__incl} \end{center} \end{figure} +This graph shows which files directly or indirectly include this file\-: +\nopagebreak +\begin{figure}[H] +\begin{center} +\leavevmode +\includegraphics[width=192pt]{fdmdv2_top_frame_8h__dep__incl} +\end{center} +\end{figure} \subsection*{Classes} \begin{DoxyCompactItemize} \item @@ -17,4 +26,7 @@ class \hyperlink{classfdmdv2_top_frame}{fdmdv2\-Top\-Frame} \subsection{Detailed Description} -Subclass of \hyperlink{class_top_frame}{Top\-Frame}, which is generated by wx\-Form\-Builder. \ No newline at end of file +Subclass of \hyperlink{class_top_frame}{Top\-Frame}, which is generated by wx\-Form\-Builder. + +Definition in file \hyperlink{fdmdv2_top_frame_8h_source}{fdmdv2\-Top\-Frame.\-h}. + diff --git a/fdmdv2/fdmdv2-doc/latex/fdmdv2_top_frame_8h__incl.md5 b/fdmdv2/fdmdv2-doc/latex/fdmdv2_top_frame_8h__incl.md5 index 2b1fe1ca..e341185f 100644 --- a/fdmdv2/fdmdv2-doc/latex/fdmdv2_top_frame_8h__incl.md5 +++ b/fdmdv2/fdmdv2-doc/latex/fdmdv2_top_frame_8h__incl.md5 @@ -1 +1 @@ -60087eab4baf9e17d6f0a227583d6239 \ No newline at end of file +5407f9a360fefe67d2eb439613b8974d \ No newline at end of file diff --git a/fdmdv2/fdmdv2-doc/latex/fdmdv2_top_frame_8h__incl.pdf b/fdmdv2/fdmdv2-doc/latex/fdmdv2_top_frame_8h__incl.pdf index a375c689..d7118155 100644 Binary files a/fdmdv2/fdmdv2-doc/latex/fdmdv2_top_frame_8h__incl.pdf and b/fdmdv2/fdmdv2-doc/latex/fdmdv2_top_frame_8h__incl.pdf differ diff --git a/fdmdv2/fdmdv2-doc/man/man3/AboutDlg.3 b/fdmdv2/fdmdv2-doc/man/man3/AboutDlg.3 index 1d42b015..91b940f9 100644 --- a/fdmdv2/fdmdv2-doc/man/man3/AboutDlg.3 +++ b/fdmdv2/fdmdv2-doc/man/man3/AboutDlg.3 @@ -1,4 +1,4 @@ -.TH "AboutDlg" 3 "Wed Sep 19 2012" "Version 02.00.01" "FDMDV2" \" -*- nroff -*- +.TH "AboutDlg" 3 "Tue Oct 16 2012" "Version 02.00.01" "FDMDV2" \" -*- nroff -*- .ad l .nh .SH NAME @@ -7,6 +7,8 @@ AboutDlg \- .br .PP .PP +\fC#include \fP +.PP Inherits \fBDlgAbout\fP\&. .SS "Public Member Functions" @@ -20,20 +22,4 @@ Inherits \fBDlgAbout\fP\&. .ti -1c .RI "void \fBOnOK\fP (wxCommandEvent &event)" .br -.in -1c -.SS "Protected Member Functions" - -.in +1c -.ti -1c -.RI "void \fBOnInitDialog\fP (wxInitDialogEvent &event)" -.br -.in -1c -.SS "Additional Inherited Members" -.SH "Constructor & Destructor Documentation" -.PP -.SS "AboutDlg::AboutDlg (wxWindow *parent)" -Constructor - -.SH "Author" -.PP -Generated automatically by Doxygen for FDMDV2 from the source code\&. +.in -1c \ No newline at end of file diff --git a/fdmdv2/fdmdv2-doc/man/man3/fdmdv2DlgAudio.h.3 b/fdmdv2/fdmdv2-doc/man/man3/fdmdv2DlgAudio.h.3 index d1b06811..15e8b86a 100644 --- a/fdmdv2/fdmdv2-doc/man/man3/fdmdv2DlgAudio.h.3 +++ b/fdmdv2/fdmdv2-doc/man/man3/fdmdv2DlgAudio.h.3 @@ -1,8 +1,8 @@ -.TH "C:/bin/Projects/Radio/fdmdv2/src/fdmdv2DlgAudio.h" 3 "Tue Sep 11 2012" "Version 02.00.01" "FDMDV2" \" -*- nroff -*- +.TH "C:/bin/Projects/Radio/fdmdv2/src/detritus/fdmdv2DlgAudio.h" 3 "Tue Oct 16 2012" "Version 02.00.01" "FDMDV2" \" -*- nroff -*- .ad l .nh .SH NAME -C:/bin/Projects/Radio/fdmdv2/src/fdmdv2DlgAudio.h \- +C:/bin/Projects/Radio/fdmdv2/src/detritus/fdmdv2DlgAudio.h \- .SH SYNOPSIS .br .PP @@ -19,6 +19,8 @@ C:/bin/Projects/Radio/fdmdv2/src/fdmdv2DlgAudio.h \- .SH "Detailed Description" .PP Subclass of \fBDlgAudio\fP, which is generated by wxFormBuilder\&. +.PP +Definition in file \fBfdmdv2DlgAudio\&.h\fP\&. .SH "Author" .PP Generated automatically by Doxygen for FDMDV2 from the source code\&. diff --git a/fdmdv2/fdmdv2-doc/man/man3/fdmdv2TopFrame.h.3 b/fdmdv2/fdmdv2-doc/man/man3/fdmdv2TopFrame.h.3 index a0cbeb3e..ae4941d7 100644 --- a/fdmdv2/fdmdv2-doc/man/man3/fdmdv2TopFrame.h.3 +++ b/fdmdv2/fdmdv2-doc/man/man3/fdmdv2TopFrame.h.3 @@ -1,8 +1,8 @@ -.TH "C:/bin/Projects/Radio/fdmdv2/src/fdmdv2TopFrame.h" 3 "Tue Sep 11 2012" "Version 02.00.01" "FDMDV2" \" -*- nroff -*- +.TH "C:/bin/Projects/Radio/fdmdv2/src/detritus/fdmdv2TopFrame.h" 3 "Tue Oct 16 2012" "Version 02.00.01" "FDMDV2" \" -*- nroff -*- .ad l .nh .SH NAME -C:/bin/Projects/Radio/fdmdv2/src/fdmdv2TopFrame.h \- +C:/bin/Projects/Radio/fdmdv2/src/detritus/fdmdv2TopFrame.h \- .SH SYNOPSIS .br .PP @@ -19,6 +19,8 @@ C:/bin/Projects/Radio/fdmdv2/src/fdmdv2TopFrame.h \- .SH "Detailed Description" .PP Subclass of \fBTopFrame\fP, which is generated by wxFormBuilder\&. +.PP +Definition in file \fBfdmdv2TopFrame\&.h\fP\&. .SH "Author" .PP Generated automatically by Doxygen for FDMDV2 from the source code\&. diff --git a/fdmdv2/fdmdv2-doc/rtf/class_about_dlg__coll__graph.md5 b/fdmdv2/fdmdv2-doc/rtf/class_about_dlg__coll__graph.md5 index ec29c38e..34754211 100644 --- a/fdmdv2/fdmdv2-doc/rtf/class_about_dlg__coll__graph.md5 +++ b/fdmdv2/fdmdv2-doc/rtf/class_about_dlg__coll__graph.md5 @@ -1 +1 @@ -28b0aa753c9c33f0d565229039fc1ffb \ No newline at end of file +9e7eb85e544b8ad73e03632a08df6c3f \ No newline at end of file diff --git a/fdmdv2/fdmdv2-doc/rtf/class_about_dlg__coll__graph.png b/fdmdv2/fdmdv2-doc/rtf/class_about_dlg__coll__graph.png index c247d678..e0b37196 100644 Binary files a/fdmdv2/fdmdv2-doc/rtf/class_about_dlg__coll__graph.png and b/fdmdv2/fdmdv2-doc/rtf/class_about_dlg__coll__graph.png differ diff --git a/fdmdv2/fdmdv2-doc/rtf/class_about_dlg__inherit__graph.md5 b/fdmdv2/fdmdv2-doc/rtf/class_about_dlg__inherit__graph.md5 index ec29c38e..34754211 100644 --- a/fdmdv2/fdmdv2-doc/rtf/class_about_dlg__inherit__graph.md5 +++ b/fdmdv2/fdmdv2-doc/rtf/class_about_dlg__inherit__graph.md5 @@ -1 +1 @@ -28b0aa753c9c33f0d565229039fc1ffb \ No newline at end of file +9e7eb85e544b8ad73e03632a08df6c3f \ No newline at end of file diff --git a/fdmdv2/fdmdv2-doc/rtf/class_about_dlg__inherit__graph.png b/fdmdv2/fdmdv2-doc/rtf/class_about_dlg__inherit__graph.png index c247d678..e0b37196 100644 Binary files a/fdmdv2/fdmdv2-doc/rtf/class_about_dlg__inherit__graph.png and b/fdmdv2/fdmdv2-doc/rtf/class_about_dlg__inherit__graph.png differ diff --git a/fdmdv2/fdmdv2-doc/rtf/fdmdv2_dlg_audio_8h__incl.md5 b/fdmdv2/fdmdv2-doc/rtf/fdmdv2_dlg_audio_8h__incl.md5 index f7240b12..b592cb4f 100644 --- a/fdmdv2/fdmdv2-doc/rtf/fdmdv2_dlg_audio_8h__incl.md5 +++ b/fdmdv2/fdmdv2-doc/rtf/fdmdv2_dlg_audio_8h__incl.md5 @@ -1 +1 @@ -906dee9144cd678a13c2c8d34716e719 \ No newline at end of file +6669560f2c10ab71cf46e450cdd3c869 \ No newline at end of file diff --git a/fdmdv2/fdmdv2-doc/rtf/fdmdv2_dlg_audio_8h__incl.png b/fdmdv2/fdmdv2-doc/rtf/fdmdv2_dlg_audio_8h__incl.png index 3d1148b5..f4643670 100644 Binary files a/fdmdv2/fdmdv2-doc/rtf/fdmdv2_dlg_audio_8h__incl.png and b/fdmdv2/fdmdv2-doc/rtf/fdmdv2_dlg_audio_8h__incl.png differ diff --git a/fdmdv2/fdmdv2-doc/rtf/fdmdv2_top_frame_8h__incl.md5 b/fdmdv2/fdmdv2-doc/rtf/fdmdv2_top_frame_8h__incl.md5 index 5e3c6042..158ea5f5 100644 --- a/fdmdv2/fdmdv2-doc/rtf/fdmdv2_top_frame_8h__incl.md5 +++ b/fdmdv2/fdmdv2-doc/rtf/fdmdv2_top_frame_8h__incl.md5 @@ -1 +1 @@ -bd8e7582305c4d67404a7ed5580df795 \ No newline at end of file +666f2d7d32d76a52398dbcba7b6684d7 \ No newline at end of file diff --git a/fdmdv2/fdmdv2-doc/rtf/fdmdv2_top_frame_8h__incl.png b/fdmdv2/fdmdv2-doc/rtf/fdmdv2_top_frame_8h__incl.png index 5f08cae2..530b3e18 100644 Binary files a/fdmdv2/fdmdv2-doc/rtf/fdmdv2_top_frame_8h__incl.png and b/fdmdv2/fdmdv2-doc/rtf/fdmdv2_top_frame_8h__incl.png differ