In C/C++ you can declare input arguments to functions of references/pointers constant. Then the compilers gives an error if the referenced value is changed accidentally in the function. Can the equivalence be done in CoDeSys?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In C/C++ you can declare input arguments to functions of references/pointers constant. Then the compilers gives an error if the referenced value is changed accidentally in the function. Can the equivalence be done in CoDeSys?