actf 0.0.1
An acute CTF reader
Loading...
Searching...
No Matches
actf_filter_time_range Struct Reference

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.

Detailed Description

A time range filter.

Field Documentation

◆ begin_has_date

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.

◆ end_has_date

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.


The documentation for this struct was generated from the following file: