

Public Member Functions | |
| ACTO_ADCClass () | |
| TclObject * | create (int, const char *const *) |
|
|
Definition at line 78 of file acto-adc.cc.
00078 : TclClass("ADC/ACTO") {} |
|
||||||||||||
|
Definition at line 79 of file acto-adc.cc.
00079 {
00080 return (new ACTO_ADC());
00081 }
|
1.3.3