#include <dballe/core/error.h>
Go to the source code of this file.
Functions | |
dba_err | dba_formatter_describe_level (int ltype, int l1, int l2, char **buf) |
Describe a level layer. | |
dba_err | dba_formatter_describe_trange (int ptype, int p1, int p2, char **buf) |
Describe a time range. |
dba_err dba_formatter_describe_level | ( | int | ltype, | |
int | l1, | |||
int | l2, | |||
char ** | buf | |||
) |
Describe a level layer.
ltype | The layer type | |
l1 | The l1 value for the layer | |
l2 | The l2 value for the layer |
buf | The formatted layer description, on a newly allocated string. It is the responsibility of the caller to deallocate the string. |
dba_err dba_formatter_describe_trange | ( | int | ptype, | |
int | p1, | |||
int | p2, | |||
char ** | buf | |||
) |
Describe a time range.
ptype | The time range type | |
p1 | The p1 value for the time range | |
p2 | The p2 value for the time range |
buf | The formatted time range description, on a newly allocated string. It is the responsibility of the caller to deallocate the string. |