- New drivers for EL737 and EL734 high performance

- Changes to makefiles
This commit is contained in:
cvs
2003-07-08 13:26:54 +00:00
parent cd13637987
commit 3a45c3051d
13 changed files with 1785 additions and 14 deletions

View File

@ -41,6 +41,7 @@ done in the DornierStat function.
@d dh @{
int GetDornierStatus(void **pData, pDornierStatus pDornier);
int DornierSend(void **pData, char *pCommand, char *pReply, int iLen);
int DecodeNewDornierStatus(char *pText, pDornierStatus pDornier);
@}
@o velodorn.h -d @{
@ -52,6 +53,8 @@ done in the DornierStat function.
Mark Koennecke, Juli 1997
updated to support new format fo status messages, Mark Koennecke, July 2003
copyright: see implementation file.
------------------------------------------------------------------------------*/
#ifndef VELODORN