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 16 and version 1:
Lines 4-9 were replaced by lines 4-7
- in SICS/SEA written in Tcl.
- A driver is a collection of configuration and action scripts.
- The action scripts are called from the ScriptContext system
- with in a certain context: a sics hipadaba node and a
- controller object. The access to the context is implemented
- with the {{sct}} command.
+ in SICS/SEA written in Tcl. Such a driver is a collection
+ of initialization and action scripts. The action scripts
+ are called from the ScriptContext system within a certain
+ context: a sics hipadaba node and a controller object.
Line 11 was replaced by line 9
- !Initialization Script
+ !Tutorial
Lines 13-14 were replaced by line 11
- The scripts should be placed in a
- file with a path {{~/sea/tcl/drivers/<driver-name>.tcl}}
+ * [A simple driver example]
At line 15 added 11 lines.
+ !Reference
+
+ * [initialization commands|StdSctInitCmds]
+ * [standard action scripts]
+
+
+
+ ----
+
+ to be done
+
Removed lines 20-26
- The initialization script must have the name
- {{stdConfig::<driver-name>}}.
-
- The first command to be called is:
- {{{
- controller <protocol> <protocol parameters...>
- }}}
Removed line 28
- its return value is 1 when the controller was created ...

Back to ScriptContext, or to the Page History.