- declare variables with
epicsEnvSet
- functions calls in the following two forms:
fooBar arg1 arg2
fooBar(arg1, arg2)
No mixes please, keep the code nice.
-
Macros
- put double quotes (
"
) around macros - use UPPERCASE for macros
- use curly brackets for macros
- i.e.:
"${MY_MIGHTY_MACRO}"
- put double quotes (
-
Example:
epicsEnvSet("DEV", "${SYS}")