Version: 9.16.0
CosNotifyShorthands.h
Go to the documentation of this file.
1// Copyright (C) 2007-2026 CEA, EDF, OPEN CASCADE
2//
3// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
5//
6// This library is free software; you can redistribute it and/or
7// modify it under the terms of the GNU Lesser General Public
8// License as published by the Free Software Foundation; either
9// version 2.1 of the License, or (at your option) any later version.
10//
11// This library is distributed in the hope that it will be useful,
12// but WITHOUT ANY WARRANTY; without even the implied warranty of
13// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14// Lesser General Public License for more details.
15//
16// You should have received a copy of the GNU Lesser General Public
17// License along with this library; if not, write to the Free Software
18// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19//
20// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21//
22
23// SALOME Notification : wrapping of Notification service services
24// File : CosNotifyShorthands.h
25// Module : SALOME
26//
27#ifndef _COS_NOTIFY_H_
28#define _COS_NOTIFY_H_
29
30#include <SALOMEconfig.h>
31
32#ifndef COS_USES_BOA
33#include <COS/TimeBase.hh>
34#include <COS/CosNotification.hh>
35#include <COS/CosNotifyComm.hh>
36#include <COS/CosNotifyChannelAdmin.hh>
37#include <COS/CosNotifyFilter.hh>
38#else
39#include <COS/BOA/TimeBase.hh>
40#include <COS/BOA/CosNotification.hh>
41#include <COS/BOA/CosNotifyComm.hh>
42#include <COS/BOA/CosNotifyChannelAdmin.hh>
43#include <COS/BOA/CosNotifyFilter.hh>
44#endif
45
46#define CosN CosNotification
47#define CosNC CosNotifyComm
48#define CosNA CosNotifyChannelAdmin
49#define CosNF CosNotifyFilter
50
51// XXX TODO: need typedefs and defines for
52// XXX compilers that do not support M::x syntax
53
54typedef CosN::AdminProperties CosN_AdminProperties;
55typedef CosN::AdminPropertiesAdmin CosN_AdminPropertiesAdmin;
56#define CosN_AnyOrder CosN::AnyOrder
57#define CosN_BAD_PROPERTY CosN::BAD_PROPERTY
58#define CosN_BAD_TYPE CosN::BAD_TYPE
59#define CosN_BAD_VALUE CosN::BAD_VALUE
60#define CosN_BestEffort CosN::BestEffort
61#define CosN_ConnectionReliability CosN::ConnectionReliability
62#define CosN_DeadlineOrder CosN::DeadlineOrder
63#define CosN_DefaultPriority CosN::DefaultPriority
64#define CosN_DiscardPolicy CosN::DiscardPolicy
65typedef CosN::EventBatch CosN_EventBatch;
66#define CosN_EventReliability CosN::EventReliability
67typedef CosN::EventType CosN_EventType;
68typedef CosN::EventTypeSeq CosN_EventTypeSeq;
69#define CosN_FifoOrder CosN::FifoOrder
70#define CosN_HighestPriority CosN::HighestPriority
71#define CosN_LifoOrder CosN::LifoOrder
72#define CosN_LowestPriority CosN::LowestPriority
73#define CosN_MaxEventsPerConsumer CosN::MaxEventsPerConsumer
74#define CosN_MaximumBatchSize CosN::MaximumBatchSize
75#define CosN_NamedPropertyRangeSeq CosN::NamedPropertyRangeSeq
76#define CosN_OrderPolicy CosN::OrderPolicy
77#define CosN_PacingInterval CosN::PacingInterval
78#define CosN_Persistent CosN::Persistent
79#define CosN_Priority CosN::Priority
80#define CosN_PriorityOrder CosN::PriorityOrder
81typedef CosN::Property CosN_Property;
82typedef CosN::PropertyError CosN_PropertyError;
83typedef CosN::PropertyErrorSeq CosN_PropertyErrorSeq;
84typedef CosN::PropertyRange CosN_PropertyRange;
85typedef CosN::PropertySeq CosN_PropertySeq;
86typedef CosN::QoSAdmin CosN_QoSAdmin;
87typedef CosN::QoSError_code CosN_QoSError_code;
88typedef CosN::QoSProperties CosN_QoSProperties;
89#define CosN_RejectNewEvents CosN::RejectNewEvents
90#define CosN_StartTimeSupported CosN::StartTimeSupported
91#define CosN_StopTimeSupported CosN::StopTimeSupported
92typedef CosN::StructuredEvent CosN_StructuredEvent;
93#define CosN_Timeout CosN::Timeout
94#define CosN_UNAVAILABLE_PROPERTY CosN::UNAVAILABLE_PROPERTY
95#define CosN_UNAVAILABLE_VALUE CosN::UNAVAILABLE_VALUE
96#define CosN_UNSUPPORTED_PROPERTY CosN::UNSUPPORTED_PROPERTY
97#define CosN_UNSUPPORTED_VALUE CosN::UNSUPPORTED_VALUE
98typedef CosN::UnsupportedAdmin CosN_UnsupportedAdmin;
99typedef CosN::UnsupportedQoS CosN_UnsupportedQoS;
100
101#define CosNA_ALL_NOW_UPDATES_OFF CosNA::ALL_NOW_UPDATES_OFF
102#define CosNA_ALL_NOW_UPDATES_ON CosNA::ALL_NOW_UPDATES_ON
103#define CosNA_AND_OP CosNA::AND_OP
104#define CosNA_ANY_EVENT CosNA::ANY_EVENT
105typedef CosNA::AdminID CosNA_AdminID;
106typedef CosNA::AdminIDSeq CosNA_AdminIDSeq;
107typedef CosNA::AdminLimit CosNA_AdminLimit;
108typedef CosNA::AdminLimitExceeded CosNA_AdminLimitExceeded;
109typedef CosNA::AdminNotFound CosNA_AdminNotFound;
110typedef CosNA::ChannelID CosNA_ChannelID;
111typedef CosNA::ChannelIDSeq CosNA_ChannelIDSeq;
112typedef CosNA::ChannelNotFound CosNA_ChannelNotFound;
113typedef CosNA::ClientType CosNA_ClientType;
114typedef CosNA::ConnectionAlreadyActive CosNA_ConnectionAlreadyActive;
115typedef CosNA::ConnectionAlreadyInactive CosNA_ConnectionAlreadyInactive;
116typedef CosNA::ConsumerAdmin CosNA_ConsumerAdmin;
117typedef CosNA::ConsumerAdmin_ptr CosNA_ConsumerAdmin_ptr;
118typedef CosNA::ConsumerAdmin_var CosNA_ConsumerAdmin_var;
119typedef CosNA::EventChannel CosNA_EventChannel;
120typedef CosNA::EventChannelFactory CosNA_EventChannelFactory;
121typedef CosNA::EventChannelFactory_ptr CosNA_EventChannelFactory_ptr;
122typedef CosNA::EventChannelFactory_var CosNA_EventChannelFactory_var;
123typedef CosNA::EventChannel_ptr CosNA_EventChannel_ptr;
124typedef CosNA::EventChannel_var CosNA_EventChannel_var;
125typedef CosNA::InterFilterGroupOperator CosNA_InterFilterGroupOperator;
126#define CosNA_NONE_NOW_UPDATES_OFF CosNA::NONE_NOW_UPDATES_OFF
127#define CosNA_NONE_NOW_UPDATES_ON CosNA::NONE_NOW_UPDATES_ON
128typedef CosNA::NotConnected CosNA_NotConnected;
129#define CosNA_OR_OP CosNA::OR_OP
130typedef CosNA::ObtainInfoMode CosNA_ObtainInfoMode;
131#define CosNA_PULL_ANY CosNA::PULL_ANY
132#define CosNA_PULL_SEQUENCE CosNA::PULL_SEQUENCE
133#define CosNA_PULL_STRUCTURED CosNA::PULL_STRUCTURED
134#define CosNA_PUSH_ANY CosNA::PUSH_ANY
135#define CosNA_PUSH_SEQUENCE CosNA::PUSH_SEQUENCE
136#define CosNA_PUSH_STRUCTURED CosNA::PUSH_STRUCTURED
137#define CosNA_PUSH_TYPED CosNA::PUSH_TYPED
138#define CosNA_PULL_TYPED CosNA::PULL_TYPED
139typedef CosNA::ProxyConsumer CosNA_ProxyConsumer;
140typedef CosNA::ProxyConsumer_ptr CosNA_ProxyConsumer_ptr;
141typedef CosNA::ProxyConsumer_var CosNA_ProxyConsumer_var;
142typedef CosNA::ProxyID CosNA_ProxyID;
143typedef CosNA::ProxyIDSeq CosNA_ProxyIDSeq;
144typedef CosNA::ProxyNotFound CosNA_ProxyNotFound;
145typedef CosNA::ProxyPullConsumer CosNA_ProxyPullConsumer;
146typedef CosNA::ProxyPullConsumer_ptr CosNA_ProxyPullConsumer_ptr;
147typedef CosNA::ProxyPullConsumer_var CosNA_ProxyPullConsumer_var;
148typedef CosNA::ProxyPullSupplier CosNA_ProxyPullSupplier;
149typedef CosNA::ProxyPullSupplier_ptr CosNA_ProxyPullSupplier_ptr;
150typedef CosNA::ProxyPullSupplier_var CosNA_ProxyPullSupplier_var;
151typedef CosNA::ProxyPushConsumer CosNA_ProxyPushConsumer;
152typedef CosNA::ProxyPushConsumer_ptr CosNA_ProxyPushConsumer_ptr;
153typedef CosNA::ProxyPushConsumer_var CosNA_ProxyPushConsumer_var;
154typedef CosNA::ProxyPushSupplier CosNA_ProxyPushSupplier;
155typedef CosNA::ProxyPushSupplier_ptr CosNA_ProxyPushSupplier_ptr;
156typedef CosNA::ProxyPushSupplier_var CosNA_ProxyPushSupplier_var;
157typedef CosNA::ProxySupplier CosNA_ProxySupplier;
158typedef CosNA::ProxySupplier_ptr CosNA_ProxySupplier_ptr;
159typedef CosNA::ProxySupplier_var CosNA_ProxySupplier_var;
160typedef CosNA::ProxyType CosNA_ProxyType;
161#define CosNA_SEQUENCE_EVENT CosNA::SEQUENCE_EVENT
162#define CosNA_STRUCTURED_EVENT CosNA::STRUCTURED_EVENT
163typedef CosNA::SequenceProxyPullConsumer CosNA_SequenceProxyPullConsumer;
164typedef CosNA::SequenceProxyPullConsumer_ptr CosNA_SequenceProxyPullConsumer_ptr;
165typedef CosNA::SequenceProxyPullConsumer_var CosNA_SequenceProxyPullConsumer_var;
166typedef CosNA::SequenceProxyPullSupplier CosNA_SequenceProxyPullSupplier;
167typedef CosNA::SequenceProxyPullSupplier_ptr CosNA_SequenceProxyPullSupplier_ptr;
168typedef CosNA::SequenceProxyPullSupplier_var CosNA_SequenceProxyPullSupplier_var;
169typedef CosNA::SequenceProxyPushConsumer CosNA_SequenceProxyPushConsumer;
170typedef CosNA::SequenceProxyPushConsumer_ptr CosNA_SequenceProxyPushConsumer_ptr;
171typedef CosNA::SequenceProxyPushConsumer_var CosNA_SequenceProxyPushConsumer_var;
172typedef CosNA::SequenceProxyPushSupplier CosNA_SequenceProxyPushSupplier;
173typedef CosNA::SequenceProxyPushSupplier_ptr CosNA_SequenceProxyPushSupplier_ptr;
174typedef CosNA::SequenceProxyPushSupplier_var CosNA_SequenceProxyPushSupplier_var;
175typedef CosNA::StructuredProxyPullConsumer CosNA_StructuredProxyPullConsumer;
176typedef CosNA::StructuredProxyPullConsumer_ptr CosNA_StructuredProxyPullConsumer_ptr;
177typedef CosNA::StructuredProxyPullConsumer_var CosNA_StructuredProxyPullConsumer_var;
178typedef CosNA::StructuredProxyPullSupplier CosNA_StructuredProxyPullSupplier;
179typedef CosNA::StructuredProxyPullSupplier_ptr CosNA_StructuredProxyPullSupplier_ptr;
180typedef CosNA::StructuredProxyPullSupplier_var CosNA_StructuredProxyPullSupplier_var;
181typedef CosNA::StructuredProxyPushConsumer CosNA_StructuredProxyPushConsumer;
182typedef CosNA::StructuredProxyPushConsumer_ptr CosNA_StructuredProxyPushConsumer_ptr;
183typedef CosNA::StructuredProxyPushConsumer_var CosNA_StructuredProxyPushConsumer_var;
184typedef CosNA::StructuredProxyPushSupplier CosNA_StructuredProxyPushSupplier;
185typedef CosNA::StructuredProxyPushSupplier_ptr CosNA_StructuredProxyPushSupplier_ptr;
186typedef CosNA::StructuredProxyPushSupplier_var CosNA_StructuredProxyPushSupplier_var;
187typedef CosNA::SupplierAdmin CosNA_SupplierAdmin;
188typedef CosNA::SupplierAdmin_ptr CosNA_SupplierAdmin_ptr;
189typedef CosNA::SupplierAdmin_var CosNA_SupplierAdmin_var;
190
191typedef CosNC::InvalidEventType CosNC_InvalidEventType;
192typedef CosNC::NotifyPublish CosNC_NotifyPublish;
193typedef CosNC::NotifyPublish_ptr CosNC_NotifyPublish_ptr;
194typedef CosNC::NotifyPublish_var CosNC_NotifyPublish_var;
195typedef CosNC::NotifySubscribe CosNC_NotifySubscribe;
196typedef CosNC::NotifySubscribe_ptr CosNC_NotifySubscribe_ptr;
197typedef CosNC::NotifySubscribe_var CosNC_NotifySubscribe_var;
198typedef CosNC::PullConsumer CosNC_PullConsumer;
199typedef CosNC::PullConsumer_ptr CosNC_PullConsumer_ptr;
200typedef CosNC::PullConsumer_var CosNC_PullConsumer_var;
201typedef CosNC::PullSupplier CosNC_PullSupplier;
202typedef CosNC::PullSupplier_ptr CosNC_PullSupplier_ptr;
203typedef CosNC::PullSupplier_var CosNC_PullSupplier_var;
204typedef CosNC::PushConsumer CosNC_PushConsumer;
205typedef CosNC::PushConsumer_ptr CosNC_PushConsumer_ptr;
206typedef CosNC::PushConsumer_var CosNC_PushConsumer_var;
207typedef CosNC::PushSupplier CosNC_PushSupplier;
208typedef CosNC::PushSupplier_ptr CosNC_PushSupplier_ptr;
209typedef CosNC::PushSupplier_var CosNC_PushSupplier_var;
210typedef CosNC::SequencePullConsumer CosNC_SequencePullConsumer;
211typedef CosNC::SequencePullConsumer_ptr CosNC_SequencePullConsumer_ptr;
212typedef CosNC::SequencePullConsumer_var CosNC_SequencePullConsumer_var;
213typedef CosNC::SequencePullSupplier CosNC_SequencePullSupplier;
214typedef CosNC::SequencePullSupplier_ptr CosNC_SequencePullSupplier_ptr;
215typedef CosNC::SequencePullSupplier_var CosNC_SequencePullSupplier_var;
216typedef CosNC::SequencePushConsumer CosNC_SequencePushConsumer;
217typedef CosNC::SequencePushConsumer_ptr CosNC_SequencePushConsumer_ptr;
218typedef CosNC::SequencePushConsumer_var CosNC_SequencePushConsumer_var;
219typedef CosNC::SequencePushSupplier CosNC_SequencePushSupplier;
220typedef CosNC::SequencePushSupplier_ptr CosNC_SequencePushSupplier_ptr;
221typedef CosNC::SequencePushSupplier_var CosNC_SequencePushSupplier_var;
222typedef CosNC::StructuredPullConsumer CosNC_StructuredPullConsumer;
223typedef CosNC::StructuredPullConsumer_ptr CosNC_StructuredPullConsumer_ptr;
224typedef CosNC::StructuredPullConsumer_var CosNC_StructuredPullConsumer_var;
225typedef CosNC::StructuredPullSupplier CosNC_StructuredPullSupplier;
226typedef CosNC::StructuredPullSupplier_ptr CosNC_StructuredPullSupplier_ptr;
227typedef CosNC::StructuredPullSupplier_var CosNC_StructuredPullSupplier_var;
228typedef CosNC::StructuredPushConsumer CosNC_StructuredPushConsumer;
229typedef CosNC::StructuredPushConsumer_ptr CosNC_StructuredPushConsumer_ptr;
230typedef CosNC::StructuredPushConsumer_var CosNC_StructuredPushConsumer_var;
231typedef CosNC::StructuredPushSupplier CosNC_StructuredPushSupplier;
232typedef CosNC::StructuredPushSupplier_ptr CosNC_StructuredPushSupplier_ptr;
233typedef CosNC::StructuredPushSupplier_var CosNC_StructuredPushSupplier_var;
234
235typedef CosNF::CallbackID CosNF_CallbackID;
236typedef CosNF::CallbackIDSeq CosNF_CallbackIDSeq;
237typedef CosNF::ConstraintExp CosNF_ConstraintExp;
238typedef CosNF::ConstraintExpSeq CosNF_ConstraintExpSeq;
239typedef CosNF::ConstraintID CosNF_ConstraintID;
240typedef CosNF::ConstraintIDSeq CosNF_ConstraintIDSeq;
241typedef CosNF::ConstraintInfoSeq CosNF_ConstraintInfoSeq;
242typedef CosNF::ConstraintInfoSeq_var CosNF_ConstraintInfoSeq_var;
243typedef CosNF::ConstraintNotFound CosNF_ConstraintNotFound;
244typedef CosNF::Filter CosNF_Filter;
245typedef CosNF::FilterAdmin CosNF_FilterAdmin;
246typedef CosNF::FilterAdmin_ptr CosNF_FilterAdmin_ptr;
247typedef CosNF::FilterFactory CosNF_FilterFactory;
248typedef CosNF::FilterFactory_ptr CosNF_FilterFactory_ptr;
249typedef CosNF::FilterFactory_var CosNF_FilterFactory_var;
250typedef CosNF::FilterID CosNF_FilterID;
251typedef CosNF::FilterIDSeq CosNF_FilterIDSeq;
252typedef CosNF::FilterNotFound CosNF_FilterNotFound;
253typedef CosNF::Filter_ptr CosNF_Filter_ptr;
254typedef CosNF::Filter_var CosNF_Filter_var;
255typedef CosNF::InvalidConstraint CosNF_InvalidConstraint;
256typedef CosNF::InvalidGrammar CosNF_InvalidGrammar;
257typedef CosNF::MappingConstraintInfoSeq CosNF_MappingConstraintInfoSeq;
258typedef CosNF::MappingConstraintPairSeq CosNF_MappingConstraintPairSeq;
259typedef CosNF::MappingFilter CosNF_MappingFilter;
260typedef CosNF::MappingFilter_ptr CosNF_MappingFilter_ptr;
261typedef CosNF::MappingFilter_var CosNF_MappingFilter_var;
262
263#endif
264
CosNotifyChannelAdmin::EventChannel_var CosNA_EventChannel_var
Definition: CosNotifyShorthands.h:124
CosNotifyChannelAdmin::AdminLimit CosNA_AdminLimit
Definition: CosNotifyShorthands.h:107
CosNotification::QoSProperties CosN_QoSProperties
Definition: CosNotifyShorthands.h:88
CosNotifyFilter::ConstraintID CosNF_ConstraintID
Definition: CosNotifyShorthands.h:239
CosNotifyComm::StructuredPushConsumer CosNC_StructuredPushConsumer
Definition: CosNotifyShorthands.h:228
CosNotifyChannelAdmin::SequenceProxyPullSupplier_var CosNA_SequenceProxyPullSupplier_var
Definition: CosNotifyShorthands.h:168
CosNotifyComm::PullConsumer_var CosNC_PullConsumer_var
Definition: CosNotifyShorthands.h:200
CosNotifyChannelAdmin::ConsumerAdmin_ptr CosNA_ConsumerAdmin_ptr
Definition: CosNotifyShorthands.h:117
CosNotifyChannelAdmin::ObtainInfoMode CosNA_ObtainInfoMode
Definition: CosNotifyShorthands.h:130
CosNotification::QoSError_code CosN_QoSError_code
Definition: CosNotifyShorthands.h:87
CosNotifyChannelAdmin::StructuredProxyPullSupplier CosNA_StructuredProxyPullSupplier
Definition: CosNotifyShorthands.h:178
CosNotifyChannelAdmin::StructuredProxyPushConsumer_var CosNA_StructuredProxyPushConsumer_var
Definition: CosNotifyShorthands.h:183
CosNotifyChannelAdmin::StructuredProxyPullConsumer_ptr CosNA_StructuredProxyPullConsumer_ptr
Definition: CosNotifyShorthands.h:176
CosNotifyChannelAdmin::ProxyPullConsumer_var CosNA_ProxyPullConsumer_var
Definition: CosNotifyShorthands.h:147
CosNotification::EventType CosN_EventType
Definition: CosNotifyShorthands.h:67
CosNotification::PropertyError CosN_PropertyError
Definition: CosNotifyShorthands.h:82
CosNotifyFilter::MappingConstraintInfoSeq CosNF_MappingConstraintInfoSeq
Definition: CosNotifyShorthands.h:257
CosNotifyComm::StructuredPullConsumer_ptr CosNC_StructuredPullConsumer_ptr
Definition: CosNotifyShorthands.h:223
CosNotifyComm::SequencePushSupplier_ptr CosNC_SequencePushSupplier_ptr
Definition: CosNotifyShorthands.h:220
CosNotifyFilter::FilterAdmin CosNF_FilterAdmin
Definition: CosNotifyShorthands.h:245
CosNotifyComm::StructuredPushConsumer_var CosNC_StructuredPushConsumer_var
Definition: CosNotifyShorthands.h:230
CosNotifyComm::PullConsumer_ptr CosNC_PullConsumer_ptr
Definition: CosNotifyShorthands.h:199
CosNotification::AdminProperties CosN_AdminProperties
Definition: CosNotifyShorthands.h:54
CosNotifyFilter::FilterFactory CosNF_FilterFactory
Definition: CosNotifyShorthands.h:247
CosNotifyChannelAdmin::StructuredProxyPushConsumer CosNA_StructuredProxyPushConsumer
Definition: CosNotifyShorthands.h:181
CosNotification::StructuredEvent CosN_StructuredEvent
Definition: CosNotifyShorthands.h:92
CosNotifyChannelAdmin::SupplierAdmin CosNA_SupplierAdmin
Definition: CosNotifyShorthands.h:187
CosNotifyChannelAdmin::SupplierAdmin_ptr CosNA_SupplierAdmin_ptr
Definition: CosNotifyShorthands.h:188
CosNotifyFilter::ConstraintExpSeq CosNF_ConstraintExpSeq
Definition: CosNotifyShorthands.h:238
CosNotifyChannelAdmin::SequenceProxyPushSupplier_var CosNA_SequenceProxyPushSupplier_var
Definition: CosNotifyShorthands.h:174
CosNotifyChannelAdmin::ProxyPushSupplier CosNA_ProxyPushSupplier
Definition: CosNotifyShorthands.h:154
CosNotifyFilter::FilterID CosNF_FilterID
Definition: CosNotifyShorthands.h:250
CosNotifyChannelAdmin::StructuredProxyPullConsumer_var CosNA_StructuredProxyPullConsumer_var
Definition: CosNotifyShorthands.h:177
CosNotifyChannelAdmin::ChannelID CosNA_ChannelID
Definition: CosNotifyShorthands.h:110
CosNotifyComm::StructuredPullSupplier_var CosNC_StructuredPullSupplier_var
Definition: CosNotifyShorthands.h:227
CosNotifyChannelAdmin::ProxyPushConsumer CosNA_ProxyPushConsumer
Definition: CosNotifyShorthands.h:151
CosNotification::UnsupportedAdmin CosN_UnsupportedAdmin
Definition: CosNotifyShorthands.h:98
CosNotifyComm::NotifySubscribe_var CosNC_NotifySubscribe_var
Definition: CosNotifyShorthands.h:197
CosNotifyChannelAdmin::ProxyIDSeq CosNA_ProxyIDSeq
Definition: CosNotifyShorthands.h:143
CosNotifyChannelAdmin::ProxyPullSupplier CosNA_ProxyPullSupplier
Definition: CosNotifyShorthands.h:148
CosNotifyComm::SequencePushConsumer_ptr CosNC_SequencePushConsumer_ptr
Definition: CosNotifyShorthands.h:217
CosNotifyChannelAdmin::InterFilterGroupOperator CosNA_InterFilterGroupOperator
Definition: CosNotifyShorthands.h:125
CosNotifyFilter::MappingFilter CosNF_MappingFilter
Definition: CosNotifyShorthands.h:259
CosNotifyComm::StructuredPushSupplier_ptr CosNC_StructuredPushSupplier_ptr
Definition: CosNotifyShorthands.h:232
CosNotifyChannelAdmin::SequenceProxyPullSupplier CosNA_SequenceProxyPullSupplier
Definition: CosNotifyShorthands.h:166
CosNotifyChannelAdmin::ProxySupplier CosNA_ProxySupplier
Definition: CosNotifyShorthands.h:157
CosNotifyComm::SequencePullSupplier_var CosNC_SequencePullSupplier_var
Definition: CosNotifyShorthands.h:215
CosNotifyChannelAdmin::ProxyConsumer CosNA_ProxyConsumer
Definition: CosNotifyShorthands.h:139
CosNotifyComm::PullSupplier_var CosNC_PullSupplier_var
Definition: CosNotifyShorthands.h:203
CosNotifyChannelAdmin::ChannelIDSeq CosNA_ChannelIDSeq
Definition: CosNotifyShorthands.h:111
CosNotifyChannelAdmin::StructuredProxyPullSupplier_ptr CosNA_StructuredProxyPullSupplier_ptr
Definition: CosNotifyShorthands.h:179
CosNotifyFilter::Filter_var CosNF_Filter_var
Definition: CosNotifyShorthands.h:254
CosNotifyFilter::Filter CosNF_Filter
Definition: CosNotifyShorthands.h:244
CosNotifyFilter::MappingFilter_ptr CosNF_MappingFilter_ptr
Definition: CosNotifyShorthands.h:260
CosNotifyFilter::Filter_ptr CosNF_Filter_ptr
Definition: CosNotifyShorthands.h:253
CosNotifyChannelAdmin::ConsumerAdmin CosNA_ConsumerAdmin
Definition: CosNotifyShorthands.h:116
CosNotifyChannelAdmin::AdminLimitExceeded CosNA_AdminLimitExceeded
Definition: CosNotifyShorthands.h:108
CosNotifyComm::SequencePushConsumer_var CosNC_SequencePushConsumer_var
Definition: CosNotifyShorthands.h:218
CosNotifyComm::StructuredPullSupplier_ptr CosNC_StructuredPullSupplier_ptr
Definition: CosNotifyShorthands.h:226
CosNotifyComm::StructuredPullSupplier CosNC_StructuredPullSupplier
Definition: CosNotifyShorthands.h:225
CosNotifyChannelAdmin::EventChannel CosNA_EventChannel
Definition: CosNotifyShorthands.h:119
CosNotifyFilter::FilterAdmin_ptr CosNF_FilterAdmin_ptr
Definition: CosNotifyShorthands.h:246
CosNotifyChannelAdmin::SequenceProxyPushConsumer CosNA_SequenceProxyPushConsumer
Definition: CosNotifyShorthands.h:169
CosNotifyComm::PushConsumer_ptr CosNC_PushConsumer_ptr
Definition: CosNotifyShorthands.h:205
CosNotifyChannelAdmin::ProxyPushSupplier_ptr CosNA_ProxyPushSupplier_ptr
Definition: CosNotifyShorthands.h:155
CosNotifyChannelAdmin::EventChannelFactory_var CosNA_EventChannelFactory_var
Definition: CosNotifyShorthands.h:122
CosNotifyChannelAdmin::SequenceProxyPullConsumer_var CosNA_SequenceProxyPullConsumer_var
Definition: CosNotifyShorthands.h:165
CosNotifyFilter::MappingConstraintPairSeq CosNF_MappingConstraintPairSeq
Definition: CosNotifyShorthands.h:258
CosNotifyChannelAdmin::SequenceProxyPushConsumer_ptr CosNA_SequenceProxyPushConsumer_ptr
Definition: CosNotifyShorthands.h:170
CosNotifyComm::SequencePullConsumer CosNC_SequencePullConsumer
Definition: CosNotifyShorthands.h:210
CosNotifyFilter::ConstraintInfoSeq CosNF_ConstraintInfoSeq
Definition: CosNotifyShorthands.h:241
CosNotifyComm::SequencePushConsumer CosNC_SequencePushConsumer
Definition: CosNotifyShorthands.h:216
CosNotifyComm::NotifyPublish CosNC_NotifyPublish
Definition: CosNotifyShorthands.h:192
CosNotifyFilter::InvalidGrammar CosNF_InvalidGrammar
Definition: CosNotifyShorthands.h:256
CosNotifyComm::InvalidEventType CosNC_InvalidEventType
Definition: CosNotifyShorthands.h:191
CosNotifyFilter::FilterFactory_var CosNF_FilterFactory_var
Definition: CosNotifyShorthands.h:249
CosNotifyChannelAdmin::ProxyID CosNA_ProxyID
Definition: CosNotifyShorthands.h:142
CosNotifyFilter::ConstraintNotFound CosNF_ConstraintNotFound
Definition: CosNotifyShorthands.h:243
CosNotification::EventTypeSeq CosN_EventTypeSeq
Definition: CosNotifyShorthands.h:68
CosNotification::PropertySeq CosN_PropertySeq
Definition: CosNotifyShorthands.h:85
CosNotifyComm::PullSupplier_ptr CosNC_PullSupplier_ptr
Definition: CosNotifyShorthands.h:202
CosNotifyComm::PushConsumer CosNC_PushConsumer
Definition: CosNotifyShorthands.h:204
CosNotifyChannelAdmin::ProxyType CosNA_ProxyType
Definition: CosNotifyShorthands.h:160
CosNotifyComm::SequencePullConsumer_var CosNC_SequencePullConsumer_var
Definition: CosNotifyShorthands.h:212
CosNotifyChannelAdmin::StructuredProxyPushSupplier_var CosNA_StructuredProxyPushSupplier_var
Definition: CosNotifyShorthands.h:186
CosNotifyChannelAdmin::EventChannelFactory CosNA_EventChannelFactory
Definition: CosNotifyShorthands.h:120
CosNotification::PropertyErrorSeq CosN_PropertyErrorSeq
Definition: CosNotifyShorthands.h:83
CosNotifyChannelAdmin::SequenceProxyPushConsumer_var CosNA_SequenceProxyPushConsumer_var
Definition: CosNotifyShorthands.h:171
CosNotifyChannelAdmin::ConsumerAdmin_var CosNA_ConsumerAdmin_var
Definition: CosNotifyShorthands.h:118
CosNotifyChannelAdmin::ClientType CosNA_ClientType
Definition: CosNotifyShorthands.h:113
CosNotification::Property CosN_Property
Definition: CosNotifyShorthands.h:81
CosNotifyFilter::ConstraintIDSeq CosNF_ConstraintIDSeq
Definition: CosNotifyShorthands.h:240
CosNotification::AdminPropertiesAdmin CosN_AdminPropertiesAdmin
Definition: CosNotifyShorthands.h:55
CosNotifyChannelAdmin::AdminNotFound CosNA_AdminNotFound
Definition: CosNotifyShorthands.h:109
CosNotifyChannelAdmin::StructuredProxyPullSupplier_var CosNA_StructuredProxyPullSupplier_var
Definition: CosNotifyShorthands.h:180
CosNotifyFilter::MappingFilter_var CosNF_MappingFilter_var
Definition: CosNotifyShorthands.h:261
CosNotifyFilter::InvalidConstraint CosNF_InvalidConstraint
Definition: CosNotifyShorthands.h:255
CosNotifyChannelAdmin::ProxyConsumer_var CosNA_ProxyConsumer_var
Definition: CosNotifyShorthands.h:141
CosNotifyComm::SequencePullSupplier CosNC_SequencePullSupplier
Definition: CosNotifyShorthands.h:213
CosNotifyChannelAdmin::SequenceProxyPullSupplier_ptr CosNA_SequenceProxyPullSupplier_ptr
Definition: CosNotifyShorthands.h:167
CosNotifyChannelAdmin::ProxyPushSupplier_var CosNA_ProxyPushSupplier_var
Definition: CosNotifyShorthands.h:156
CosNotifyFilter::FilterFactory_ptr CosNF_FilterFactory_ptr
Definition: CosNotifyShorthands.h:248
CosNotifyFilter::CallbackIDSeq CosNF_CallbackIDSeq
Definition: CosNotifyShorthands.h:236
CosNotifyFilter::FilterNotFound CosNF_FilterNotFound
Definition: CosNotifyShorthands.h:252
CosNotifyChannelAdmin::StructuredProxyPushConsumer_ptr CosNA_StructuredProxyPushConsumer_ptr
Definition: CosNotifyShorthands.h:182
CosNotifyChannelAdmin::StructuredProxyPushSupplier CosNA_StructuredProxyPushSupplier
Definition: CosNotifyShorthands.h:184
CosNotification::QoSAdmin CosN_QoSAdmin
Definition: CosNotifyShorthands.h:86
CosNotification::EventBatch CosN_EventBatch
Definition: CosNotifyShorthands.h:65
CosNotifyComm::SequencePullSupplier_ptr CosNC_SequencePullSupplier_ptr
Definition: CosNotifyShorthands.h:214
CosNotifyChannelAdmin::NotConnected CosNA_NotConnected
Definition: CosNotifyShorthands.h:128
CosNotifyChannelAdmin::SequenceProxyPushSupplier CosNA_SequenceProxyPushSupplier
Definition: CosNotifyShorthands.h:172
CosNotifyChannelAdmin::ProxyPullSupplier_ptr CosNA_ProxyPullSupplier_ptr
Definition: CosNotifyShorthands.h:149
CosNotifyChannelAdmin::ProxyPushConsumer_var CosNA_ProxyPushConsumer_var
Definition: CosNotifyShorthands.h:153
CosNotifyComm::PushSupplier_var CosNC_PushSupplier_var
Definition: CosNotifyShorthands.h:209
CosNotifyChannelAdmin::ChannelNotFound CosNA_ChannelNotFound
Definition: CosNotifyShorthands.h:112
CosNotification::PropertyRange CosN_PropertyRange
Definition: CosNotifyShorthands.h:84
CosNotifyComm::PullSupplier CosNC_PullSupplier
Definition: CosNotifyShorthands.h:201
CosNotifyChannelAdmin::SupplierAdmin_var CosNA_SupplierAdmin_var
Definition: CosNotifyShorthands.h:189
CosNotifyChannelAdmin::SequenceProxyPullConsumer CosNA_SequenceProxyPullConsumer
Definition: CosNotifyShorthands.h:163
CosNotifyComm::NotifySubscribe CosNC_NotifySubscribe
Definition: CosNotifyShorthands.h:195
CosNotifyComm::PushSupplier CosNC_PushSupplier
Definition: CosNotifyShorthands.h:207
CosNotifyChannelAdmin::EventChannel_ptr CosNA_EventChannel_ptr
Definition: CosNotifyShorthands.h:123
CosNotifyComm::NotifyPublish_ptr CosNC_NotifyPublish_ptr
Definition: CosNotifyShorthands.h:193
CosNotifyComm::NotifySubscribe_ptr CosNC_NotifySubscribe_ptr
Definition: CosNotifyShorthands.h:196
CosNotifyComm::StructuredPushSupplier CosNC_StructuredPushSupplier
Definition: CosNotifyShorthands.h:231
CosNotifyChannelAdmin::ProxyPullSupplier_var CosNA_ProxyPullSupplier_var
Definition: CosNotifyShorthands.h:150
CosNotifyFilter::ConstraintInfoSeq_var CosNF_ConstraintInfoSeq_var
Definition: CosNotifyShorthands.h:242
CosNotifyComm::SequencePushSupplier_var CosNC_SequencePushSupplier_var
Definition: CosNotifyShorthands.h:221
CosNotifyChannelAdmin::ConnectionAlreadyActive CosNA_ConnectionAlreadyActive
Definition: CosNotifyShorthands.h:114
CosNotifyChannelAdmin::ProxySupplier_var CosNA_ProxySupplier_var
Definition: CosNotifyShorthands.h:159
CosNotifyComm::SequencePushSupplier CosNC_SequencePushSupplier
Definition: CosNotifyShorthands.h:219
CosNotifyChannelAdmin::EventChannelFactory_ptr CosNA_EventChannelFactory_ptr
Definition: CosNotifyShorthands.h:121
CosNotifyComm::SequencePullConsumer_ptr CosNC_SequencePullConsumer_ptr
Definition: CosNotifyShorthands.h:211
CosNotifyFilter::ConstraintExp CosNF_ConstraintExp
Definition: CosNotifyShorthands.h:237
CosNotifyFilter::FilterIDSeq CosNF_FilterIDSeq
Definition: CosNotifyShorthands.h:251
CosNotifyChannelAdmin::StructuredProxyPullConsumer CosNA_StructuredProxyPullConsumer
Definition: CosNotifyShorthands.h:175
CosNotifyComm::PullConsumer CosNC_PullConsumer
Definition: CosNotifyShorthands.h:198
CosNotifyChannelAdmin::AdminID CosNA_AdminID
Definition: CosNotifyShorthands.h:105
CosNotifyChannelAdmin::ProxyNotFound CosNA_ProxyNotFound
Definition: CosNotifyShorthands.h:144
CosNotifyComm::PushConsumer_var CosNC_PushConsumer_var
Definition: CosNotifyShorthands.h:206
CosNotifyChannelAdmin::ProxyConsumer_ptr CosNA_ProxyConsumer_ptr
Definition: CosNotifyShorthands.h:140
CosNotifyChannelAdmin::ConnectionAlreadyInactive CosNA_ConnectionAlreadyInactive
Definition: CosNotifyShorthands.h:115
CosNotifyChannelAdmin::SequenceProxyPushSupplier_ptr CosNA_SequenceProxyPushSupplier_ptr
Definition: CosNotifyShorthands.h:173
CosNotifyChannelAdmin::ProxySupplier_ptr CosNA_ProxySupplier_ptr
Definition: CosNotifyShorthands.h:158
CosNotifyChannelAdmin::ProxyPullConsumer CosNA_ProxyPullConsumer
Definition: CosNotifyShorthands.h:145
CosNotification::UnsupportedQoS CosN_UnsupportedQoS
Definition: CosNotifyShorthands.h:99
CosNotifyComm::StructuredPullConsumer_var CosNC_StructuredPullConsumer_var
Definition: CosNotifyShorthands.h:224
CosNotifyChannelAdmin::AdminIDSeq CosNA_AdminIDSeq
Definition: CosNotifyShorthands.h:106
CosNotifyChannelAdmin::ProxyPushConsumer_ptr CosNA_ProxyPushConsumer_ptr
Definition: CosNotifyShorthands.h:152
CosNotifyComm::StructuredPullConsumer CosNC_StructuredPullConsumer
Definition: CosNotifyShorthands.h:222
CosNotifyFilter::CallbackID CosNF_CallbackID
Definition: CosNotifyShorthands.h:235
CosNotifyComm::StructuredPushConsumer_ptr CosNC_StructuredPushConsumer_ptr
Definition: CosNotifyShorthands.h:229
CosNotifyComm::PushSupplier_ptr CosNC_PushSupplier_ptr
Definition: CosNotifyShorthands.h:208
CosNotifyChannelAdmin::SequenceProxyPullConsumer_ptr CosNA_SequenceProxyPullConsumer_ptr
Definition: CosNotifyShorthands.h:164
CosNotifyComm::NotifyPublish_var CosNC_NotifyPublish_var
Definition: CosNotifyShorthands.h:194
CosNotifyChannelAdmin::ProxyPullConsumer_ptr CosNA_ProxyPullConsumer_ptr
Definition: CosNotifyShorthands.h:146
CosNotifyComm::StructuredPushSupplier_var CosNC_StructuredPushSupplier_var
Definition: CosNotifyShorthands.h:233
CosNotifyChannelAdmin::StructuredProxyPushSupplier_ptr CosNA_StructuredProxyPushSupplier_ptr
Definition: CosNotifyShorthands.h:185