Diff: SicsInitializer

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 11 and version 9:
Lines 14-25 were replaced by line 14
- * when adding a new command
- ** prototype declaration of the command function or include
- statement
- ** inserting the command to the AddPsiCommands function
- ** if it is a startup command, inserting the command to
- the RemovePsiCommands function
- * when adding a new driver
- ** prototype declaration of the driver creation function or
- include statement
- ** adding an "else if" clause to the CreatePsiXXX function
- ** in the case of an environment driver, also add an "else if"
- clause to the ConfigureController function.
+ when adding a new command:
At line 26 added 14 lines.
+ * prototype declaration of the command function or include
+ statement
+ * inserting the command to the ''AddPsiCommands'' function
+ * if it is a startup command, inserting the command to
+ the ''RemovePsiCommands'' function
+
+ when adding a new driver:
+
+ * prototype declaration of the driver creation function or
+ include statement
+ * adding an "else if" clause to the ''CreatePsi''XXX function
+ * in the case of an environment driver, also add an "else if"
+ clause to the ''ConfigureController'' function.
+
Line 29 was replaced by line 32
- In this function, you call AddCmd,AddIniCmd or AddCommand(SCinter.h) to
+ In this function, you call ''AddCmd'', ''AddIniCmd'' or ''AddCommand''(SCinter.h) to
Lines 31-33 were replaced by lines 34-36
- create a new driver, use either the MakeDriver function, if you want
- to use the MakeObject command to create the driver, or the functions
- MakeInitializer/GetInitializer, if you want to do use an other
+ create a new driver, use either the ''MakeDriver'' function, if you want
+ to use the ''MakeObject'' command to create the driver, or the functions
+ ''MakeInitializer/GetInitializer'', if you want to do use an other
Line 36 was replaced by line 39
- to the SiteInit (psi.c) or InitGeneral (ofac.c) function.
+ to the ''SiteInit'' (psi.c) or ''InitGeneral'' (ofac.c) function.
Lines 45-47 were replaced by lines 48-50
- * remove InitIniCommands (moving first few lines InitObjectCommands)
- and RemoveIniCommands
- * InitGeneral to a new file named initgen.c
+ * remove ''InitIniCommands'' (moving first few lines ''InitObjectCommands'')
+ and ''RemoveIniCommands''
+ * move ''InitGeneral'' to a new file named ''inigen.c''
Line 49 was replaced by line 52
- calls to the InitGeneral function
+ calls to the ''InitGeneral'' function
Lines 53-54 were replaced by lines 56-57
- * all stuff (except SiteInit) is moved to the corresponding modules,
- using MakeInitializer/GetInitializer
+ * all stuff (except ''SiteInit'') is moved to the corresponding modules,
+ using ''MakeInitializer/GetInitializer''

Back to SicsInitializer, or to the Page History.