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

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

#include "api.h"

+ Collaboration diagram for fers_interpolated_path_t:

Public Attributes

fers_interpolated_point_tpoints
 
size_t count
 

Detailed Description

A container for an array of interpolated motion path points.

Note
The points array must be freed using fers_free_interpolated_motion_path.

Definition at line 371 of file api.h.

Member Data Documentation

◆ count

size_t fers_interpolated_path_t::count

Definition at line 374 of file api.h.

◆ points

fers_interpolated_point_t* fers_interpolated_path_t::points

Definition at line 373 of file api.h.

Referenced by fers_free_interpolated_motion_path().


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