mtime 1.3.0
Loading...
Searching...
No Matches
mtime_print_by_callback Module Reference

Register a callback function and print mtime objects by this function. More...

Data Types

interface  finish_mtime
 
interface  print_mtime
 

Functions/Subroutines

subroutine, public register_finish_mtime_procedure (finish_procedure)
 Adds a callback function (subroutine) for printing a string representation of a datetime or timedelta and finish the program. The callback function is required to have two string arguments, a leading text, and a message text.
 

Detailed Description

Register a callback function and print mtime objects by this function.

Author
Luis Kornblueh, Max Planck Institute for Meteorology

Function/Subroutine Documentation

◆ register_finish_mtime_procedure()

subroutine, public mtime_print_by_callback::register_finish_mtime_procedure ( procedure(registered_finish_mtime_procedure) finish_procedure)

Adds a callback function (subroutine) for printing a string representation of a datetime or timedelta and finish the program. The callback function is required to have two string arguments, a leading text, and a message text.

Parameters
[in]message_procedurea subroutine with two character(len=*) arguments.