#include <acsexmplAmsSeqImpl.h>
Inheritance diagram for AmsTestSeq:
Public Member Functions | |
AmsTestSeq (const ACE_CString &name, maci::ContainerServices *containerServices) | |
virtual | ~AmsTestSeq () |
virtual void | setCoeff () |
virtual ACS::RWdoubleSeq_ptr | RWdoubleSeqPM () |
virtual ACS::ROdoubleSeq_ptr | ROdoubleSeqPM () |
virtual void | execute () |
Private Member Functions | |
void | operator= (const AmsTestSeq &) |
Private Attributes | |
baci::RWdoubleSeq * | m_RWdoubleSeqPM_p |
baci::ROdoubleSeq * | m_ROdoubleSeqPM_p |
|
Constructor
|
|
Destructor |
|
Called after initialize to tell the component that it has to be ready to accept incoming functional calls any time. Must be implemented as a synchronous (blocking) call (can spawn threads though).
Reimplemented from acscomponent::ACSComponentImpl.
|
|
ALMA C++ coding standards state copy operators should be disabled. |
|
Returns a reference to the ROdoubleSeqPM property Implementation of IDL interface for the property.
|
|
Returns a reference to the RWdoubleSeqPM property Implementation of IDL interface for the property.
|
|
Sets the coefficients of the pointing model.
|
|
m_RWdoubleSeq_p is all the coefficients that the client can set. |
|
m_ROdoubleSeqPM_p is all the coefficients currently set. |