|
FERS 1.0.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). | |
Represents a single renderable line segment metadata.
Geometry is resolved client-side.
| uint64_t fers_visual_link_t::dest_id |
| char fers_visual_link_t::label[128] |
| uint64_t fers_visual_link_t::origin_id |
| fers_link_quality_t fers_visual_link_t::quality |
| 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 606 of file api.h.
Referenced by fers_calculate_preview_links().