Public Member Functions | Protected Attributes

FridgeThread Class Reference
[ACS Components Examples]

#include <acsexmplFridgeImpl.h>

Inheritance diagram for FridgeThread:
Inheritance graph
[legend]
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.


Constructor & Destructor Documentation

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

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