Go to the documentation of this file.00001 #ifndef _baciROstringSeq_H_
00002 #define _baciROstringSeq_H_
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
00033 #ifndef __cplusplus
00034 #error This is a C++ include file and cannot be used from plain C
00035 #endif
00036
00037 #include <baciMonitor_T.h>
00038 #include <baciROSeqDiscImpl_T.h>
00039
00040 namespace baci
00041 {
00047 typedef Monitor<const char*, CORBA::String_out, ACS::CBstringSeq, POA_ACS::Monitorstring, BACIValue::type_stringSeq> MonitorstringSeq;
00050 template<>
00051 ACS::Subscription_ptr ROdiscImpl<ACS::stringSeq*, ACS::CBstringSeq, ACS::stringSeqSeq, ACS::stringSeqSeq_out, ACS::Monitorstring, MonitorstringSeq, ACS::stringSeq, char*, ACE_CString, POA_ACS::ROstringSeq, ACS::Alarmstring, POA_ACS::CBstringSeq, const ACS::stringSeq&>::new_subscription_Alarm (
00052 ACS::Alarmstring *cb,
00053 const ACS::CBDescIn & desc
00054 ) ;
00055
00061 typedef ROSeqDiscImpl<ACS::stringSeq*, ACS::CBstringSeq, ACS::stringSeqSeq, ACS::stringSeqSeq_out, ACS::Monitorstring, MonitorstringSeq, ACS::stringSeq, char*, ACE_CString, POA_ACS::ROstringSeq, ACS::Alarmstring, POA_ACS::CBstringSeq, const ACS::stringSeq&> ROstringSeq;
00064 };
00065
00066 #endif