SatDump 2.0.0-alpha-76a915210
Loading...
Searching...
No Matches
timestamp_filtering.h
1#pragma once
2
3#include "nlohmann/json.hpp"
4#include <vector>
5
6namespace satdump
7{
8 namespace timestamp_filtering
9 {
10 std::vector<double> filter_timestamps_width_cfg(std::vector<double> timestamps, nlohmann::json timestamps_filter);
11 }
12} // namespace satdump