#include <acscourseMount1Impl.h>
Inheritance diagram for Mount1Impl:
Public Member Functions | |
Mount1Impl (const ACE_CString &name, maci::ContainerServices *containerServices) | |
virtual | ~Mount1Impl () |
virtual void | objfix (CORBA::Double az, CORBA::Double elev) |
Private Member Functions | |
void | operator= (const Mount1Impl &) |
|
Constructor
|
|
Destructor |
|
(Pre)sets a new non-moving position for the antenna. The position coordinates are given in azimuth and elevation. The actual az and elev values are written to the properties cmdAz, cmdEl, actAz and actEl.
|
|
ALMA C++ coding standards state copy operators should be disabled. |