diff --git a/doxygen/eccodes.dox b/doxygen/eccodes.dox index b6ebb2949..52f02c647 100644 --- a/doxygen/eccodes.dox +++ b/doxygen/eccodes.dox @@ -29,6 +29,7 @@ in JSON format which can be use Migration from GRIB-API to %ecCodes is expected to be transparent for current GRIB-API users. The GRIB-API library is fully available in the %ecCodes library. Users are encouraged to test their GRIB-API applications by linking with the %ecCodes library and to provide feedback of any problems encountered. +For further details see here. \warning Name clashes prevent a simultaneous use of the GRIB-API and %ecCodes libraries. For this reason, and to simplify the software maintenance, it is planned to replace GRIB-API by %ecCodes.\n The functions with the "grib_" prefix will, however, be maintained in %ecCodes. diff --git a/html/classeccodes.html b/html/classeccodes.html index 165c87fca..7a527ba46 100644 --- a/html/classeccodes.html +++ b/html/classeccodes.html @@ -5441,12 +5441,12 @@ Public Member Functions
*/
-Set the character value for a string key in a grib message.
+Set the character value for a string key in a message.
In case of error, if the status parameter (optional) is not given, the program will exit with an error message.
Otherwise the error message can be gathered with codes_get_error_string.
msgid | id of the grib loaded in memory |
msgid | id of the message loaded in memory |
key | key name |
value | character value |
status | CODES_SUCCESS if OK, integer value on error |
Set the real(8) value for a key in a message. More... | |
subroutine | codes_set_string (msgid, key, value, status) |
Set the character value for a string key in a grib message.More... | |
Set the character value for a string key in a message.More... | |
subroutine | codes_set_int_array (msgid, key, value, status) |
Set the integers values for an array key in a message. More... |
Set the character value for a string key in a grib message.
+Set the character value for a string key in a message.
In case of error, if the status parameter (optional) is not given, the program will exit with an error message.
Otherwise the error message can be gathered with codes_get_error_string.
msgid | id of the grib loaded in memory |
msgid | id of the message loaded in memory |
key | key name |
value | character value |
status | CODES_SUCCESS if OK, integer value on error |