You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libiec61850/src
Mikael Bourhis 5bd7c3c82d quality: add 'const' qualifier to the 'MMS value' getters
Some getters already have the 'const' qualifier, but not all.
To improve the quality of the code, add the 'const' qualifier for the other
getters of 'MMS value', where it was missing.

Remark:
when a pointer is returned by a getter, this pointer must be a pointer
to a constant, so as not to modify the internal data of the 'MMS value' object.
The correctness of the function calls, in libiec61850, has been checked with
the compiler option: '-Wdiscarded-qualifiers'.

Signed-off-by: Mikael Bourhis <mikael.bourhis@smile.fr>
3 years ago
..
common - changed StringUtils_createStringInBuffer function to consider max buffer size (LIB61850-333) 3 years ago
doxygen - updated documentation 4 years ago
goose - GOOSE subscriber: fixed vulnerabilities related to malformed bit-string, integer, and unsigned values (LIB61850-342) 3 years ago
iec61850 quality: add 'const' qualifier to the 'MMS value' getters 3 years ago
logging - removed some compiler warnings in sqlite log storage driver 4 years ago
mms quality: add 'const' qualifier to the 'MMS value' getters 3 years ago
sampled_values - removed some cppcheck warnings 3 years ago
vs - added bool define for older visual studio 6 years ago
CMakeLists.txt - updated cmake files to work with cmake 2.8 6 years ago
Doxyfile.in - updated documentation 6 years ago
libiec61850.pc.in generate and install pkg-config file 8 years ago
version.rc.in - added cmake support to build sqlite log driver 9 years ago