Ios Package Version 1.0

These manuals describe the functionality of my Ios package, which adds both low and higher level functionality for communicating with APROL® IOSYS® point server. The commands can be loaded into the interpreter with the command
package require Ios
The lowlevel commands are loaded as shared library, all commands are registered in the global namespace. The higherlevel functions are achieved by sourcing tcl-code. The C-part uses Tcl objects, so the version for Tcl must be 8.0 or higher.

Low level functions written in C

iosClearObjectAccess iosDisconnect iosGetObject iosListObjects
iosConnect iosEventsQueued iosGetObjectAccess iosSetEvent
iosCreateObject iosFlush iosGetObjectClass iosSetObject
iosDestroyObject iosGetEvent iosListClients iosWaitForEvent

Higher level functions written in Tcl

iosEventLoop iosSetMaxEvents iosRead
iosInitEventProcessing iosSetEventHandler iosWrite

Copyright © 1999-2000 Gerhard Hintermayer