ALMA Computing Group
Public Member Functions | Protected Attributes

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.


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