#include <stdio.h>#include <stdlib.h>#include <stdarg.h>#include <string.h>#include "XPS_lib.h"#include "class_XPS_axis.h"#include "Exception.h"Typedefs | |
| typedef unsigned short | u_short |
Variables | |
| u_short | port_XPS = 5001 |
|
|
the classical format for a communication port is an unsigned short |
|
|
XPS is listening for commands on port 5001 |
1.4.5