FERS 0.1.0
The Flexible Extensible Radar Simulator
Loading...
Searching...
No Matches
simulation::PreviewLink Struct Reference

A calculated link segment for 3D visualization. More...

#include "channel_model.h"

Public Attributes

LinkType type
 Visual link category.
 
LinkQuality quality
 Radiometric link quality.
 
std::string label
 Human-readable label for display.
 
double display_value {-999.0}
 Numeric value represented by label, in the label's unit.
 
SimId source_id
 SimId at the start of this specific link segment.
 
SimId dest_id
 SimId at the end of this specific link segment.
 
SimId origin_id
 Original transmitted-energy source SimId.
 
double rcs {-1.0}
 RCS in square meters, or -1.0 when not applicable.
 
double actual_power_dbm {-999.0}
 Received power in dBm with actual RCS, or sentinel when unavailable.
 

Detailed Description

A calculated link segment for 3D visualization.

Definition at line 285 of file channel_model.h.

Member Data Documentation

◆ actual_power_dbm

double simulation::PreviewLink::actual_power_dbm {-999.0}

Received power in dBm with actual RCS, or sentinel when unavailable.

Definition at line 295 of file channel_model.h.

295{-999.0}; ///< Received power in dBm with actual RCS, or sentinel when unavailable.

◆ dest_id

SimId simulation::PreviewLink::dest_id

SimId at the end of this specific link segment.

Definition at line 292 of file channel_model.h.

◆ display_value

double simulation::PreviewLink::display_value {-999.0}

Numeric value represented by label, in the label's unit.

Definition at line 290 of file channel_model.h.

290{-999.0}; ///< Numeric value represented by label, in the label's unit.

◆ label

std::string simulation::PreviewLink::label

Human-readable label for display.

Definition at line 289 of file channel_model.h.

◆ origin_id

SimId simulation::PreviewLink::origin_id

Original transmitted-energy source SimId.

Definition at line 293 of file channel_model.h.

◆ quality

LinkQuality simulation::PreviewLink::quality

Radiometric link quality.

Definition at line 288 of file channel_model.h.

◆ rcs

double simulation::PreviewLink::rcs {-1.0}

RCS in square meters, or -1.0 when not applicable.

Definition at line 294 of file channel_model.h.

294{-1.0}; ///< RCS in square meters, or -1.0 when not applicable.

◆ source_id

SimId simulation::PreviewLink::source_id

SimId at the start of this specific link segment.

Definition at line 291 of file channel_model.h.

◆ type

LinkType simulation::PreviewLink::type

Visual link category.

Definition at line 287 of file channel_model.h.


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