#include <acscourseMount2LoopImpl.h>
Public Member Functions | |
Mount2LoopImpl (const ACE_CString &name, maci::ContainerServices *containerServices) | |
virtual | ~Mount2LoopImpl () |
Private Member Functions | |
void | operator= (const Mount2Impl &) |
Friends | |
class | PositionControlThread |
Mount2LoopImpl::Mount2LoopImpl | ( | const ACE_CString & | name, | |
maci::ContainerServices * | containerServices | |||
) |
Constructor
name | component's name. This is also the name that will be used to find the | |
containerServices | the container services object for this component |
virtual Mount2LoopImpl::~Mount2LoopImpl | ( | ) | [virtual] |
Destructor
void Mount2LoopImpl::operator= | ( | const Mount2Impl & | ) | [private] |
ALMA C++ coding standards state copy operators should be disabled.
Reimplemented from Mount2Impl.
friend class PositionControlThread [friend] |
The PositionControlThread class needs to access the private and protected members of this class, therefore it is given friend status