FridgeThread

NAME
SYNOPSIS
Detailed Description
Constructor & Destructor Documentation
Author

NAME

FridgeThread −

SYNOPSIS

#include <acsexmplFridgeImpl.h>

Inherits ACS::Thread.

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

FridgeControl * fridgeControl_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]

References ACS_TRACE, fridgeControl_p, and loopCounter_m.

Author

Generated automatically by Doxygen for ACS-2015.2 C++ API from the source code.