|
FERS 0.1.0
The Flexible Extensible Radar Simulator
|
Represents a single renderable line segment metadata. More...
#include "api.h"
Public Attributes | |
| fers_link_type_t | type |
| Type of the link (Monostatic, Bistatic, etc.). | |
| fers_link_quality_t | quality |
| Signal quality (Strong/Weak). | |
| char | label [128] |
| Pre-formatted label (e.g., "-95 dBm"). | |
| uint64_t | source_id |
| ID of the source component (e.g. | |
| uint64_t | dest_id |
| ID of the destination component (e.g. | |
| uint64_t | origin_id |
| ID of the originating Transmitter (for scattered paths). | |
| double | rcs |
| RCS in m^2 for this path. | |
| double | actual_power_dbm |
| Received power in dBm with actual RCS applied. | |
| double | display_value |
| Numeric value represented by label, in the label's unit. | |
Represents a single renderable line segment metadata.
Geometry is resolved client-side.
| double fers_visual_link_t::actual_power_dbm |
| uint64_t fers_visual_link_t::dest_id |
| double fers_visual_link_t::display_value |
| char fers_visual_link_t::label[128] |
| uint64_t fers_visual_link_t::origin_id |
| fers_link_quality_t fers_visual_link_t::quality |
| double fers_visual_link_t::rcs |
| uint64_t fers_visual_link_t::source_id |
| fers_link_type_t fers_visual_link_t::type |
Type of the link (Monostatic, Bistatic, etc.).
Definition at line 754 of file api.h.
Referenced by fers_calculate_preview_links().