Diff: EaseParametersAndCommands

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
SicsEase

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 14 and version 13:
Lines 4-14 were replaced by lines 4-14
- |list |c|make a list of most important parameters (all parameters defined with a call to ParTail and not ParList, or with a call to ParList(NULL)|std
- |list all |c|make a full list of all parameters |std
- |list <group> |c|make a list of only a group of parameters (all parameters defined with a call to ParList("<group>") )|std
- |log <par> |c|switch the logger on for parameter <par> (on for parameters defined without an explicit call to ParSwitch(NULL) )|std
- |log <par> <sugar> |c|switch the logger on for parameter <par>, giving a sugar name (see [SicsStrObjSugar])|std
- |unlog <par> |c|switch the logger off for parameter <par>|std
- |sugar |c|return a list of sugar parameters |std
- |save <par> |c|switch on status file saving for parameter <par> (on for changeable parameters, or explicitley when defined with a call to ParSave |std
- |unsave <par> |c|switch off status file saving for parameter <par>|std
- |interest |c|switch interest callback on (every change will be notified to the executive client)|std
- |uninterest |c|switch interest callback off |std
+ |list |c|make a list of most important parameters (all parameters defined with a call to ParTail and not ParList, or with a call to ParList(NULL)|
+ |list all |c|make a full list of all parameters|
+ |list <group> |c|make a list of only a group of parameters (all parameters defined with a call to ParList("<group>") )|
+ |log <par> |c|switch the logger on for parameter <par> (on for parameters defined without an explicit call to ParSwitch(NULL) )|
+ |log <par> <sugar> |c|switch the logger on for parameter <par>, giving a sugar name (see [SicsStrObjSugar])|
+ |unlog <par> |c|switch the logger off for parameter <par>|
+ |sugar |c|return a list of sugar parameters|
+ |save <par> |c|switch on status file saving for parameter <par> (on for changeable parameters, or explicitley when defined with a call to ParSave |
+ |unsave <par> |c|switch off status file saving for parameter <par>|
+ |interest |c|switch interest callback on (every change will be notified to the executive client)|
+ |uninterest |c|switch interest callback off|
Lines 27-33 were replaced by lines 27-28
- [1 c|#1] command\\
- [1 r|#1] read-only parameters\\
- [1 w|#1] writeable parameter\\
- [2 std|#2] defined for all classes based on pardef\\
- [2 else|#2] defined for drivers configured for it, by means of a call to the
- mentioned function in its parameter definition function.
-
+ ;[1|#1] 2nd column: c: command, r: read-only parameters, w: writeable parameter
+ ;[2|#2] last column: a function name means, that this parameter/subcommand is defined for drivers configured for it (calling the mentioned function in its parameter definition function). No entry means, that the subcommands is available in all classes based on pardef.

Back to EaseParametersAndCommands, or to the Page History.