Hotwheels-Cluster
1.2
Creation of Cluster APP for SEA:ME project.
Loading...
Searching...
No Matches
Joystick.ice
Go to the documentation of this file.
1
// Joystick.ice
2
module
Data
{
3
interface
CarData {
4
void
setJoystickValue
(
bool
newValue);
5
bool
getJoystickValue
();
6
7
void
setCarTemperatureValue
(
double
newValue);
8
double
getCarTemperatureValue
();
9
};
10
};
11
Data::CarData::setJoystickValue
void setJoystickValue(bool newValue)
Data::CarData::getCarTemperatureValue
double getCarTemperatureValue()
Data::CarData::getJoystickValue
bool getJoystickValue()
Data::CarData::setCarTemperatureValue
void setCarTemperatureValue(double newValue)
Data
Namespace for the car data.
ZeroC
Joystick.ice
Generated by
1.13.2