DoorThread

NAME
SYNOPSIS
Constructor & Destructor Documentation
Author

NAME

DoorThread −

SYNOPSIS

#include <acsexmplDoorImpl.h>

Inherits ACS::Thread.

Public Member Functions

DoorThread (const ACE_CString &name, Door *door_ptr, const ACS::TimeInterval &responseTime=ThreadBase::defaultResponseTime, const ACS::TimeInterval &sleepTime=ThreadBase::defaultSleepTime)

~DoorThread ()

virtual void onStart ()

virtual void runLoop ()

virtual void onStop ()

Private Attributes

Door * door_p

Constructor & Destructor Documentation

DoorThread::DoorThread (const ACE_CString & name, Door * door_ptr, const ACS::TimeInterval & responseTime = ThreadBase::defaultResponseTime, const ACS::TimeInterval & sleepTime = ThreadBase::defaultSleepTime) [inline]

References door_p.

Author

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