FERS 1.0.0
The Flexible Extensible Radar Simulator
Loading...
Searching...
No Matches
fers_visual_link_list_t Struct Reference

A container for a list of visual links. More...

#include "api.h"

+ Collaboration diagram for fers_visual_link_list_t:

Public Attributes

fers_visual_link_tlinks
 
size_t count
 

Detailed Description

A container for a list of visual links.

Note
The links array is owned by this struct and must be freed using fers_free_preview_links.

Definition at line 474 of file api.h.

Member Data Documentation

◆ count

size_t fers_visual_link_list_t::count

Definition at line 477 of file api.h.

◆ links

fers_visual_link_t* fers_visual_link_list_t::links

Definition at line 476 of file api.h.

Referenced by fers_free_preview_links().


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