FERS 0.1.0
The Flexible Extensible Radar Simulator
Loading...
Searching...
No Matches
core::ReceiverStreamDescriptor::PlatformState Struct Reference

#include "receiver_output.h"

Public Attributes

SimId platform_id = 0
 
std::string platform_name = {}
 
RealType position_x = 0.0
 
RealType position_y = 0.0
 
RealType position_z = 0.0
 
RealType velocity_x = 0.0
 
RealType velocity_y = 0.0
 
RealType velocity_z = 0.0
 
RealType azimuth = 0.0
 
RealType elevation = 0.0
 

Detailed Description

Definition at line 38 of file receiver_output.h.

Member Data Documentation

◆ azimuth

RealType core::ReceiverStreamDescriptor::PlatformState::azimuth = 0.0

Definition at line 48 of file receiver_output.h.

◆ elevation

RealType core::ReceiverStreamDescriptor::PlatformState::elevation = 0.0

Definition at line 49 of file receiver_output.h.

◆ platform_id

SimId core::ReceiverStreamDescriptor::PlatformState::platform_id = 0

Definition at line 40 of file receiver_output.h.

◆ platform_name

std::string core::ReceiverStreamDescriptor::PlatformState::platform_name = {}

Definition at line 41 of file receiver_output.h.

41{};

◆ position_x

RealType core::ReceiverStreamDescriptor::PlatformState::position_x = 0.0

Definition at line 42 of file receiver_output.h.

◆ position_y

RealType core::ReceiverStreamDescriptor::PlatformState::position_y = 0.0

Definition at line 43 of file receiver_output.h.

◆ position_z

RealType core::ReceiverStreamDescriptor::PlatformState::position_z = 0.0

Definition at line 44 of file receiver_output.h.

◆ velocity_x

RealType core::ReceiverStreamDescriptor::PlatformState::velocity_x = 0.0

Definition at line 45 of file receiver_output.h.

◆ velocity_y

RealType core::ReceiverStreamDescriptor::PlatformState::velocity_y = 0.0

Definition at line 46 of file receiver_output.h.

◆ velocity_z

RealType core::ReceiverStreamDescriptor::PlatformState::velocity_z = 0.0

Definition at line 47 of file receiver_output.h.


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