SYMBOL INDEX (105 symbols across 11 files) FILE: Serial Oscilloscope/Serial Oscilloscope/CsvFileWriter.cs class CsvFileWriter (line 10) | class CsvFileWriter method CsvFileWriter (line 31) | public CsvFileWriter(string filePath) method CloseFile (line 41) | public void CloseFile() method WriteCSVline (line 52) | public void WriteCSVline(float[] values) FILE: Serial Oscilloscope/Serial Oscilloscope/FormGetValue.Designer.cs class FormGetValue (line 3) | partial class FormGetValue method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: Serial Oscilloscope/Serial Oscilloscope/FormGetValue.cs class FormGetValue (line 15) | public partial class FormGetValue : Form method FormGetValue (line 25) | public FormGetValue() method textBoxValue_KeyPress (line 33) | private void textBoxValue_KeyPress(object sender, KeyPressEventArgs e) method buttonOK_Click (line 44) | private void buttonOK_Click(object sender, EventArgs e) method FormGetValue_FormClosed (line 52) | private void FormGetValue_FormClosed(object sender, FormClosedEventArg... FILE: Serial Oscilloscope/Serial Oscilloscope/FormTerminal.Designer.cs class FormTerminal (line 3) | partial class FormTerminal method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: Serial Oscilloscope/Serial Oscilloscope/FormTerminal.cs class FormTerminal (line 16) | public partial class FormTerminal : Form method FormTerminal (line 75) | public FormTerminal() method FormTerminal_Load (line 85) | private void FormTerminal_Load(object sender, EventArgs e) method FormTerminal_FormClosed (line 110) | private void FormTerminal_FormClosed(object sender, FormClosedEventArg... method formUpdateTimer_Tick (line 123) | void formUpdateTimer_Tick(object sender, EventArgs e) method textBox_KeyPress (line 147) | private void textBox_KeyPress(object sender, KeyPressEventArgs e) method toolStripMenuItemSerialPort_DropDownItemClicked (line 160) | private void toolStripMenuItemSerialPort_DropDownItemClicked(object se... method toolStripMenuItemBaudRate_DropDownItemClicked (line 195) | private void toolStripMenuItemBaudRate_DropDownItemClicked(object send... method toolStripMenuItemEnabled_CheckStateChanged (line 228) | private void toolStripMenuItemEnabled_CheckStateChanged(object sender,... method toolStripMenuItemClear_Click (line 243) | private void toolStripMenuItemClear_Click(object sender, EventArgs e) method toolStripMenuItemChannels123_CheckStateChanged (line 251) | private void toolStripMenuItemChannels123_CheckStateChanged(object sen... method toolStripMenuItemChannels456_CheckStateChanged (line 266) | private void toolStripMenuItemChannels456_CheckStateChanged(object sen... method toolStripMenuItemChannels789_CheckStateChanged (line 281) | private void toolStripMenuItemChannels789_CheckStateChanged(object sen... method toolStripMenuItemStartLogging_Click (line 296) | private void toolStripMenuItemStartLogging_Click(object sender, EventA... method toolStripMenuItemStopLogging_Click (line 314) | private void toolStripMenuItemStopLogging_Click(object sender, EventAr... method toolStripMenuItemAbout_Click (line 328) | private void toolStripMenuItemAbout_Click(object sender, EventArgs e) method toolStripMenuItemSourceCode_Click (line 336) | private void toolStripMenuItemSourceCode_Click(object sender, EventArg... method RefreshSerialPortList (line 352) | private void RefreshSerialPortList() method OpenSerialPort (line 369) | private bool OpenSerialPort() method CloseSerialPort (line 426) | private void CloseSerialPort() method SendSerialPort (line 442) | private void SendSerialPort(char c) method serialPort_DataReceived (line 454) | private void serialPort_DataReceived(object sender, SerialDataReceived... FILE: Serial Oscilloscope/Serial Oscilloscope/Oscilloscope/Oscilloscope.cs class Oscilloscope (line 484) | sealed class Oscilloscope : IDisposable method AtOpenLib (line 495) | [DllImport(Osc_DLL_path, CallingConvention = CallingConvention.Cdecl)] method ScopeCreate (line 499) | [DllImport(Osc_DLL_path, CallingConvention = CallingConvention.Cdecl)] method ScopeDestroy (line 505) | [DllImport(Osc_DLL_path, CallingConvention = CallingConvention.Cdecl)] method ScopeShow (line 509) | [DllImport(Osc_DLL_path, CallingConvention = CallingConvention.Cdecl)] method ScopeHide (line 513) | [DllImport(Osc_DLL_path, CallingConvention = CallingConvention.Cdecl)] method ScopeCleanBuffers (line 517) | [DllImport(Osc_DLL_path, CallingConvention = CallingConvention.Cdecl)] method ShowNext (line 521) | [DllImport(Osc_DLL_path, CallingConvention = CallingConvention.Cdecl)] method ExternalNext (line 526) | [DllImport(Osc_DLL_path, CallingConvention = CallingConvention.Cdecl)] method QuickUpDate (line 531) | [DllImport(Osc_DLL_path, CallingConvention = CallingConvention.Cdecl)] method ScopeSetPanelState (line 544) | [DllImport(Osc_DLL_path, CallingConvention = CallingConvention.Cdecl)] method ScopeSetFormPos (line 548) | [DllImport(Osc_DLL_path, CallingConvention = CallingConvention.Cdecl)] method ScopeSetFormSize (line 552) | [DllImport(Osc_DLL_path, CallingConvention = CallingConvention.Cdecl)] method ScopeSetCellPixelSize (line 556) | [DllImport(Osc_DLL_path, CallingConvention = CallingConvention.Cdecl)] method ScopeSetCellSampleSize (line 560) | [DllImport(Osc_DLL_path, CallingConvention = CallingConvention.Cdecl)] method ScopeSetCaption (line 564) | [DllImport(Osc_DLL_path, CallingConvention = CallingConvention.Cdecl)] method ScopeSetAmpScale (line 569) | [DllImport(Osc_DLL_path, CallingConvention = CallingConvention.Cdecl)] method ScopeSetAmpOffset (line 573) | [DllImport(Osc_DLL_path, CallingConvention = CallingConvention.Cdecl)] method ScopeSetTriggerLevel (line 577) | [DllImport(Osc_DLL_path, CallingConvention = CallingConvention.Cdecl)] method ScopeSetTriggerSourse (line 581) | [DllImport(Osc_DLL_path, CallingConvention = CallingConvention.Cdecl)] method ScopeSetActiveTriggerEdge (line 585) | [DllImport(Osc_DLL_path, CallingConvention = CallingConvention.Cdecl)] method ScopeSetTrigHoldOffSmplsNum (line 589) | [DllImport(Osc_DLL_path, CallingConvention = CallingConvention.Cdecl)] method ScopeGetFormLeft (line 597) | [DllImport(Osc_DLL_path, CallingConvention = CallingConvention.Cdecl)] method ScopeGetFormTop (line 601) | [DllImport(Osc_DLL_path, CallingConvention = CallingConvention.Cdecl)] method ScopeGetFormWidth (line 605) | [DllImport(Osc_DLL_path, CallingConvention = CallingConvention.Cdecl)] method ScopeGetFormHeight (line 609) | [DllImport(Osc_DLL_path, CallingConvention = CallingConvention.Cdecl)] method ScopeGetScreenWidth (line 613) | [DllImport(Osc_DLL_path, CallingConvention = CallingConvention.Cdecl)] method ScopeGetScreenHeight (line 617) | [DllImport(Osc_DLL_path, CallingConvention = CallingConvention.Cdecl)] method ScopeGetCellPixelSize (line 621) | [DllImport(Osc_DLL_path, CallingConvention = CallingConvention.Cdecl)] method ScopeGetCellSampleSize (line 625) | [DllImport(Osc_DLL_path, CallingConvention = CallingConvention.Cdecl)] method ScopeGetPanelState (line 629) | [DllImport(Osc_DLL_path, CallingConvention = CallingConvention.Cdecl)] method ScopeGetAmpScale (line 633) | [DllImport(Osc_DLL_path, CallingConvention = CallingConvention.Cdecl)] method ScopeGetAmpOffset (line 637) | [DllImport(Osc_DLL_path, CallingConvention = CallingConvention.Cdecl)] method ScopeGetTriggerLevel (line 641) | [DllImport(Osc_DLL_path, CallingConvention = CallingConvention.Cdecl)] method ScopeGetTriggerSourse (line 645) | [DllImport(Osc_DLL_path, CallingConvention = CallingConvention.Cdecl)] method ScopeGetActiveTriggerEdge (line 649) | [DllImport(Osc_DLL_path, CallingConvention = CallingConvention.Cdecl)] method ScopeGetTrigHoldOffSmplsNum (line 653) | [DllImport(Osc_DLL_path, CallingConvention = CallingConvention.Cdecl)] method CreateScope (line 699) | public static Oscilloscope CreateScope() method CreateScope (line 712) | public static Oscilloscope CreateScope(string IniName, string IniSuffix) method Oscilloscope (line 755) | private Oscilloscope() method Oscilloscope (line 759) | private Oscilloscope(int handle) method ShowScope (line 773) | public void ShowScope() method HideScope (line 787) | public void HideScope() method ClearScope (line 801) | public void ClearScope() method AddScopeData (line 815) | public void AddScopeData(double beam1, double beam2, double beam3) method AddExternalScopeData (line 835) | public void AddExternalScopeData(double data) method UpdateScope (line 848) | public void UpdateScope() method ShowError (line 1793) | private static void ShowError(int ErrorNum) method ShowError (line 1824) | private static void ShowError(int ErrorNum, int ErrorValue) method ShowError (line 1856) | private static void ShowError(int ErrorNum, double ErrorValue) method GetMonitorDimensions (line 1875) | public static void GetMonitorDimensions(out int Width, out int Height) method Dispose (line 1887) | public void Dispose() FILE: Serial Oscilloscope/Serial Oscilloscope/Program.cs class Program (line 8) | static class Program method Main (line 13) | [STAThread] FILE: Serial Oscilloscope/Serial Oscilloscope/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 32) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: Serial Oscilloscope/Serial Oscilloscope/Properties/Settings.Designer.cs class Settings (line 15) | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] FILE: Serial Oscilloscope/Serial Oscilloscope/SampleCounter.cs class SampleCounter (line 11) | class SampleCounter method SampleCounter (line 36) | public SampleCounter() method Increment (line 52) | public void Increment() method Reset (line 58) | public void Reset() method timer_Tick (line 68) | void timer_Tick(object sender, EventArgs e) FILE: Serial Oscilloscope/Serial Oscilloscope/TextBoxBuffer.cs class TextBoxBuffer (line 11) | class TextBoxBuffer method TextBoxBuffer (line 39) | public TextBoxBuffer(int size) method IsEmpty (line 51) | public bool IsEmpty() method Put (line 62) | public void Put(string str) method Get (line 80) | public string Get() method Clear (line 97) | public void Clear()