Get the size of a coded message. More...
Public Member Functions | |
subroutine | codes_get_message_size_int (msgid, nbytes, status) |
Get the size of a coded message. More... | |
subroutine | codes_get_message_size_size_t (msgid, nbytes, status) |
Get the size of a coded message. More... | |
Get the size of a coded 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.
gribid | id of the grib loaded in memory |
nbytes | size in bytes of the message |
status | CODES_SUCCESS if OK, integer value on error |
subroutine codes_get_message_size_int | ( | integer(kind=kindofint), intent(in) | msgid, |
integer(kind=kindofint), intent(out) | nbytes, | ||
integer(kind=kindofint), intent(out), optional | status | ||
) |
Get the size of a coded 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 |
nbytes | size in bytes of the message |
status | CODES_SUCCESS if OK, integer value on error |
subroutine codes_get_message_size_size_t | ( | integer(kind=kindofint), intent(in) | msgid, |
integer(kind=kindofsize_t), intent(out) | nbytes, | ||
integer(kind=kindofint), intent(out), optional | status | ||
) |
Get the size of a coded 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 |
nbytes | size in bytes of the message |
status | CODES_SUCCESS if OK, integer value on error |