- added command to change timeout of a scriptcontext controller

- created syncedprot
This commit is contained in:
zolliker
2012-08-21 06:44:29 +00:00
parent d70dffa00b
commit caf31b36cc
8 changed files with 99 additions and 50 deletions

10
ascon.h
View File

@ -107,4 +107,14 @@ int AsconLastState(Ascon *a);
* \return the host and port
*/
char *AsconHostport(Ascon *a);
/**
* \brief set or get timeout
* \param a the Ascon
* \param timeout the timeout to set
* \param setmode 0: get, 1: set
* \return the timeout value
*/
double AsconGetSetTimeout(Ascon *a, double timeout, int setmode);
#endif