SlowControlManager Class Reference

#include <SlowControlManager.hh>

Collaboration diagram for SlowControlManager:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 SlowControlManager ()
 ~SlowControlManager ()
i32 ReadDB (const std::string fileName)
void build (const SteerDesc &sd)
const SlowControlEntrygetEntry (const double timeStamp) const
std::set< SlowControlEntry >
::const_iterator 
begin ()
std::set< SlowControlEntry >
::const_iterator 
end ()

Private Member Functions

void addSteer (const ui32 scId, const std::string type, const ui32 id, const std::string name)
void addEntry (const SlowControlEntry &entry)
const ChamberSlowControlgetChamber (const double timeStamp, const ui32 id) const
const ChamberSlowControlgetPM (const double timeStamp, const ui32 id) const

Private Attributes

std::set< SlowControlEntry,
scSorter
genList
std::list< SCSteerParamsstList


Detailed Description

CLASS SLOWCONTROL //

Definition at line 33 of file SlowControlManager.hh.


Constructor & Destructor Documentation

SlowControlManager::SlowControlManager (  ) 

SlowControlManager::~SlowControlManager (  ) 


Member Function Documentation

i32 SlowControlManager::ReadDB ( const std::string  fileName  ) 

void SlowControlManager::build ( const SteerDesc sd  ) 

const SlowControlEntry* SlowControlManager::getEntry ( const double  timeStamp  )  const

std::set<SlowControlEntry>::const_iterator SlowControlManager::begin (  )  [inline]

Definition at line 44 of file SlowControlManager.hh.

00044 { return genList.begin(); };

std::set<SlowControlEntry>::const_iterator SlowControlManager::end (  )  [inline]

Definition at line 45 of file SlowControlManager.hh.

00045 { return genList.end(); };

void SlowControlManager::addSteer ( const ui32  scId,
const std::string  type,
const ui32  id,
const std::string  name 
) [private]

void SlowControlManager::addEntry ( const SlowControlEntry entry  )  [private]

const ChamberSlowControl& SlowControlManager::getChamber ( const double  timeStamp,
const ui32  id 
) const [private]

const ChamberSlowControl& SlowControlManager::getPM ( const double  timeStamp,
const ui32  id 
) const [private]


Member Data Documentation

Definition at line 81 of file SlowControlManager.hh.

Referenced by begin(), and end().

Definition at line 87 of file SlowControlManager.hh.


The documentation for this class was generated from the following file:

Generated on Thu Jul 9 09:49:39 2009 for MicromegasFramework by  doxygen 1.5.8