#include <Dif.h>
Inheritance diagram for Dif:
Public Member Functions | |
| Dif (string t) throw (ILCException::Exception) | |
| Dif (int id, string n, string t) throw (ILCException::Exception) | |
| string | getObjectName () const |
| string | toXML () const throw (ILCException::Exception) |
| Dif::Dif | ( | string | t | ) | throw (ILCException::Exception) |
Constructor
| t | The type of the DIF (ex: 'DHCALDIF') |
| Dif::Dif | ( | int | id, | |
| string | n, | |||
| string | t | |||
| ) | throw (ILCException::Exception) |
Constructor
| id | The DIF Num | |
| n | The name of the DIF | |
| t | The type of the DIF (ex: 'DHCALDIF') |
| string Dif::getObjectName | ( | ) | const [inline, virtual] |
Get the name of the actual object
Implements ConfigObject.
| string Dif::toXML | ( | ) | const throw (ILCException::Exception) [virtual] |
Returns a XML description of the object
Reimplemented from ConfigObject.
1.4.7