FERS 0.1.0
The Flexible Extensible Radar Simulator
Loading...
Searching...
No Matches
receiver_output.h File Reference
#include <cstdint>
#include <functional>
#include <memory>
#include <optional>
#include <span>
#include <string>
#include <vector>
#include "core/config.h"
#include "core/output_config.h"
#include "core/sim_id.h"
#include "core/vita49_timestamp.h"
+ Include dependency graph for receiver_output.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  core::ReceiverStreamDescriptor
 
struct  core::ReceiverStreamDescriptor::CoordinateContext
 
struct  core::ReceiverStreamDescriptor::PlatformState
 
struct  core::ReceiverStreamDescriptor::FmcwContext
 
struct  core::ReceiverStreamDescriptor::PulsedContext
 
struct  core::ReceiverStreamDescriptor::CwContext
 
struct  core::ReceiverSampleBlock
 
struct  core::ReceiverStreamStats
 
struct  core::OutputStats
 
struct  core::ReceiverOutputPacketTrace
 
class  core::ReceiverOutputSink
 

Namespaces

namespace  core
 

Typedefs

using core::ReceiverOutputTelemetryCallback = std::function< void(const std::optional< OutputStats > &, std::span< const ReceiverOutputPacketTrace >)>