format specifies whether to use raw timestamp instead of date-time formatinterval specifies the sampling interval to use (0 means every pass, -1 means only transients)limit specifies the maximum length limit for the number of samples takentrigger specifies a trigger condition on a property to start recording the condition is specified in the format property comparison value The loop property is not available in recording.
Classes | |
| struct | recorder |
Functions | |
| EXPORT int | create_recorder (OBJECT **obj, OBJECT *parent) |
| PROPERTY * | link_properties (OBJECT *obj, char *property_list) |
| int | read_properties (OBJECT *obj, PROPERTY *prop, char *buffer, int size) |
| EXPORT TIMESTAMP | sync_recorder (OBJECT *obj, TIMESTAMP t0, PASSCONFIG pass) |
Variables | |
| CLASS * | recorder_class = NULL |