msutils.h
Go to the documentation of this file.00001
#ifndef MSUTILS_H
00002
#define MSUTILS_H
00003
00004
00005
00006
00007
00018
00019
00020
#include <stdio.h>
00021
#include <string.h>
00022
#include <stdlib.h>
00023
#include <ctype.h>
00024
#include <unistd.h>
00025
#include <errno.h>
00026
#include <time.h>
00027
#include <sys/time.h>
00028
#include <sys/times.h>
00029
#include <sys/types.h>
00030
#include <sys/socket.h>
00031
#include <sys/file.h>
00032
#include <netdb.h>
00033
#include <netinet/in.h>
00034
#include <arpa/inet.h>
00035
#include <termios.h>
00036
#include <fcntl.h>
00037
#include <signal.h>
00038
00039
00040
00041 #define MS_DOREAD "<X>"
00042
00043
00044
00045
int MSOpenPort(
char *);
00046
void MSClosePort(
int);
00047
int MSReadPort(
int,
char *,
long);
00048
int MSSendCommand(
int,
char *,
char *);
00049
int MSSendQuery(
int,
char *,
char *,
long);
00050
int MSReadBarcode(
int,
char *,
long);
00051
int MSReset(
int,
char *);
00052
00053
#endif
Generated on Tue Jun 8 13:54:23 2004 for SCL Microstep Controller API by
1.3.7