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

A container for an array of interpolated rotation path points. More...

#include "api.h"

+ Collaboration diagram for fers_interpolated_rotation_path_t:

Public Attributes

fers_interpolated_rotation_point_tpoints
 
size_t count
 

Detailed Description

A container for an array of interpolated rotation path points.

Note
The points array must be freed using fers_free_interpolated_rotation_path.

Definition at line 381 of file api.h.

Member Data Documentation

◆ count

size_t fers_interpolated_rotation_path_t::count

Definition at line 384 of file api.h.

◆ points

fers_interpolated_rotation_point_t* fers_interpolated_rotation_path_t::points

Definition at line 383 of file api.h.

Referenced by fers_free_interpolated_rotation_path().


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