FERS 0.1.0
The Flexible Extensible Radar Simulator
Loading...
Searching...
No Matches
core::Vita49OutputConfig Struct Reference

#include "output_config.h"

Public Attributes

std::string host
 
std::uint16_t port = 0
 
RealType adc_fullscale = 0.0
 
std::uint32_t queue_depth = 1024
 
std::optional< std::uint64_t > epoch_unix_nanoseconds = std::nullopt
 
std::uint16_t max_udp_payload = 1400
 
bool packet_trace_enabled = true
 

Detailed Description

Definition at line 23 of file output_config.h.

Member Data Documentation

◆ adc_fullscale

RealType core::Vita49OutputConfig::adc_fullscale = 0.0

Definition at line 27 of file output_config.h.

Referenced by fers_set_vita49_fullscale().

◆ epoch_unix_nanoseconds

std::optional<std::uint64_t> core::Vita49OutputConfig::epoch_unix_nanoseconds = std::nullopt

Definition at line 29 of file output_config.h.

Referenced by fers_set_vita49_epoch_unix_nanoseconds().

◆ host

std::string core::Vita49OutputConfig::host

Definition at line 25 of file output_config.h.

Referenced by fers_enable_vita49_udp_output().

◆ max_udp_payload

std::uint16_t core::Vita49OutputConfig::max_udp_payload = 1400

Definition at line 30 of file output_config.h.

Referenced by fers_set_vita49_max_udp_payload().

◆ packet_trace_enabled

bool core::Vita49OutputConfig::packet_trace_enabled = true

Definition at line 31 of file output_config.h.

Referenced by fers_set_vita49_packet_trace_enabled().

◆ port

std::uint16_t core::Vita49OutputConfig::port = 0

Definition at line 26 of file output_config.h.

Referenced by fers_enable_vita49_udp_output().

◆ queue_depth

std::uint32_t core::Vita49OutputConfig::queue_depth = 1024

Definition at line 28 of file output_config.h.

Referenced by fers_set_vita49_queue_depth().


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