- added new scriptcontext with devser

This commit is contained in:
zolliker
2008-05-14 14:23:16 +00:00
parent bbb0b971a9
commit 3967dc8844
28 changed files with 1307 additions and 1363 deletions

View File

@ -1,6 +1,7 @@
#ifndef ASCON_H
#define ASCON_H
#include "sics.h"
#include "errormsg.h"
/** \file
@ -42,7 +43,7 @@ void AsconKill(Ascon *a);
*/
AsconStatus AsconTask(Ascon *a);
/** \brief write to the connection. allowed only when the state is ascon_ready
/** \brief write to the connection. allowed only when the state is AsconReady
* \param a the connection
* \param command the command to be sent
* \param noResponse 0 normally, 1 if no reponse is expected