User Tools

Site Tools


de:doc:lua_make

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
de:doc:lua_make [2014/11/02 16:30] wsauerde:doc:lua_make [2014/11/10 22:01] wsauer
Line 137: Line 137:
  
 ==== car1_my99_carcheck.carcheck ==== ==== car1_my99_carcheck.carcheck ====
-Whenever the build process finds a *.carcheck fileit takes the list of modules of this carline out of the mdx_pool_reference and builds a kind of summary scriptwhich collects all modules in it and allows a quick overview through the whole vehicleBy adding some content into these *.carcheck filesome carline specific value outputs can be added to the generic content of the vehicle summary. +Wann immer der Bauprozess ein *.carcheck Skript findetnimmt es eine Liste von Modulen von dieser Fahrzeugbaureihe aus der mdx_pool_referenz und baut daraus eine Art von Summationskript aufwelches alle Module in sich aufnimmt und damit einen schnellen Überblick über das komplette Fahrzeug ermöglichtDurch das Hinzufügen von Inhalt in dieses *.carcheck Skriptkönnen ein paar Fahrzeugbaureihenspezifische Ausgaben zu dem generischen Inhalt der Fahrzeugauflistung hinzugefügt werden"Inhalt"
  
 ==== car1_my99_sw_versions.lua ==== ==== car1_my99_sw_versions.lua ====
-In opposite to all the other automatic generated output this is now a pure handmade scriptWhenever the build process finds a *.lua scriptit just compiles it.+Im Gegensatz zu all den anderen automatisch erzeugten Ausgaben ist dies ein rein manuell hergestelltes SkriptWenn der Bauprozess ein *.lua Skript findetübersetzt er es.
  
-==== lua_reference ==== +==== lua_referenz ==== 
-In conjunction with the seccode files (see further belowyou could compile the same script for different security levelsBy the lua_reference file you can store the original script in a different directoryreference to it and compile it in the actual directory with a different security level.+In Verbindung mit den "seccode" Dateien (siehe weiter untenkannst Du das gleiche Skript für verschiedene Sicherheitsebenen übersetzenMit der lua_referenz Datei kannst Du das Original Skript in einem anderen Verzeichnisauf es referenzieren und es in dem aktuellen Verzeichnis mit einem anderen Sicherheitlevel zu übersetzen.
  
-By convention the original script has to be stored in the workgroup directory with its lowest security level, and the higher level reference to it.+Durch ein Abkommen muss das originale Skript in einem Arbeitsgruppenverzeichnis mit seinem geringsten Sicherheitslevel abgelegt werden und der höhere Sicherheitslevel muss darauf referenzieren.
  
 ==== ABC.seccode ==== ==== ABC.seccode ====
-*.seccode files contains a piece of lua codewhich defines the security access codes of modules. In the lua scripts of the module itself you then can use the pseudo command ''-- optinclude("ABC.seccode")'', which include the seccodes **only** if that file exist, but does not generate an error message if the file does not exist.+*.seccode Dateien enthalten einen Teil des Lua Kodeswelcher den Sicherheitszugriffskode der Module definiert 
 +In den Luaskripten selbst kann dann das Pseudo Kommando ''-- optinclude("ABC.seccode")'', in denen der seccode **nur** enthalten ist wenn das Skript existiert. Es erzeugt aber keine Fehlernachricht wenn das Skript nicht existiert.
  
-For confidential reasons, these *.seccode files are **not included** in the software repository, and it is **forbitten** to upload this or any other format of security codes into the repository, so each script developer has to maintain his personal knowledge about security codes locally and must not publish this into the repository.+Aus Geheimhaltungsgründen sind diese *.For confidential reasons, these *.seccode files are **not included** in the software repository, and it is **forbitten** to upload this or any other format of security codes into the repository, so each script developer has to maintain his personal knowledge about security codes locally and must not publish this into the repository.
  
  
de/doc/lua_make.txt · Last modified: 2014/12/15 13:54 by wsauer