-
Notifications
You must be signed in to change notification settings - Fork 22
Verification Artifacts Styleguide
Marc Behrens edited this page Oct 14, 2013
·
26 revisions
Please use semantic versioning explained here: http://semver.org/spec/v2.0.0.html
Variables Namings are separated between internal (inside the EVC- Kernel) and external variables. (see D2.4)
Variables are announced to the data dictionary. (role and way to be defined)
Only variables accepted by the data dictionary are allowed to be used as variables inside the model.
The mapping between external and internal variables - tbd.
The naming of the variables should consist of at least a combination of a verb and an object Examples:
- orderReceivedFromTrackside for a structure
- endOfMissionIsExecuted for a boolean
- Correlated to external variables
- Used to create internal functions
- Source - is giving the name of the function