• Classes
  • Namespaces
  • Files
  • Related Pages
  • File List
  • File Members

testNsStatisticsService.idl

Go to the documentation of this file.
00001 #ifndef _TEST_NS_STATISTICS_SERVICE_IDL_
00002 #define _TEST_NS_STATISTICS_SERVICE_IDL_
00003 
00004 /*******************************************************************************
00005 *    ALMA - Atacama Large Millimiter Array
00006 *
00007 *    (c) European Southern Observatory, 2002
00008 *    Copyright by ESO (in the framework of the ALMA collaboration)
00009 *    and Cosylab 2002, All rights reserved
00010 *
00011 *    This library is free software; you can redistribute it and/or
00012 *    modify it under the terms of the GNU Lesser General Public
00013 *    License as published by the Free Software Foundation; either
00014 *    version 2.1 of the License, or (at your option) any later version.
00015 *
00016 *    This library is distributed in the hope that it will be useful,
00017 *    but WITHOUT ANY WARRANTY; without even the implied warranty of
00018 *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00019 *    Lesser General Public License for more details.
00020 *
00021 *    You should have received a copy of the GNU Lesser General Public
00022 *    License along with this library; if not, write to the Free Software
00023 *    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
00024 *
00025 *
00026 * "@(#) $Id: testNsStatisticsService.idl,v 1.8 2015/01/23 23:08:06 pcolomer Exp $"
00027 *
00028 * who       when      what
00029 * --------  --------  ----------------------------------------------
00030 */
00031 
00032 #include <baci.idl>
00033 #include <ACSErrTypeCommon.idl>
00034 
00035 #pragma prefix "alma"
00036 
00041 module TEST_NS_STATISTICS_SERVICE 
00042 {
00047     const string CHANNEL_1 = "testNsStatsChannel1";
00048     const string CHANNEL_2 = "testNsStatsChannel2";
00049     const string CHANNEL_3 = "testNsStatsChannel3";
00050     const string CHANNEL_4 = "testNsStatsChannel4";
00051 
00056     struct Test1EventData
00057     {
00058                 long intVal;
00059                 double doubleVal;
00060                 string strVal;
00061     };
00062     struct Test2EventData
00063     {
00064                 long intVal;
00065                 double doubleVal;
00066                 string strVal;
00067     };
00068     struct Test3EventData
00069     {
00070                 long intVal;
00071                 double doubleVal;
00072                 string strVal;
00073     };
00074     struct Test4EventData
00075     {
00076                 long intVal;
00077                 double doubleVal;
00078                 string strVal;
00079     };
00080 };
00081 
00082 #endif
00083 

Generated on Fri Apr 15 2016 15:13:14 for ACS-2016.4 IDL interfaces by  doxygen 1.7.0