Go to the documentation of this file.00001 #ifndef _TEST_NS_STATISTICS_SERVICE_IDL_
00002 #define _TEST_NS_STATISTICS_SERVICE_IDL_
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
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