| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

SlowControlInfo Class Reference

The simplest implementation of the ISlowControl abstract interface, derived from the generic class ConditionInfo. More...

#include <Det/DetDesc/SlowControlInfo.h>

Inheritance diagram for SlowControlInfo:

[legend]
Collaboration diagram for SlowControlInfo:
[legend]
List of all members.

Public Types

 SUCCESS
 NO_INTERFACE
 VERSMISMATCH
 LAST_ERROR
enum  Status

Public Member Functions

 SlowControlInfo (IDetectorElement *de, const std::string &condition)
 Constructor.
virtual ~SlowControlInfo ()
 Destructor.
virtual IDetectorElementdetElem () const
 Get a pointer to the detector element to which the ConditionInfo belongs.
virtual const std::string & conditionName () const
 Get the name of the associated condition.
virtual Conditioncondition ()
 Get a pointer to the associated condition.
StatusCode queryInterface (const InterfaceID &ID, void **ppI)
 query interface
unsigned long addRef ()
 add reference
unsigned long release ()
 release

Static Public Member Functions

static const InterfaceIDinterfaceID ()
 retrieve the uniqie interface identifier

Public Attributes

 SUCCESS
 NO_INTERFACE
 VERSMISMATCH
 LAST_ERROR

Detailed Description

The simplest implementation of the ISlowControl abstract interface, derived from the generic class ConditionInfo.

Author:
Andrea Valassi
Date:
December 2001

Definition at line 21 of file SlowControlInfo.h.


Constructor & Destructor Documentation

SlowControlInfo::SlowControlInfo ( IDetectorElement de,
const std::string &  condition 
)

Constructor.

virtual SlowControlInfo::~SlowControlInfo (  )  [virtual]

Destructor.


Member Function Documentation

virtual IDetectorElement* ConditionInfo::detElem (  )  const [virtual, inherited]

Get a pointer to the detector element to which the ConditionInfo belongs.

Implements IConditionInfo.

virtual const std::string& ConditionInfo::conditionName (  )  const [virtual, inherited]

Get the name of the associated condition.

Implements IConditionInfo.

virtual Condition* ConditionInfo::condition (  )  [virtual, inherited]

Get a pointer to the associated condition.

Implements IConditionInfo.

StatusCode ConditionInfo::queryInterface ( const InterfaceID ID,
void **  ppI 
) [virtual, inherited]

query interface

Implements IInterface.

unsigned long ConditionInfo::addRef (  )  [virtual, inherited]

add reference

Implements IInterface.

unsigned long ConditionInfo::release (  )  [virtual, inherited]

release

Implements IInterface.

static const InterfaceID& IConditionInfo::interfaceID (  )  [inline, static, inherited]

retrieve the uniqie interface identifier

Returns:
the unique interface identifier

Reimplemented from IInterface.

Definition at line 34 of file IConditionInfo.h.

00034 { return IID_IConditionInfo; }


The documentation for this class was generated from the following file:
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:00:20 2011 for DetDesc by doxygen 1.4.7