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
2module Data {
3 interface CarData {
4 void setJoystickValue(bool newValue);
6
7 void setCarTemperatureValue(double newValue);
9 };
10};
11
void setJoystickValue(bool newValue)
double getCarTemperatureValue()
bool getJoystickValue()
void setCarTemperatureValue(double newValue)
Namespace for the car data.