|
actf 0.0.1
An acute CTF reader
|
A time range filter. More...
#include <filter.h>
Data Fields | |
| int64_t | begin |
| The (inclusive) start time of the filter in nanoseconds from origin. | |
| bool | begin_has_date |
| Whether the start time includes a date. | |
| int64_t | end |
| The (inclusive) end time of the filter in nanoseconds from origin. | |
| bool | end_has_date |
| Whether the end time includes a date. | |
A time range filter.
| bool actf_filter_time_range::begin_has_date |
Whether the start time includes a date.
If no date, the date will be based on the date of the first event.
| bool actf_filter_time_range::end_has_date |
Whether the end time includes a date.
If no date, the date will be based on the date of the first event.