Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

acsexmplAmsSeqImpl.h

Go to the documentation of this file.
00001 #ifndef acsexmplAmsSeqImpl_h
00002 #define acsexmplAmsSeqImpl_h
00003 /*******************************************************************************
00004 *    ALMA - Atacama Large Millimiter Array
00005 *    (c) European Southern Observatory, 2002
00006 *    Copyright by ESO (in the framework of the ALMA collaboration)
00007 *    and Cosylab 2002, All rights reserved
00008 *
00009 *    This library is free software; you can redistribute it and/or
00010 *    modify it under the terms of the GNU Lesser General Public
00011 *    License as published by the Free Software Foundation; either
00012 *    version 2.1 of the License, or (at your option) any later version.
00013 *
00014 *    This library is distributed in the hope that it will be useful,
00015 *    but WITHOUT ANY WARRANTY; without even the implied warranty of
00016 *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00017 *    Lesser General Public License for more details.
00018 *
00019 *    You should have received a copy of the GNU Lesser General Public
00020 *    License along with this library; if not, write to the Free Software
00021 *    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
00022 *
00023 *
00024 * "@(#) $Id: acsexmplAmsSeqImpl.h,v 1.99 2006/04/20 08:47:59 bjeram Exp $"
00025 *
00026 * who       when      what
00027 * --------  --------  ----------------------------------------------
00028 * david 2002-10-04 removed *m_controlLoop_p and also ActionFunction* because they weren't being used
00029 * david 2002-10-03 added inheritance from ACSDO and removed methods/members as a result
00030 * david 2002-07-02 added GNU license header
00031 * gchiozzi 2001-02-15 Added declaration of get_interface() method for Object Explorer
00032 * gchiozzi 2001-02-15 created created standard header
00033 * msekoran 2001-03-10 integrated with new BACI; ALMA coding convention used; doc.
00034 */
00035 
00036 #ifndef __cplusplus
00037 #error This is a C++ include file and cannot be used from plain C
00038 #endif
00039 
00041 #include <baciCharacteristicComponentImpl.h>
00042 
00044 #include <acsexmplAmsSeqS.h>
00045 
00047 #include <baciRWdoubleSeq.h>
00048 #include <baciROdoubleSeq.h>
00049 
00050 using namespace baci;
00051 
00108 class AmsTestSeq: public CharacteristicComponentImpl,     //Standard component superclass
00109                   public virtual POA_AMSSEQ::AmsTestSeq    //CORBA servant stub
00110 {
00111     
00112   public:
00118     AmsTestSeq (
00119                 const ACE_CString &name, 
00120                 maci::ContainerServices * containerServices);
00121     
00125     virtual ~AmsTestSeq();
00126     
00127     /* --------------------- [ CORBA interface ] ----------------------*/
00135     virtual void 
00136     setCoeff ()
00137         throw (CORBA::SystemException);
00138     
00146     virtual ACS::RWdoubleSeq_ptr 
00147     RWdoubleSeqPM ()
00148         throw (CORBA::SystemException);
00149     
00157     virtual ACS::ROdoubleSeq_ptr 
00158     ROdoubleSeqPM ()
00159         throw (CORBA::SystemException);
00160 
00161     /*Override component lifecycle methods*/
00174     virtual void execute()
00175         throw (ACSErr::ACSbaseExImpl);
00176     
00177   private:    
00181     RWdoubleSeq *m_RWdoubleSeqPM_p;
00182 
00186     ROdoubleSeq *m_ROdoubleSeqPM_p;
00187 
00191     void operator=(const AmsTestSeq&);
00192 };
00193 
00194 #endif   /* acsexmplAmsSeqImpl_h */
00195 
00196 
00197 

Generated on Sun Oct 29 02:26:25 2006 for ACS C++ API by doxygen 1.3.6