- Added a SICS to Hipadaba adapter

- Added a separate polling module to SICS
This commit is contained in:
koennecke
2006-12-07 14:04:17 +00:00
parent 5b727dc784
commit 78fce0127d
32 changed files with 1899 additions and 183 deletions

View File

@ -93,4 +93,10 @@ typedef struct _TokenEntry {
If prepend is not NULL, its contents appear untreated before the args.
A space is used as separator.
!*/
char *sicsNextNumber(char *pStart, char pNumber[80]);
/*!
This function reads the next number from the string in pStart.
The number is put into pNumber, a pointer to the string after
the number is returned or NULL whne the string is exhausted.
!*/
#endif