Diff: ScriptContext

Search SINQ Wiki:
SINQ LIN

SINQ Wiki
- Main Page
- Search SINQ Wiki
- Sample Environment
- Probenumg. Intern
- Troubleshooting SICS

This Page
- Page Info
- Printer Friendly

Referenced by
NewFeaturesInSICS

Wiki Info
- Unused pages
- Undefined pages
- RecentChanges
- Page Index
- System Info
- JSPWiki Docu
- SandBox
- OneMinuteWiki
- Create a New Page




JSPWiki v2.0.52


Difference between version 2 and version 1:
Lines 4-5 were replaced by lines 4-5
- in SICS/SEA written in Tcl.
- A driver is a collection of configuration and action scripts.
+ in SICS/SEA written in Tcl. Scuh a driver is a collection
+ of configuration and action scripts.
Line 23 was replaced by line 23
- The first command to be called is:
+ The first command to be called is one of:
At line 25 added 2 lines.
+ controller std <send terminator> <timeout> <reply terminator> <separator>
+ controller bin <crc-algorithm> <timeout>
Line 28 was replaced by lines 30-40
- its return value is 1 when the controller was created ...
+ Other protocols than std and bin might be programmed in the core SICS code,
+ in fact there are already a couple of them programmed by Mark Koennecke.
+ For some needs, it might be easier to enhance the std or bin protocol.
+
+
+ return value is 1 when the controller was created, 0 when
+ it existed already (the return value may be needed if several
+ object share the same controller, and the initialization of
+ the controller properties have to be done only once).
+
+

Back to ScriptContext, or to the Page History.