#include <unistd.h>#include "../trucknet/trucknet.h"#include "../trucknet/unp.h"#include "../trucknet/TCPmsg.h"#include "../trucknet/msg.h"#include "joystick.h"#include "command.h"#include <GL/openglut.h>Go to the source code of this file.
Functions | |
| int | processNet (void) |
| Short Description. | |
| void | usage (void) |
| Prints out usage information for program. | |
| void | sendMessages (int data) |
| Short Description. | |
| static void | display (void) |
| Short Description. | |
| static void | resize (int width, int height) |
| Short Description. | |
| static void | joystick (unsigned int buttons, int xaxis, int yaxis, int zaxis) |
| Short Description. | |
| static void | key (unsigned char key, int x, int y) |
| Short Description. | |
| int | main (int argc, char *argv[]) |
Variables | |
| TCPmsg * | m |
| int | joystickEnable = 0 |
| float | joyX = 0 |
| float | joyY = 0 |
| float | joyZ = 0 |
| Joystick | joy |
| Command | cmd |
|
|
Short Description. Long Description if necessary.
Definition at line 128 of file guiclient.cpp. References Command::display(), and Joystick::display(). Referenced by main(), and RTAI_PROTO(). |
|
||||||||||||||||||||
|
Short Description. Long Description if necessary.
Definition at line 166 of file guiclient.cpp. References Joystick::joystick(), joyX, joyY, and joyZ. Referenced by main(). |
|
||||||||||||||||
|
Short Description. Long Description if necessary.
Definition at line 186 of file guiclient.cpp. References joystickEnable, and Command::key(). Referenced by main(). |
|
||||||||||||
|
Definition at line 226 of file guiclient.cpp. References display(), GUI_PORT, i, joystick(), key(), resize(), sendMessages(), and usage(). |
|
|
Short Description. Long Description if necessary.
Definition at line 89 of file guiclient.cpp. References msg::dispatch(), msg::error(), TCPmsg::recvNoWait(), and msg::type(). Referenced by sendMessages(). |
|
||||||||||||
|
Short Description. Long Description if necessary.
Definition at line 148 of file guiclient.cpp. References Joystick::resize(). Referenced by main(). |
|
|
Short Description. Long Description if necessary.
Definition at line 59 of file guiclient.cpp. References endmsg, joystickEnable, joyX, joyY, joyZ, processNet(), and startmsg(). Referenced by main(). |
|
|
Prints out usage information for program.
Definition at line 42 of file guiclient.cpp. |
|
|
Definition at line 31 of file guiclient.cpp. |
|
|
Definition at line 30 of file guiclient.cpp. |
|
|
Definition at line 28 of file guiclient.cpp. Referenced by key(), and sendMessages(). |
|
|
Definition at line 29 of file guiclient.cpp. Referenced by joystick(), and sendMessages(). |
|
|
Definition at line 29 of file guiclient.cpp. Referenced by joystick(), and sendMessages(). |
|
|
Definition at line 29 of file guiclient.cpp. Referenced by joystick(), and sendMessages(). |
|
|
Definition at line 26 of file guiclient.cpp. Referenced by main(), STDINstart(), and UNIXstart(). |
1.4.4