#include <ICalDiagnosticTool.h>
Inheritance diagram for ICalDiagnosticTool:

Public Member Functions | |
| virtual | ~ICalDiagnosticTool () |
| virtual std::auto_ptr< LdfEvent::CalDiagnosticData > | getDiagnosticData (const CalUtil::TwrNum twr, const CalUtil::LyrNum lyr)=0 |
| retrieve CalDiagnosticData object for given Tower bay and Cal layer | |
Static Public Member Functions | |
| const InterfaceID & | interfaceID () |
Definition at line 29 of file ICalDiagnosticTool.h.
|
|
Definition at line 34 of file ICalDiagnosticTool.h.
00034 {};
|
|
||||||||||||
|
retrieve CalDiagnosticData object for given Tower bay and Cal layer
Implemented in CalDiagnosticTool. Referenced by test_CalDiagnosticTool::testEmptyDiag(), test_CalDiagnosticTool::testSingleDiag(), and test_CalDiagnosticTool::verifyTDS(). |
|
|
Definition at line 32 of file ICalDiagnosticTool.h.
00032 { return IID_ICalDiagnosticTool; }
|
1.3.3