Report type with plot and log settings.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=NODE_ID_LEN), | public | :: | node | = | ' ' |
Node id. |
|
character(len=TIME_LEN), | public | :: | from | = | ' ' |
Timestamp (ISO 8601). |
|
character(len=TIME_LEN), | public | :: | to | = | ' ' |
Timestamp (ISO 8601). |
|
character(len=REPORT_META_LEN), | public | :: | meta | = | ' ' |
Report description text. |
|
character(len=FILE_PATH_LEN), | public | :: | output | = | ' ' |
Path of output file. |
|
character(len=REPORT_TITLE_LEN), | public | :: | title | = | 'Report' |
Report title. |
|
character(len=REPORT_TITLE_LEN), | public | :: | subtitle | = | ' ' |
Report sub-title. |
|
character(len=FILE_PATH_LEN), | public | :: | style | = | ' ' |
Path to CSS file that will be included into the report. |
|
type(report_plot_type), | public | :: | plot |
Plots section. |
|||
type(report_log_type), | public | :: | log |
Logs sections. |