ALMA Computing Group

FridgeThread Class Reference
[ACS Components Examples]

The class FridgeThread is a thread used by the FridgeControl class to update the fridge's temperature. More...

#include <acsexmplFridgeImpl.h>

Collaboration diagram for FridgeThread:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 FridgeThread (const ACE_CString &name, FridgeControl *fridgeControl, const ACS::TimeInterval &responseTime=ThreadBase::defaultResponseTime, const ACS::TimeInterval &sleepTime=ThreadBase::defaultSleepTime)
 ~FridgeThread ()
virtual void runLoop ()

Protected Attributes

int loopCounter_m
FridgeControlfridgeControl_p

Detailed Description

The class FridgeThread is a thread used by the FridgeControl class to update the fridge's temperature.

Definition at line 118 of file acsexmplFridgeImpl.h.


Constructor & Destructor Documentation

FridgeThread::FridgeThread const ACE_CString &  name,
FridgeControl fridgeControl,
const ACS::TimeInterval &  responseTime = ThreadBase::defaultResponseTime,
const ACS::TimeInterval &  sleepTime = ThreadBase::defaultSleepTime
[inline]
 

Definition at line 121 of file acsexmplFridgeImpl.h.

References fridgeControl_p, and loopCounter_m.

FridgeThread::~FridgeThread  )  [inline]
 

Definition at line 132 of file acsexmplFridgeImpl.h.


Member Function Documentation

void FridgeThread::runLoop  )  [virtual]
 

Definition at line 79 of file acsexmplFridgeImpl.cpp.

References LOCAL_LOGGING_LEVEL, LOCALCOUNT, and MAX_LOGS.


Member Data Documentation

FridgeControl* FridgeThread::fridgeControl_p [protected]
 

Definition at line 138 of file acsexmplFridgeImpl.h.

Referenced by FridgeThread().

int FridgeThread::loopCounter_m [protected]
 

Definition at line 137 of file acsexmplFridgeImpl.h.

Referenced by FridgeThread().


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