class P = ::std::promise>
auto SendDataShortAsync(int eventNo, const ::Ice::ByteSeq& seq, int length, const ::Ice::Context& context = ::Ice::noExplicitContext)
-> decltype(::std::declval>().get_future())
{
return _makePromiseOutgoing(false, this, &CallBackICEPrx::_iceI_SendDataShort, eventNo, seq, length, context);
}
::std::function
SendDataShortAsync(int eventNo, const ::Ice::ByteSeq& seq, int length,
::std::function response,
::std::function ex = nullptr,
::std::function sent = nullptr,
const ::Ice::Context& context = ::Ice::noExplicitContext)
{
return _makeLamdaOutgoing(response, ex, sent, this, &CallBackICEPrx::_iceI_SendDataShort, eventNo, seq, length, context);
}
/// \cond INTERNAL
void _iceI_SendDataShort(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT>&, int, const ::Ice::ByteSeq&, int, const ::Ice::Context&);
/// \endcond
::Ice::ByteSeq MsgCallBack(int eventNo, const ::Ice::ByteSeq& seq, const ::Ice::Context& context = ::Ice::noExplicitContext)
{
return _makePromiseOutgoing<::Ice::ByteSeq>(true, this, &CallBackICEPrx::_iceI_MsgCallBack, eventNo, seq, context).get();
}
template class P = ::std::promise>
auto MsgCallBackAsync(int eventNo, const ::Ice::ByteSeq& seq, const ::Ice::Context& context = ::Ice::noExplicitContext)
-> decltype(::std::declval>().get_future())
{
return _makePromiseOutgoing<::Ice::ByteSeq, P>(false, this, &CallBackICEPrx::_iceI_MsgCallBack, eventNo, seq, context);
}
::std::function
MsgCallBackAsync(int eventNo, const ::Ice::ByteSeq& seq,
::std::function response,
::std::function ex = nullptr,
::std::function sent = nullptr,
const ::Ice::Context& context = ::Ice::noExplicitContext)
{
return _makeLamdaOutgoing<::Ice::ByteSeq>(response, ex, sent, this, &CallBackICEPrx::_iceI_MsgCallBack, eventNo, seq, context);
}
/// \cond INTERNAL
void _iceI_MsgCallBack(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<::Ice::ByteSeq>>&, int, const ::Ice::ByteSeq&, const ::Ice::Context&);
/// \endcond
int SendDataLong(int eventNo, const ::Ice::ByteSeq& seq, int length, const ::std::string& sender, const ::std::string& reciver, const ::std::string& aditional, const ::Ice::Context& context = ::Ice::noExplicitContext)
{
return _makePromiseOutgoing(true, this, &CallBackICEPrx::_iceI_SendDataLong, eventNo, seq, length, sender, reciver, aditional, context).get();
}
template class P = ::std::promise>
auto SendDataLongAsync(int eventNo, const ::Ice::ByteSeq& seq, int length, const ::std::string& sender, const ::std::string& reciver, const ::std::string& aditional, const ::Ice::Context& context = ::Ice::noExplicitContext)
-> decltype(::std::declval>().get_future())
{
return _makePromiseOutgoing(false, this, &CallBackICEPrx::_iceI_SendDataLong, eventNo, seq, length, sender, reciver, aditional, context);
}
::std::function
SendDataLongAsync(int eventNo, const ::Ice::ByteSeq& seq, int length, const ::std::string& sender, const ::std::string& reciver, const ::std::string& aditional,
::std::function response,
::std::function ex = nullptr,
::std::function sent = nullptr,
const ::Ice::Context& context = ::Ice::noExplicitContext)
{
return _makeLamdaOutgoing(response, ex, sent, this, &CallBackICEPrx::_iceI_SendDataLong, eventNo, seq, length, sender, reciver, aditional, context);
}
/// \cond INTERNAL
void _iceI_SendDataLong(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT>&, int, const ::Ice::ByteSeq&, int, const ::std::string&, const ::std::string&, const ::std::string&, const ::Ice::Context&);
/// \endcond
void TimeNotify(int eventNo, const ::Ice::ByteSeq& seq, const ::Ice::Context& context = ::Ice::noExplicitContext)
{
_makePromiseOutgoing(true, this, &CallBackICEPrx::_iceI_TimeNotify, eventNo, seq, context).get();
}
template class P = ::std::promise>
auto TimeNotifyAsync(int eventNo, const ::Ice::ByteSeq& seq, const ::Ice::Context& context = ::Ice::noExplicitContext)
-> decltype(::std::declval>().get_future())
{
return _makePromiseOutgoing(false, this, &CallBackICEPrx::_iceI_TimeNotify, eventNo, seq, context);
}
::std::function
TimeNotifyAsync(int eventNo, const ::Ice::ByteSeq& seq,
::std::function response,
::std::function ex = nullptr,
::std::function sent = nullptr,
const ::Ice::Context& context = ::Ice::noExplicitContext)
{
return _makeLamdaOutgoing(response, ex, sent, this, &CallBackICEPrx::_iceI_TimeNotify, eventNo, seq, context);
}
/// \cond INTERNAL
void _iceI_TimeNotify(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT>&, int, const ::Ice::ByteSeq&, const ::Ice::Context&);
/// \endcond
/**
* Obtains the Slice type ID of this interface.
* @return The fully-scoped type ID.
*/
static const ::std::string& ice_staticId();
protected:
/// \cond INTERNAL
CallBackICEPrx() = default;
friend ::std::shared_ptr IceInternal::createProxy();
virtual ::std::shared_ptr<::Ice::ObjectPrx> _newInstance() const override;
/// \endcond
};
}
/// \cond STREAM
namespace Ice
{
}
/// \endcond
/// \cond INTERNAL
namespace baosight
{
using CallBackICEPtr = ::std::shared_ptr;
using CallBackICEPrxPtr = ::std::shared_ptr;
}
/// \endcond
#else // C++98 mapping
namespace IceProxy
{
namespace baosight
{
class CallBackICE;
/// \cond INTERNAL
void _readProxy(::Ice::InputStream*, ::IceInternal::ProxyHandle< ::IceProxy::baosight::CallBackICE>&);
::IceProxy::Ice::Object* upCast(::IceProxy::baosight::CallBackICE*);
/// \endcond
}
}
namespace baosight
{
class CallBackICE;
/// \cond INTERNAL
::Ice::Object* upCast(CallBackICE*);
/// \endcond
typedef ::IceInternal::Handle< CallBackICE> CallBackICEPtr;
typedef ::IceInternal::ProxyHandle< ::IceProxy::baosight::CallBackICE> CallBackICEPrx;
typedef CallBackICEPrx CallBackICEPrxPtr;
/// \cond INTERNAL
void _icePatchObjectPtr(CallBackICEPtr&, const ::Ice::ObjectPtr&);
/// \endcond
}
namespace baosight
{
/**
* Base class for asynchronous callback wrapper classes used for calls to
* IceProxy::baosight::CallBackICE::begin_SendDataShort.
* Create a wrapper instance by calling ::baosight::newCallback_CallBackICE_SendDataShort.
*/
class Callback_CallBackICE_SendDataShort_Base : public virtual ::IceInternal::CallbackBase { };
typedef ::IceUtil::Handle< Callback_CallBackICE_SendDataShort_Base> Callback_CallBackICE_SendDataShortPtr;
/**
* Base class for asynchronous callback wrapper classes used for calls to
* IceProxy::baosight::CallBackICE::begin_MsgCallBack.
* Create a wrapper instance by calling ::baosight::newCallback_CallBackICE_MsgCallBack.
*/
class Callback_CallBackICE_MsgCallBack_Base : public virtual ::IceInternal::CallbackBase { };
typedef ::IceUtil::Handle< Callback_CallBackICE_MsgCallBack_Base> Callback_CallBackICE_MsgCallBackPtr;
/**
* Base class for asynchronous callback wrapper classes used for calls to
* IceProxy::baosight::CallBackICE::begin_SendDataLong.
* Create a wrapper instance by calling ::baosight::newCallback_CallBackICE_SendDataLong.
*/
class Callback_CallBackICE_SendDataLong_Base : public virtual ::IceInternal::CallbackBase { };
typedef ::IceUtil::Handle< Callback_CallBackICE_SendDataLong_Base> Callback_CallBackICE_SendDataLongPtr;
/**
* Base class for asynchronous callback wrapper classes used for calls to
* IceProxy::baosight::CallBackICE::begin_TimeNotify.
* Create a wrapper instance by calling ::baosight::newCallback_CallBackICE_TimeNotify.
*/
class Callback_CallBackICE_TimeNotify_Base : public virtual ::IceInternal::CallbackBase { };
typedef ::IceUtil::Handle< Callback_CallBackICE_TimeNotify_Base> Callback_CallBackICE_TimeNotifyPtr;
}
namespace IceProxy
{
namespace baosight
{
class CallBackICE : public virtual ::Ice::Proxy
{
public:
::Ice::Int SendDataShort(::Ice::Int eventNo, const ::Ice::ByteSeq& seq, ::Ice::Int length, const ::Ice::Context& context = ::Ice::noExplicitContext)
{
return end_SendDataShort(_iceI_begin_SendDataShort(eventNo, seq, length, context, ::IceInternal::dummyCallback, 0, true));
}
::Ice::AsyncResultPtr begin_SendDataShort(::Ice::Int eventNo, const ::Ice::ByteSeq& seq, ::Ice::Int length, const ::Ice::Context& context = ::Ice::noExplicitContext)
{
return _iceI_begin_SendDataShort(eventNo, seq, length, context, ::IceInternal::dummyCallback, 0);
}
::Ice::AsyncResultPtr begin_SendDataShort(::Ice::Int eventNo, const ::Ice::ByteSeq& seq, ::Ice::Int length, const ::Ice::CallbackPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
{
return _iceI_begin_SendDataShort(eventNo, seq, length, ::Ice::noExplicitContext, cb, cookie);
}
::Ice::AsyncResultPtr begin_SendDataShort(::Ice::Int eventNo, const ::Ice::ByteSeq& seq, ::Ice::Int length, const ::Ice::Context& context, const ::Ice::CallbackPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
{
return _iceI_begin_SendDataShort(eventNo, seq, length, context, cb, cookie);
}
::Ice::AsyncResultPtr begin_SendDataShort(::Ice::Int eventNo, const ::Ice::ByteSeq& seq, ::Ice::Int length, const ::baosight::Callback_CallBackICE_SendDataShortPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
{
return _iceI_begin_SendDataShort(eventNo, seq, length, ::Ice::noExplicitContext, cb, cookie);
}
::Ice::AsyncResultPtr begin_SendDataShort(::Ice::Int eventNo, const ::Ice::ByteSeq& seq, ::Ice::Int length, const ::Ice::Context& context, const ::baosight::Callback_CallBackICE_SendDataShortPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
{
return _iceI_begin_SendDataShort(eventNo, seq, length, context, cb, cookie);
}
::Ice::Int end_SendDataShort(const ::Ice::AsyncResultPtr& result);
private:
::Ice::AsyncResultPtr _iceI_begin_SendDataShort(::Ice::Int, const ::Ice::ByteSeq&, ::Ice::Int, const ::Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::Ice::LocalObjectPtr& cookie = 0, bool sync = false);
public:
::Ice::ByteSeq MsgCallBack(::Ice::Int eventNo, const ::Ice::ByteSeq& seq, const ::Ice::Context& context = ::Ice::noExplicitContext)
{
return end_MsgCallBack(_iceI_begin_MsgCallBack(eventNo, seq, context, ::IceInternal::dummyCallback, 0, true));
}
::Ice::AsyncResultPtr begin_MsgCallBack(::Ice::Int eventNo, const ::Ice::ByteSeq& seq, const ::Ice::Context& context = ::Ice::noExplicitContext)
{
return _iceI_begin_MsgCallBack(eventNo, seq, context, ::IceInternal::dummyCallback, 0);
}
::Ice::AsyncResultPtr begin_MsgCallBack(::Ice::Int eventNo, const ::Ice::ByteSeq& seq, const ::Ice::CallbackPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
{
return _iceI_begin_MsgCallBack(eventNo, seq, ::Ice::noExplicitContext, cb, cookie);
}
::Ice::AsyncResultPtr begin_MsgCallBack(::Ice::Int eventNo, const ::Ice::ByteSeq& seq, const ::Ice::Context& context, const ::Ice::CallbackPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
{
return _iceI_begin_MsgCallBack(eventNo, seq, context, cb, cookie);
}
::Ice::AsyncResultPtr begin_MsgCallBack(::Ice::Int eventNo, const ::Ice::ByteSeq& seq, const ::baosight::Callback_CallBackICE_MsgCallBackPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
{
return _iceI_begin_MsgCallBack(eventNo, seq, ::Ice::noExplicitContext, cb, cookie);
}
::Ice::AsyncResultPtr begin_MsgCallBack(::Ice::Int eventNo, const ::Ice::ByteSeq& seq, const ::Ice::Context& context, const ::baosight::Callback_CallBackICE_MsgCallBackPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
{
return _iceI_begin_MsgCallBack(eventNo, seq, context, cb, cookie);
}
::Ice::ByteSeq end_MsgCallBack(const ::Ice::AsyncResultPtr& result);
private:
::Ice::AsyncResultPtr _iceI_begin_MsgCallBack(::Ice::Int, const ::Ice::ByteSeq&, const ::Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::Ice::LocalObjectPtr& cookie = 0, bool sync = false);
public:
::Ice::Int SendDataLong(::Ice::Int eventNo, const ::Ice::ByteSeq& seq, ::Ice::Int length, const ::std::string& sender, const ::std::string& reciver, const ::std::string& aditional, const ::Ice::Context& context = ::Ice::noExplicitContext)
{
return end_SendDataLong(_iceI_begin_SendDataLong(eventNo, seq, length, sender, reciver, aditional, context, ::IceInternal::dummyCallback, 0, true));
}
::Ice::AsyncResultPtr begin_SendDataLong(::Ice::Int eventNo, const ::Ice::ByteSeq& seq, ::Ice::Int length, const ::std::string& sender, const ::std::string& reciver, const ::std::string& aditional, const ::Ice::Context& context = ::Ice::noExplicitContext)
{
return _iceI_begin_SendDataLong(eventNo, seq, length, sender, reciver, aditional, context, ::IceInternal::dummyCallback, 0);
}
::Ice::AsyncResultPtr begin_SendDataLong(::Ice::Int eventNo, const ::Ice::ByteSeq& seq, ::Ice::Int length, const ::std::string& sender, const ::std::string& reciver, const ::std::string& aditional, const ::Ice::CallbackPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
{
return _iceI_begin_SendDataLong(eventNo, seq, length, sender, reciver, aditional, ::Ice::noExplicitContext, cb, cookie);
}
::Ice::AsyncResultPtr begin_SendDataLong(::Ice::Int eventNo, const ::Ice::ByteSeq& seq, ::Ice::Int length, const ::std::string& sender, const ::std::string& reciver, const ::std::string& aditional, const ::Ice::Context& context, const ::Ice::CallbackPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
{
return _iceI_begin_SendDataLong(eventNo, seq, length, sender, reciver, aditional, context, cb, cookie);
}
::Ice::AsyncResultPtr begin_SendDataLong(::Ice::Int eventNo, const ::Ice::ByteSeq& seq, ::Ice::Int length, const ::std::string& sender, const ::std::string& reciver, const ::std::string& aditional, const ::baosight::Callback_CallBackICE_SendDataLongPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
{
return _iceI_begin_SendDataLong(eventNo, seq, length, sender, reciver, aditional, ::Ice::noExplicitContext, cb, cookie);
}
::Ice::AsyncResultPtr begin_SendDataLong(::Ice::Int eventNo, const ::Ice::ByteSeq& seq, ::Ice::Int length, const ::std::string& sender, const ::std::string& reciver, const ::std::string& aditional, const ::Ice::Context& context, const ::baosight::Callback_CallBackICE_SendDataLongPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
{
return _iceI_begin_SendDataLong(eventNo, seq, length, sender, reciver, aditional, context, cb, cookie);
}
::Ice::Int end_SendDataLong(const ::Ice::AsyncResultPtr& result);
private:
::Ice::AsyncResultPtr _iceI_begin_SendDataLong(::Ice::Int, const ::Ice::ByteSeq&, ::Ice::Int, const ::std::string&, const ::std::string&, const ::std::string&, const ::Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::Ice::LocalObjectPtr& cookie = 0, bool sync = false);
public:
void TimeNotify(::Ice::Int eventNo, const ::Ice::ByteSeq& seq, const ::Ice::Context& context = ::Ice::noExplicitContext)
{
end_TimeNotify(_iceI_begin_TimeNotify(eventNo, seq, context, ::IceInternal::dummyCallback, 0, true));
}
::Ice::AsyncResultPtr begin_TimeNotify(::Ice::Int eventNo, const ::Ice::ByteSeq& seq, const ::Ice::Context& context = ::Ice::noExplicitContext)
{
return _iceI_begin_TimeNotify(eventNo, seq, context, ::IceInternal::dummyCallback, 0);
}
::Ice::AsyncResultPtr begin_TimeNotify(::Ice::Int eventNo, const ::Ice::ByteSeq& seq, const ::Ice::CallbackPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
{
return _iceI_begin_TimeNotify(eventNo, seq, ::Ice::noExplicitContext, cb, cookie);
}
::Ice::AsyncResultPtr begin_TimeNotify(::Ice::Int eventNo, const ::Ice::ByteSeq& seq, const ::Ice::Context& context, const ::Ice::CallbackPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
{
return _iceI_begin_TimeNotify(eventNo, seq, context, cb, cookie);
}
::Ice::AsyncResultPtr begin_TimeNotify(::Ice::Int eventNo, const ::Ice::ByteSeq& seq, const ::baosight::Callback_CallBackICE_TimeNotifyPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
{
return _iceI_begin_TimeNotify(eventNo, seq, ::Ice::noExplicitContext, cb, cookie);
}
::Ice::AsyncResultPtr begin_TimeNotify(::Ice::Int eventNo, const ::Ice::ByteSeq& seq, const ::Ice::Context& context, const ::baosight::Callback_CallBackICE_TimeNotifyPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
{
return _iceI_begin_TimeNotify(eventNo, seq, context, cb, cookie);
}
void end_TimeNotify(const ::Ice::AsyncResultPtr& result);
private:
::Ice::AsyncResultPtr _iceI_begin_TimeNotify(::Ice::Int, const ::Ice::ByteSeq&, const ::Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::Ice::LocalObjectPtr& cookie = 0, bool sync = false);
public:
/**
* Obtains the Slice type ID corresponding to this interface.
* @return A fully-scoped type ID.
*/
static const ::std::string& ice_staticId();
protected:
/// \cond INTERNAL
virtual ::IceProxy::Ice::Object* _newInstance() const;
/// \endcond
};
}
}
namespace baosight
{
class CallBackICE : public virtual ::Ice::Object
{
public:
typedef CallBackICEPrx ProxyType;
typedef CallBackICEPtr PointerType;
virtual ~CallBackICE();
/**
* Determines whether this object supports an interface with the given Slice type ID.
* @param id The fully-scoped Slice type ID.
* @param current The Current object for the invocation.
* @return True if this object supports the interface, false, otherwise.
*/
virtual bool ice_isA(const ::std::string& id, const ::Ice::Current& current = ::Ice::emptyCurrent) const;
/**
* Obtains a list of the Slice type IDs representing the interfaces supported by this object.
* @param current The Current object for the invocation.
* @return A list of fully-scoped type IDs.
*/
virtual ::std::vector< ::std::string> ice_ids(const ::Ice::Current& current = ::Ice::emptyCurrent) const;
/**
* Obtains a Slice type ID representing the most-derived interface supported by this object.
* @param current The Current object for the invocation.
* @return A fully-scoped type ID.
*/
virtual const ::std::string& ice_id(const ::Ice::Current& current = ::Ice::emptyCurrent) const;
/**
* Obtains the Slice type ID corresponding to this class.
* @return A fully-scoped type ID.
*/
static const ::std::string& ice_staticId();
virtual ::Ice::Int SendDataShort(::Ice::Int eventNo, const ::Ice::ByteSeq& seq, ::Ice::Int length, const ::Ice::Current& current = ::Ice::emptyCurrent) = 0;
/// \cond INTERNAL
bool _iceD_SendDataShort(::IceInternal::Incoming&, const ::Ice::Current&);
/// \endcond
virtual ::Ice::ByteSeq MsgCallBack(::Ice::Int eventNo, const ::Ice::ByteSeq& seq, const ::Ice::Current& current = ::Ice::emptyCurrent) = 0;
/// \cond INTERNAL
bool _iceD_MsgCallBack(::IceInternal::Incoming&, const ::Ice::Current&);
/// \endcond
virtual ::Ice::Int SendDataLong(::Ice::Int eventNo, const ::Ice::ByteSeq& seq, ::Ice::Int length, const ::std::string& sender, const ::std::string& reciver, const ::std::string& aditional, const ::Ice::Current& current = ::Ice::emptyCurrent) = 0;
/// \cond INTERNAL
bool _iceD_SendDataLong(::IceInternal::Incoming&, const ::Ice::Current&);
/// \endcond
virtual void TimeNotify(::Ice::Int eventNo, const ::Ice::ByteSeq& seq, const ::Ice::Current& current = ::Ice::emptyCurrent) = 0;
/// \cond INTERNAL
bool _iceD_TimeNotify(::IceInternal::Incoming&, const ::Ice::Current&);
/// \endcond
/// \cond INTERNAL
virtual bool _iceDispatch(::IceInternal::Incoming&, const ::Ice::Current&);
/// \endcond
protected:
/// \cond STREAM
virtual void _iceWriteImpl(::Ice::OutputStream*) const;
virtual void _iceReadImpl(::Ice::InputStream*);
/// \endcond
};
/// \cond INTERNAL
inline bool operator==(const CallBackICE& lhs, const CallBackICE& rhs)
{
return static_cast(lhs) == static_cast(rhs);
}
inline bool operator<(const CallBackICE& lhs, const CallBackICE& rhs)
{
return static_cast(lhs) < static_cast(rhs);
}
/// \endcond
}
/// \cond STREAM
namespace Ice
{
}
/// \endcond
namespace baosight
{
/**
* Type-safe asynchronous callback wrapper class used for calls to
* IceProxy::baosight::CallBackICE::begin_SendDataShort.
* Create a wrapper instance by calling ::baosight::newCallback_CallBackICE_SendDataShort.
*/
template
class CallbackNC_CallBackICE_SendDataShort : public Callback_CallBackICE_SendDataShort_Base, public ::IceInternal::TwowayCallbackNC
{
public:
typedef IceUtil::Handle TPtr;
typedef void (T::*Exception)(const ::Ice::Exception&);
typedef void (T::*Sent)(bool);
typedef void (T::*Response)(::Ice::Int);
CallbackNC_CallBackICE_SendDataShort(const TPtr& obj, Response cb, Exception excb, Sent sentcb)
: ::IceInternal::TwowayCallbackNC(obj, cb != 0, excb, sentcb), _response(cb)
{
}
/// \cond INTERNAL
virtual void completed(const ::Ice::AsyncResultPtr& result) const
{
CallBackICEPrx proxy = CallBackICEPrx::uncheckedCast(result->getProxy());
::Ice::Int ret;
try
{
ret = proxy->end_SendDataShort(result);
}
catch(const ::Ice::Exception& ex)
{
::IceInternal::CallbackNC::exception(result, ex);
return;
}
if(_response)
{
(::IceInternal::CallbackNC::_callback.get()->*_response)(ret);
}
}
/// \endcond
private:
Response _response;
};
/**
* Creates a callback wrapper instance that delegates to your object.
* @param instance The callback object.
* @param cb The success method of the callback object.
* @param excb The exception method of the callback object.
* @param sentcb The sent method of the callback object.
* @return An object that can be passed to an asynchronous invocation of IceProxy::baosight::CallBackICE::begin_SendDataShort.
*/
template Callback_CallBackICE_SendDataShortPtr
newCallback_CallBackICE_SendDataShort(const IceUtil::Handle& instance, void (T::*cb)(::Ice::Int), void (T::*excb)(const ::Ice::Exception&), void (T::*sentcb)(bool) = 0)
{
return new CallbackNC_CallBackICE_SendDataShort(instance, cb, excb, sentcb);
}
/**
* Creates a callback wrapper instance that delegates to your object.
* @param instance The callback object.
* @param cb The success method of the callback object.
* @param excb The exception method of the callback object.
* @param sentcb The sent method of the callback object.
* @return An object that can be passed to an asynchronous invocation of IceProxy::baosight::CallBackICE::begin_SendDataShort.
*/
template Callback_CallBackICE_SendDataShortPtr
newCallback_CallBackICE_SendDataShort(T* instance, void (T::*cb)(::Ice::Int), void (T::*excb)(const ::Ice::Exception&), void (T::*sentcb)(bool) = 0)
{
return new CallbackNC_CallBackICE_SendDataShort(instance, cb, excb, sentcb);
}
/**
* Type-safe asynchronous callback wrapper class with cookie support used for calls to
* IceProxy::baosight::CallBackICE::begin_SendDataShort.
* Create a wrapper instance by calling ::baosight::newCallback_CallBackICE_SendDataShort.
*/
template
class Callback_CallBackICE_SendDataShort : public Callback_CallBackICE_SendDataShort_Base, public ::IceInternal::TwowayCallback
{
public:
typedef IceUtil::Handle TPtr;
typedef void (T::*Exception)(const ::Ice::Exception& , const CT&);
typedef void (T::*Sent)(bool , const CT&);
typedef void (T::*Response)(::Ice::Int, const CT&);
Callback_CallBackICE_SendDataShort(const TPtr& obj, Response cb, Exception excb, Sent sentcb)
: ::IceInternal::TwowayCallback(obj, cb != 0, excb, sentcb), _response(cb)
{
}
/// \cond INTERNAL
virtual void completed(const ::Ice::AsyncResultPtr& result) const
{
CallBackICEPrx proxy = CallBackICEPrx::uncheckedCast(result->getProxy());
::Ice::Int ret;
try
{
ret = proxy->end_SendDataShort(result);
}
catch(const ::Ice::Exception& ex)
{
::IceInternal::Callback::exception(result, ex);
return;
}
if(_response)
{
(::IceInternal::Callback::_callback.get()->*_response)(ret, CT::dynamicCast(result->getCookie()));
}
}
/// \endcond
private:
Response _response;
};
/**
* Creates a callback wrapper instance that delegates to your object.
* Use this overload when your callback methods receive a cookie value.
* @param instance The callback object.
* @param cb The success method of the callback object.
* @param excb The exception method of the callback object.
* @param sentcb The sent method of the callback object.
* @return An object that can be passed to an asynchronous invocation of IceProxy::baosight::CallBackICE::begin_SendDataShort.
*/
template Callback_CallBackICE_SendDataShortPtr
newCallback_CallBackICE_SendDataShort(const IceUtil::Handle& instance, void (T::*cb)(::Ice::Int, const CT&), void (T::*excb)(const ::Ice::Exception&, const CT&), void (T::*sentcb)(bool, const CT&) = 0)
{
return new Callback_CallBackICE_SendDataShort(instance, cb, excb, sentcb);
}
/**
* Creates a callback wrapper instance that delegates to your object.
* Use this overload when your callback methods receive a cookie value.
* @param instance The callback object.
* @param cb The success method of the callback object.
* @param excb The exception method of the callback object.
* @param sentcb The sent method of the callback object.
* @return An object that can be passed to an asynchronous invocation of IceProxy::baosight::CallBackICE::begin_SendDataShort.
*/
template Callback_CallBackICE_SendDataShortPtr
newCallback_CallBackICE_SendDataShort(T* instance, void (T::*cb)(::Ice::Int, const CT&), void (T::*excb)(const ::Ice::Exception&, const CT&), void (T::*sentcb)(bool, const CT&) = 0)
{
return new Callback_CallBackICE_SendDataShort(instance, cb, excb, sentcb);
}
/**
* Type-safe asynchronous callback wrapper class used for calls to
* IceProxy::baosight::CallBackICE::begin_MsgCallBack.
* Create a wrapper instance by calling ::baosight::newCallback_CallBackICE_MsgCallBack.
*/
template
class CallbackNC_CallBackICE_MsgCallBack : public Callback_CallBackICE_MsgCallBack_Base, public ::IceInternal::TwowayCallbackNC
{
public:
typedef IceUtil::Handle TPtr;
typedef void (T::*Exception)(const ::Ice::Exception&);
typedef void (T::*Sent)(bool);
typedef void (T::*Response)(const ::Ice::ByteSeq&);
CallbackNC_CallBackICE_MsgCallBack(const TPtr& obj, Response cb, Exception excb, Sent sentcb)
: ::IceInternal::TwowayCallbackNC(obj, cb != 0, excb, sentcb), _response(cb)
{
}
/// \cond INTERNAL
virtual void completed(const ::Ice::AsyncResultPtr& result) const
{
CallBackICEPrx proxy = CallBackICEPrx::uncheckedCast(result->getProxy());
::Ice::ByteSeq ret;
try
{
ret = proxy->end_MsgCallBack(result);
}
catch(const ::Ice::Exception& ex)
{
::IceInternal::CallbackNC::exception(result, ex);
return;
}
if(_response)
{
(::IceInternal::CallbackNC::_callback.get()->*_response)(ret);
}
}
/// \endcond
private:
Response _response;
};
/**
* Creates a callback wrapper instance that delegates to your object.
* @param instance The callback object.
* @param cb The success method of the callback object.
* @param excb The exception method of the callback object.
* @param sentcb The sent method of the callback object.
* @return An object that can be passed to an asynchronous invocation of IceProxy::baosight::CallBackICE::begin_MsgCallBack.
*/
template Callback_CallBackICE_MsgCallBackPtr
newCallback_CallBackICE_MsgCallBack(const IceUtil::Handle& instance, void (T::*cb)(const ::Ice::ByteSeq&), void (T::*excb)(const ::Ice::Exception&), void (T::*sentcb)(bool) = 0)
{
return new CallbackNC_CallBackICE_MsgCallBack(instance, cb, excb, sentcb);
}
/**
* Creates a callback wrapper instance that delegates to your object.
* @param instance The callback object.
* @param cb The success method of the callback object.
* @param excb The exception method of the callback object.
* @param sentcb The sent method of the callback object.
* @return An object that can be passed to an asynchronous invocation of IceProxy::baosight::CallBackICE::begin_MsgCallBack.
*/
template Callback_CallBackICE_MsgCallBackPtr
newCallback_CallBackICE_MsgCallBack(T* instance, void (T::*cb)(const ::Ice::ByteSeq&), void (T::*excb)(const ::Ice::Exception&), void (T::*sentcb)(bool) = 0)
{
return new CallbackNC_CallBackICE_MsgCallBack(instance, cb, excb, sentcb);
}
/**
* Type-safe asynchronous callback wrapper class with cookie support used for calls to
* IceProxy::baosight::CallBackICE::begin_MsgCallBack.
* Create a wrapper instance by calling ::baosight::newCallback_CallBackICE_MsgCallBack.
*/
template
class Callback_CallBackICE_MsgCallBack : public Callback_CallBackICE_MsgCallBack_Base, public ::IceInternal::TwowayCallback
{
public:
typedef IceUtil::Handle TPtr;
typedef void (T::*Exception)(const ::Ice::Exception& , const CT&);
typedef void (T::*Sent)(bool , const CT&);
typedef void (T::*Response)(const ::Ice::ByteSeq&, const CT&);
Callback_CallBackICE_MsgCallBack(const TPtr& obj, Response cb, Exception excb, Sent sentcb)
: ::IceInternal::TwowayCallback(obj, cb != 0, excb, sentcb), _response(cb)
{
}
/// \cond INTERNAL
virtual void completed(const ::Ice::AsyncResultPtr& result) const
{
CallBackICEPrx proxy = CallBackICEPrx::uncheckedCast(result->getProxy());
::Ice::ByteSeq ret;
try
{
ret = proxy->end_MsgCallBack(result);
}
catch(const ::Ice::Exception& ex)
{
::IceInternal::Callback::exception(result, ex);
return;
}
if(_response)
{
(::IceInternal::Callback::_callback.get()->*_response)(ret, CT::dynamicCast(result->getCookie()));
}
}
/// \endcond
private:
Response _response;
};
/**
* Creates a callback wrapper instance that delegates to your object.
* Use this overload when your callback methods receive a cookie value.
* @param instance The callback object.
* @param cb The success method of the callback object.
* @param excb The exception method of the callback object.
* @param sentcb The sent method of the callback object.
* @return An object that can be passed to an asynchronous invocation of IceProxy::baosight::CallBackICE::begin_MsgCallBack.
*/
template Callback_CallBackICE_MsgCallBackPtr
newCallback_CallBackICE_MsgCallBack(const IceUtil::Handle& instance, void (T::*cb)(const ::Ice::ByteSeq&, const CT&), void (T::*excb)(const ::Ice::Exception&, const CT&), void (T::*sentcb)(bool, const CT&) = 0)
{
return new Callback_CallBackICE_MsgCallBack(instance, cb, excb, sentcb);
}
/**
* Creates a callback wrapper instance that delegates to your object.
* Use this overload when your callback methods receive a cookie value.
* @param instance The callback object.
* @param cb The success method of the callback object.
* @param excb The exception method of the callback object.
* @param sentcb The sent method of the callback object.
* @return An object that can be passed to an asynchronous invocation of IceProxy::baosight::CallBackICE::begin_MsgCallBack.
*/
template Callback_CallBackICE_MsgCallBackPtr
newCallback_CallBackICE_MsgCallBack(T* instance, void (T::*cb)(const ::Ice::ByteSeq&, const CT&), void (T::*excb)(const ::Ice::Exception&, const CT&), void (T::*sentcb)(bool, const CT&) = 0)
{
return new Callback_CallBackICE_MsgCallBack(instance, cb, excb, sentcb);
}
/**
* Type-safe asynchronous callback wrapper class used for calls to
* IceProxy::baosight::CallBackICE::begin_SendDataLong.
* Create a wrapper instance by calling ::baosight::newCallback_CallBackICE_SendDataLong.
*/
template
class CallbackNC_CallBackICE_SendDataLong : public Callback_CallBackICE_SendDataLong_Base, public ::IceInternal::TwowayCallbackNC
{
public:
typedef IceUtil::Handle TPtr;
typedef void (T::*Exception)(const ::Ice::Exception&);
typedef void (T::*Sent)(bool);
typedef void (T::*Response)(::Ice::Int);
CallbackNC_CallBackICE_SendDataLong(const TPtr& obj, Response cb, Exception excb, Sent sentcb)
: ::IceInternal::TwowayCallbackNC(obj, cb != 0, excb, sentcb), _response(cb)
{
}
/// \cond INTERNAL
virtual void completed(const ::Ice::AsyncResultPtr& result) const
{
CallBackICEPrx proxy = CallBackICEPrx::uncheckedCast(result->getProxy());
::Ice::Int ret;
try
{
ret = proxy->end_SendDataLong(result);
}
catch(const ::Ice::Exception& ex)
{
::IceInternal::CallbackNC::exception(result, ex);
return;
}
if(_response)
{
(::IceInternal::CallbackNC::_callback.get()->*_response)(ret);
}
}
/// \endcond
private:
Response _response;
};
/**
* Creates a callback wrapper instance that delegates to your object.
* @param instance The callback object.
* @param cb The success method of the callback object.
* @param excb The exception method of the callback object.
* @param sentcb The sent method of the callback object.
* @return An object that can be passed to an asynchronous invocation of IceProxy::baosight::CallBackICE::begin_SendDataLong.
*/
template Callback_CallBackICE_SendDataLongPtr
newCallback_CallBackICE_SendDataLong(const IceUtil::Handle& instance, void (T::*cb)(::Ice::Int), void (T::*excb)(const ::Ice::Exception&), void (T::*sentcb)(bool) = 0)
{
return new CallbackNC_CallBackICE_SendDataLong(instance, cb, excb, sentcb);
}
/**
* Creates a callback wrapper instance that delegates to your object.
* @param instance The callback object.
* @param cb The success method of the callback object.
* @param excb The exception method of the callback object.
* @param sentcb The sent method of the callback object.
* @return An object that can be passed to an asynchronous invocation of IceProxy::baosight::CallBackICE::begin_SendDataLong.
*/
template Callback_CallBackICE_SendDataLongPtr
newCallback_CallBackICE_SendDataLong(T* instance, void (T::*cb)(::Ice::Int), void (T::*excb)(const ::Ice::Exception&), void (T::*sentcb)(bool) = 0)
{
return new CallbackNC_CallBackICE_SendDataLong(instance, cb, excb, sentcb);
}
/**
* Type-safe asynchronous callback wrapper class with cookie support used for calls to
* IceProxy::baosight::CallBackICE::begin_SendDataLong.
* Create a wrapper instance by calling ::baosight::newCallback_CallBackICE_SendDataLong.
*/
template
class Callback_CallBackICE_SendDataLong : public Callback_CallBackICE_SendDataLong_Base, public ::IceInternal::TwowayCallback
{
public:
typedef IceUtil::Handle TPtr;
typedef void (T::*Exception)(const ::Ice::Exception& , const CT&);
typedef void (T::*Sent)(bool , const CT&);
typedef void (T::*Response)(::Ice::Int, const CT&);
Callback_CallBackICE_SendDataLong(const TPtr& obj, Response cb, Exception excb, Sent sentcb)
: ::IceInternal::TwowayCallback(obj, cb != 0, excb, sentcb), _response(cb)
{
}
/// \cond INTERNAL
virtual void completed(const ::Ice::AsyncResultPtr& result) const
{
CallBackICEPrx proxy = CallBackICEPrx::uncheckedCast(result->getProxy());
::Ice::Int ret;
try
{
ret = proxy->end_SendDataLong(result);
}
catch(const ::Ice::Exception& ex)
{
::IceInternal::Callback::exception(result, ex);
return;
}
if(_response)
{
(::IceInternal::Callback::_callback.get()->*_response)(ret, CT::dynamicCast(result->getCookie()));
}
}
/// \endcond
private:
Response _response;
};
/**
* Creates a callback wrapper instance that delegates to your object.
* Use this overload when your callback methods receive a cookie value.
* @param instance The callback object.
* @param cb The success method of the callback object.
* @param excb The exception method of the callback object.
* @param sentcb The sent method of the callback object.
* @return An object that can be passed to an asynchronous invocation of IceProxy::baosight::CallBackICE::begin_SendDataLong.
*/
template Callback_CallBackICE_SendDataLongPtr
newCallback_CallBackICE_SendDataLong(const IceUtil::Handle& instance, void (T::*cb)(::Ice::Int, const CT&), void (T::*excb)(const ::Ice::Exception&, const CT&), void (T::*sentcb)(bool, const CT&) = 0)
{
return new Callback_CallBackICE_SendDataLong(instance, cb, excb, sentcb);
}
/**
* Creates a callback wrapper instance that delegates to your object.
* Use this overload when your callback methods receive a cookie value.
* @param instance The callback object.
* @param cb The success method of the callback object.
* @param excb The exception method of the callback object.
* @param sentcb The sent method of the callback object.
* @return An object that can be passed to an asynchronous invocation of IceProxy::baosight::CallBackICE::begin_SendDataLong.
*/
template Callback_CallBackICE_SendDataLongPtr
newCallback_CallBackICE_SendDataLong(T* instance, void (T::*cb)(::Ice::Int, const CT&), void (T::*excb)(const ::Ice::Exception&, const CT&), void (T::*sentcb)(bool, const CT&) = 0)
{
return new Callback_CallBackICE_SendDataLong(instance, cb, excb, sentcb);
}
/**
* Type-safe asynchronous callback wrapper class used for calls to
* IceProxy::baosight::CallBackICE::begin_TimeNotify.
* Create a wrapper instance by calling ::baosight::newCallback_CallBackICE_TimeNotify.
*/
template
class CallbackNC_CallBackICE_TimeNotify : public Callback_CallBackICE_TimeNotify_Base, public ::IceInternal::OnewayCallbackNC
{
public:
typedef IceUtil::Handle TPtr;
typedef void (T::*Exception)(const ::Ice::Exception&);
typedef void (T::*Sent)(bool);
typedef void (T::*Response)();
CallbackNC_CallBackICE_TimeNotify(const TPtr& obj, Response cb, Exception excb, Sent sentcb)
: ::IceInternal::OnewayCallbackNC(obj, cb, excb, sentcb)
{
}
};
/**
* Creates a callback wrapper instance that delegates to your object.
* @param instance The callback object.
* @param cb The success method of the callback object.
* @param excb The exception method of the callback object.
* @param sentcb The sent method of the callback object.
* @return An object that can be passed to an asynchronous invocation of IceProxy::baosight::CallBackICE::begin_TimeNotify.
*/
template Callback_CallBackICE_TimeNotifyPtr
newCallback_CallBackICE_TimeNotify(const IceUtil::Handle& instance, void (T::*cb)(), void (T::*excb)(const ::Ice::Exception&), void (T::*sentcb)(bool) = 0)
{
return new CallbackNC_CallBackICE_TimeNotify(instance, cb, excb, sentcb);
}
/**
* Creates a callback wrapper instance that delegates to your object.
* @param instance The callback object.
* @param excb The exception method of the callback object.
* @param sentcb The sent method of the callback object.
* @return An object that can be passed to an asynchronous invocation of IceProxy::baosight::CallBackICE::begin_TimeNotify.
*/
template Callback_CallBackICE_TimeNotifyPtr
newCallback_CallBackICE_TimeNotify(const IceUtil::Handle& instance, void (T::*excb)(const ::Ice::Exception&), void (T::*sentcb)(bool) = 0)
{
return new CallbackNC_CallBackICE_TimeNotify(instance, 0, excb, sentcb);
}
/**
* Creates a callback wrapper instance that delegates to your object.
* @param instance The callback object.
* @param cb The success method of the callback object.
* @param excb The exception method of the callback object.
* @param sentcb The sent method of the callback object.
* @return An object that can be passed to an asynchronous invocation of IceProxy::baosight::CallBackICE::begin_TimeNotify.
*/
template Callback_CallBackICE_TimeNotifyPtr
newCallback_CallBackICE_TimeNotify(T* instance, void (T::*cb)(), void (T::*excb)(const ::Ice::Exception&), void (T::*sentcb)(bool) = 0)
{
return new CallbackNC_CallBackICE_TimeNotify(instance, cb, excb, sentcb);
}
/**
* Creates a callback wrapper instance that delegates to your object.
* @param instance The callback object.
* @param excb The exception method of the callback object.
* @param sentcb The sent method of the callback object.
* @return An object that can be passed to an asynchronous invocation of IceProxy::baosight::CallBackICE::begin_TimeNotify.
*/
template Callback_CallBackICE_TimeNotifyPtr
newCallback_CallBackICE_TimeNotify(T* instance, void (T::*excb)(const ::Ice::Exception&), void (T::*sentcb)(bool) = 0)
{
return new CallbackNC_CallBackICE_TimeNotify(instance, 0, excb, sentcb);
}
/**
* Type-safe asynchronous callback wrapper class with cookie support used for calls to
* IceProxy::baosight::CallBackICE::begin_TimeNotify.
* Create a wrapper instance by calling ::baosight::newCallback_CallBackICE_TimeNotify.
*/
template
class Callback_CallBackICE_TimeNotify : public Callback_CallBackICE_TimeNotify_Base, public ::IceInternal::OnewayCallback
{
public:
typedef IceUtil::Handle TPtr;
typedef void (T::*Exception)(const ::Ice::Exception& , const CT&);
typedef void (T::*Sent)(bool , const CT&);
typedef void (T::*Response)(const CT&);
Callback_CallBackICE_TimeNotify(const TPtr& obj, Response cb, Exception excb, Sent sentcb)
: ::IceInternal::OnewayCallback(obj, cb, excb, sentcb)
{
}
};
/**
* Creates a callback wrapper instance that delegates to your object.
* Use this overload when your callback methods receive a cookie value.
* @param instance The callback object.
* @param cb The success method of the callback object.
* @param excb The exception method of the callback object.
* @param sentcb The sent method of the callback object.
* @return An object that can be passed to an asynchronous invocation of IceProxy::baosight::CallBackICE::begin_TimeNotify.
*/
template Callback_CallBackICE_TimeNotifyPtr
newCallback_CallBackICE_TimeNotify(const IceUtil::Handle& instance, void (T::*cb)(const CT&), void (T::*excb)(const ::Ice::Exception&, const CT&), void (T::*sentcb)(bool, const CT&) = 0)
{
return new Callback_CallBackICE_TimeNotify(instance, cb, excb, sentcb);
}
/**
* Creates a callback wrapper instance that delegates to your object.
* Use this overload when your callback methods receive a cookie value.
* @param instance The callback object.
* @param excb The exception method of the callback object.
* @param sentcb The sent method of the callback object.
* @return An object that can be passed to an asynchronous invocation of IceProxy::baosight::CallBackICE::begin_TimeNotify.
*/
template Callback_CallBackICE_TimeNotifyPtr
newCallback_CallBackICE_TimeNotify(const IceUtil::Handle& instance, void (T::*excb)(const ::Ice::Exception&, const CT&), void (T::*sentcb)(bool, const CT&) = 0)
{
return new Callback_CallBackICE_TimeNotify(instance, 0, excb, sentcb);
}
/**
* Creates a callback wrapper instance that delegates to your object.
* Use this overload when your callback methods receive a cookie value.
* @param instance The callback object.
* @param cb The success method of the callback object.
* @param excb The exception method of the callback object.
* @param sentcb The sent method of the callback object.
* @return An object that can be passed to an asynchronous invocation of IceProxy::baosight::CallBackICE::begin_TimeNotify.
*/
template Callback_CallBackICE_TimeNotifyPtr
newCallback_CallBackICE_TimeNotify(T* instance, void (T::*cb)(const CT&), void (T::*excb)(const ::Ice::Exception&, const CT&), void (T::*sentcb)(bool, const CT&) = 0)
{
return new Callback_CallBackICE_TimeNotify(instance, cb, excb, sentcb);
}
/**
* Creates a callback wrapper instance that delegates to your object.
* Use this overload when your callback methods receive a cookie value.
* @param instance The callback object.
* @param excb The exception method of the callback object.
* @param sentcb The sent method of the callback object.
* @return An object that can be passed to an asynchronous invocation of IceProxy::baosight::CallBackICE::begin_TimeNotify.
*/
template Callback_CallBackICE_TimeNotifyPtr
newCallback_CallBackICE_TimeNotify(T* instance, void (T::*excb)(const ::Ice::Exception&, const CT&), void (T::*sentcb)(bool, const CT&) = 0)
{
return new Callback_CallBackICE_TimeNotify(instance, 0, excb, sentcb);
}
}
#endif
#include
#endif