Skip to content

Commit

Permalink
Readmes of samples of code generator reviewed
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterVranken committed Nov 29, 2024
1 parent 5a01a2c commit d4426e9
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 9 deletions.
2 changes: 1 addition & 1 deletion codeGenerator/samples/AUTOSAR/readMe.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ application.
If you want to run the application from another working folder then you
will have to modify the script: The Windows script references the required
resources by relative paths from here. Please, refer to
link:codeGenerator\doc\installation.txt[../../doc/installation.html^],
link:../../doc/installation.html[codeGenerator\doc\installation.txt^],
too.

All Windows scripts are trivial; porting them to Linux or Mac OS is
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ The DBC file used in this sample is the same as in the same integrations
of comFramework's CAN interface. Hence, the specification of the
functionality of the Simulink model can be found in form of the hand coded
APSW in the sample integration of the CAN interface. See
http://svn.code.sf.net/p/comframe/code/canInterface/trunk/sampleIntegrations/winSampleIntegration/code/APSW.
link:../../../canInterface/sampleIntegrations/winSampleIntegration/code/APSW/pwr_computeEnginePower.c[canInterface/sampleIntegrations/winSampleIntegration/code/APSW/pwr_computeEnginePower.c^]
Note, the pack and unpack functions as essential part of the code generation
process are not included in the demo application. This sample focuses on
Expand Down Expand Up @@ -112,8 +112,8 @@ try. Note, C99 compliance is a must.
To build and execute the demo application type:
cd compileIt
make run
cd compileIt
make run
The demo application can be debugged using the script gdb.ps1. The GNU
debugger needs to be on the system search path.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ installation test of the application.
If you want to run the application from another working folder then you
will have to modify the script: The Windows script references the required
resources by relative paths from here. Please, refer to
codeGenerator\doc\installation.txt, too.
link:../../doc/installation.html[codeGenerator\doc\installation.txt^],
too.

All Windows scripts are trivial; porting them to Linux or Mac OS is
straightforward.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ application.
If you want to run the application from another working folder then you
will have to modify the script: The Windows script references the required
resources by relative paths from here. Please, refer to
codeGenerator\doc\installation.txt, too.
link:../../doc/installation.html[codeGenerator\doc\installation.txt^],
too.

All Windows scripts are trivial; porting them to Linux or Mac OS is
straightforward.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ application.
If you want to run the application from another working folder then you
will have to modify the script: The Windows script references the required
resources by relative paths from here. Please, refer to
codeGenerator\doc\installation.txt, too.
link:../../doc/installation.html[codeGenerator\doc\installation.txt^],
too.

All Windows scripts are trivial; porting them to Linux or Mac OS is
straightforward.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ application.
If you want to run the application from another working folder then you
will have to modify the script: The Windows script references the required
resources by relative paths from here. Please, refer to
codeGenerator\doc\installation.txt, too.
link:../../doc/installation.html[codeGenerator\doc\installation.txt^],
too.

All Windows scripts are trivial; porting them to Linux or Mac OS is
straightforward.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ application.
If you want to run the application from another working folder then you
will have to modify the script: The Windows script references the required
resources by relative paths from here. Please, refer to
codeGenerator\doc\installation.txt, too.
link:../../doc/installation.html[codeGenerator\doc\installation.txt^],
too.

All Windows scripts are trivial; porting them to Linux or Mac OS is
straightforward.

0 comments on commit d4426e9

Please sign in to comment.