diff -r 7685cec9fd3c -r f2ddfa555b0f doc/api/python/sysdef.io-module.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/api/python/sysdef.io-module.html Fri Sep 11 11:54:49 2009 +0100 @@ -0,0 +1,358 @@ + + + + + sysdef.io + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Package sysdef :: + Module io + + + + + + +
[hide private]
[frames] | no frames]
+
+ +

Module io

source code

+IO module for SystemDefinitionFile. +- Allow convertion to m,a

+ + + + + + + + + + + + + + + + + + + +
+ + + + + +
Classes[hide private]
+
+   + + MakeWriter +
+   + + MakeWriter2 +
+   + + MakeWriter3 +
+   + + FlashImageSizeWriter
+ Writes a .csv file listing the content of the flash images. +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
Functions[hide private]
+
+   + + + + + + +
path_to_makefile_echo(path)
+ Cleanup the path to transfer it to the makefile.
+ source code + +
+ +
+   + + + + + + +
path_to_makefile_command(path)
+ Cleanup the path to transfer it to the makefile.
+ source code + +
+ +
+   + + + + + + +
command_to_makefile(cmd) + source code + +
+ +
+   + + + + + + +
command_to_echo(cmd)
+ Precede special characters with a caret so +that they can output with the DOS echo command
+ source code + +
+ +
+   + + + + + + +
get_localtime_command(title='Started at') + source code + +
+ +
+   + + + + + + +
get_hires_command(title='Start') + source code + +
+ +
+   + + + + + + +
is_abld_what_or_check_command(command)
+ This function is used to determined if the command is using -c/-w/-what/-check flag.
+ source code + +
+ +
+   + + + + + + +
to_target(name) + source code + +
+ +
+ + + + + + +
+ + + + + +
Function Details[hide private]
+
+ +
+ +
+ + +
+

path_to_makefile_echo(path) +

+
source code  +
+ + Cleanup the path to transfer it to the makefile. +This is needed for echo command for example. +
+
+
+
+ +
+ +
+ + +
+

path_to_makefile_command(path) +

+
source code  +
+ + Cleanup the path to transfer it to the makefile. +This is needed for echo command for example. +
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + +
+ + + + +