|
FERS 0.1.0
The Flexible Extensible Radar Simulator
|
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. | |
A calculated link segment for 3D visualization.
Definition at line 285 of file channel_model.h.
| 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.
| SimId simulation::PreviewLink::dest_id |
SimId at the end of this specific link segment.
Definition at line 292 of file channel_model.h.
| 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.
| std::string simulation::PreviewLink::label |
Human-readable label for display.
Definition at line 289 of file channel_model.h.
| SimId simulation::PreviewLink::origin_id |
Original transmitted-energy source SimId.
Definition at line 293 of file channel_model.h.
| LinkQuality simulation::PreviewLink::quality |
Radiometric link quality.
Definition at line 288 of file channel_model.h.
| 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.
| SimId simulation::PreviewLink::source_id |
SimId at the start of this specific link segment.
Definition at line 291 of file channel_model.h.
| LinkType simulation::PreviewLink::type |
Visual link category.
Definition at line 287 of file channel_model.h.