Inheritance diagram for ACTP_ADCClass:


Definition at line 113 of file actp-adc.cc.
Public Member Functions | |
| ACTP_ADCClass () | |
| TclObject * | create (int, const char *const *) |
|
|
Definition at line 115 of file actp-adc.cc. 00115 : TclClass("ADC/ACTP") {}
|
|
||||||||||||
|
Definition at line 116 of file actp-adc.cc. 00116 { 00117 return (new ACTP_ADC()); 00118 }
|
1.4.6