Main Page | Compound List | File List | Compound Members

dndtester::DaqDriverTest Class Reference

DaqDriverTest is a class where the testModule begins. More...

List of all members.

Public Member Functions

 DaqDriverTest ()
 Constructor.


Static Public Member Functions

void main (String[] args)
 Starts the testing GUI.


Static Public Attributes

DaqDriverTest daqDriverTest
 So everyone can repaint the parent Frame.


Protected Attributes

DaqPanel daqPanel
 Extends JPanel, contains the components to test the DAQ.

JPanel driverPanel
 Extends JPanel, Contains the components to test the driver.

JPanel nsdsPanel
 Extends JPanel, Contains the components to test the NSDS.


Package Attributes

JTabbedPane tabbedPane
 Used to tab all different test suites, for easy access.


Static Package Attributes

boolean debug = false
 Flag to know when to log debugging information.


Detailed Description

DaqDriverTest is a class where the testModule begins.

DaqDriverTest extends a JFrame to display a GUI. It uses a JTabbedPanel where it places four classes extending a JPanel to place the testing components for a particular test panel. It also has a menu to save/open the current state or to exit.

Date:
7/5/2003

Definition at line 37 of file DaqDriverTest.java.


Constructor & Destructor Documentation

dndtester::DaqDriverTest::DaqDriverTest  )  [inline]
 

Constructor.

Initializes the menu and the tabs contain in this JFrame. Makes the DaqDriverTest visible and adds the JPanels and the menu to the DaqDriverTest. Sets the layout, close operation and sets a WindowListener that implements windowClose()

Definition at line 72 of file DaqDriverTest.java.

References daqDriverTest, daqPanel, driverPanel, nsdsPanel, and tabbedPane.

Referenced by main().


Member Function Documentation

void dndtester::DaqDriverTest::main String[]  args  )  [inline, static]
 

Starts the testing GUI.

If given a -g flag it will set debug to true.

Definition at line 59 of file DaqDriverTest.java.

References DaqDriverTest(), and debug.


The documentation for this class was generated from the following file:
Generated on Mon Jul 28 13:59:24 2003 by doxygen 1.3.2