Hotwheels-Cluster 1.2
Creation of Cluster APP for SEA:ME project.
 
Loading...
Searching...
No Matches
Data::Callback_CarData_getJoystickValue< T, CT > Class Template Reference

#include <Joystick.h>

Public Types

typedef IceUtil::Handle< T > TPtr
 
typedef void(T::* Exception) (const ::Ice::Exception &, const CT &)
 
typedef void(T::* Sent) (bool, const CT &)
 
typedef void(T::* Response) (bool, const CT &)
 

Public Member Functions

 Callback_CarData_getJoystickValue (const TPtr &obj, Response cb, Exception excb, Sent sentcb)
 

Private Attributes

Response _response
 

Detailed Description

template<class T, typename CT>
class Data::Callback_CarData_getJoystickValue< T, CT >

Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::Data::CarData::begin_getJoystickValue. Create a wrapper instance by calling Data::newCallback_CarData_getJoystickValue.

Definition at line 856 of file Joystick.h.

Member Typedef Documentation

◆ Exception

template<class T, typename CT>
typedef void(T::* Data::Callback_CarData_getJoystickValue< T, CT >::Exception) (const ::Ice::Exception &, const CT &)

Definition at line 862 of file Joystick.h.

◆ Response

template<class T, typename CT>
typedef void(T::* Data::Callback_CarData_getJoystickValue< T, CT >::Response) (bool, const CT &)

Definition at line 864 of file Joystick.h.

◆ Sent

template<class T, typename CT>
typedef void(T::* Data::Callback_CarData_getJoystickValue< T, CT >::Sent) (bool, const CT &)

Definition at line 863 of file Joystick.h.

◆ TPtr

template<class T, typename CT>
typedef IceUtil::Handle<T> Data::Callback_CarData_getJoystickValue< T, CT >::TPtr

Definition at line 860 of file Joystick.h.

Constructor & Destructor Documentation

◆ Callback_CarData_getJoystickValue()

template<class T, typename CT>
Data::Callback_CarData_getJoystickValue< T, CT >::Callback_CarData_getJoystickValue ( const TPtr & obj,
Response cb,
Exception excb,
Sent sentcb )
inline

Definition at line 866 of file Joystick.h.

Field Documentation

◆ _response

template<class T, typename CT>
Response Data::Callback_CarData_getJoystickValue< T, CT >::_response
private

Definition at line 894 of file Joystick.h.


The documentation for this class was generated from the following file: