FERS 0.1.0
The Flexible Extensible Radar Simulator
Loading...
Searching...
No Matches
fers_visual_link_t Struct Reference

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.
 

Detailed Description

Represents a single renderable line segment metadata.

Geometry is resolved client-side.

Definition at line 752 of file api.h.

Member Data Documentation

◆ actual_power_dbm

double fers_visual_link_t::actual_power_dbm

Received power in dBm with actual RCS applied.

-999 if not applicable.

Definition at line 761 of file api.h.

◆ dest_id

uint64_t fers_visual_link_t::dest_id

ID of the destination component (e.g.

Receiver/Target).

Definition at line 758 of file api.h.

◆ display_value

double fers_visual_link_t::display_value

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

Definition at line 762 of file api.h.

◆ label

char fers_visual_link_t::label[128]

Pre-formatted label (e.g., "-95 dBm").

Definition at line 756 of file api.h.

◆ origin_id

uint64_t fers_visual_link_t::origin_id

ID of the originating Transmitter (for scattered paths).

Definition at line 759 of file api.h.

◆ quality

fers_link_quality_t fers_visual_link_t::quality

Signal quality (Strong/Weak).

Definition at line 755 of file api.h.

◆ rcs

double fers_visual_link_t::rcs

RCS in m^2 for this path.

Negative if not applicable (e.g., non-monostatic links).

Definition at line 760 of file api.h.

◆ source_id

uint64_t fers_visual_link_t::source_id

ID of the source component (e.g.

Transmitter).

Definition at line 757 of file api.h.

◆ type

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().


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