#include <aicudp.h>
Inheritance diagram for AIC_UDP:


Public Member Functions | |
| AIC_UDP (const char *aicname, int statport=STATUS_PORT, int cmdport=CMD_PORT) | |
| Creates an UDP channel to AIC. | |
| virtual | ~AIC_UDP (void) |
| Closes the UDP channel. | |
| void | send_command (int command,...) |
| Sends a command and its arguments to AIC. | |
| int | get_status (int status,...) |
| Receives a status message from AIC. | |
|
||||||||||||||||
|
Creates an UDP channel to AIC.
|
|
||||||||||||
|
Receives a status message from AIC.
Implements AIC_COMM. |
|
||||||||||||
|
Sends a command and its arguments to AIC.
Implements AIC_COMM. |
1.3.6