#include <Joystick.h>
Definition at line 520 of file Joystick.h.
◆ PointerType
◆ ProxyType
◆ ~CarData()
Data::CarData::~CarData |
( |
| ) |
|
|
virtual |
◆ getCarTemperatureValue() [1/2]
double getCarTemperatureValue |
( |
| ) |
|
◆ getCarTemperatureValue() [2/2]
virtual::Ice::Double Data::CarData::getCarTemperatureValue |
( |
const ::Ice::Current & | current = ::Ice::emptyCurrent | ) |
|
|
pure virtual |
◆ getJoystickValue() [1/2]
bool getJoystickValue |
( |
| ) |
|
◆ getJoystickValue() [2/2]
virtual bool Data::CarData::getJoystickValue |
( |
const ::Ice::Current & | current = ::Ice::emptyCurrent | ) |
|
|
pure virtual |
◆ ice_id()
const::std::string & Data::CarData::ice_id |
( |
const ::Ice::Current & | current = ::Ice::emptyCurrent | ) |
const |
|
virtual |
Obtains a Slice type ID representing the most-derived interface supported by this object.
- Parameters
-
current | The Current object for the invocation. |
- Returns
- A fully-scoped type ID.
Definition at line 482 of file Joystick.cpp.
◆ ice_ids()
std::vector<::std::string > Data::CarData::ice_ids |
( |
const ::Ice::Current & | current = ::Ice::emptyCurrent | ) |
const |
Obtains a list of the Slice type IDs representing the interfaces supported by this object.
- Parameters
-
current | The Current object for the invocation. |
- Returns
- A list of fully-scoped type IDs.
Definition at line 476 of file Joystick.cpp.
◆ ice_isA()
bool Data::CarData::ice_isA |
( |
const ::std::string & | id, |
|
|
const ::Ice::Current & | current = ::Ice::emptyCurrent ) const |
|
virtual |
Determines whether this object supports an interface with the given Slice type ID.
- Parameters
-
id | The fully-scoped Slice type ID. |
current | The Current object for the invocation. |
- Returns
- True if this object supports the interface, false, otherwise.
Definition at line 470 of file Joystick.cpp.
◆ ice_staticId()
const::std::string & Data::CarData::ice_staticId |
( |
| ) |
|
|
static |
Obtains the Slice type ID corresponding to this class.
- Returns
- A fully-scoped type ID.
Definition at line 488 of file Joystick.cpp.
◆ setCarTemperatureValue() [1/2]
virtual void Data::CarData::setCarTemperatureValue |
( |
::Ice::Double | newValue, |
|
|
const ::Ice::Current & | current = ::Ice::emptyCurrent ) |
|
pure virtual |
◆ setCarTemperatureValue() [2/2]
void setCarTemperatureValue |
( |
double | newValue | ) |
|
◆ setJoystickValue() [1/2]
void setJoystickValue |
( |
bool | newValue | ) |
|
◆ setJoystickValue() [2/2]
virtual void Data::CarData::setJoystickValue |
( |
bool | newValue, |
|
|
const ::Ice::Current & | current = ::Ice::emptyCurrent ) |
|
pure virtual |
The documentation for this interface was generated from the following files: