common/usbservo.h File Reference

Global definitions and datatypes, used by the firmware and the commandline-client. More...

#include <stdint.h>

Go to the source code of this file.

Defines

#define msgOK   0
 Return code for OK.
#define msgErr   1
 Return code for Error.
#define CMD_ECHO   0
 Command to echo the sent data.
#define CMD_GET   1
 Command to fetch values.
#define CMD_SET   2
 Command to send values.


Detailed Description

Global definitions and datatypes, used by the firmware and the commandline-client.

Also contains the main doxygen-documentation.

Author:
Ronald Schaten
Version:
Id
usbservo.h,v 1.1 2006/10/28 12:40:42 rschaten Exp
License: See documentation.

Definition in file usbservo.h.


Define Documentation

#define CMD_ECHO   0

Command to echo the sent data.

Definition at line 213 of file usbservo.h.

Referenced by dev_test(), and usbFunctionSetup().

#define CMD_GET   1

Command to fetch values.

Definition at line 214 of file usbservo.h.

Referenced by dev_status(), and usbFunctionSetup().

#define CMD_SET   2

Command to send values.

Definition at line 215 of file usbservo.h.

Referenced by dev_set(), update(), and usbFunctionSetup().

#define msgErr   1

Return code for Error.

Definition at line 210 of file usbservo.h.

Referenced by usbFunctionSetup().

#define msgOK   0

Return code for OK.

Definition at line 209 of file usbservo.h.

Referenced by usbFunctionSetup().


Generated on Sat Oct 28 14:48:23 2006 for USB-Servo by  doxygen 1.4.7