|
FERS 0.1.0
The Flexible Extensible Radar Simulator
|
#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 |
Definition at line 38 of file receiver_output.h.
| RealType core::ReceiverStreamDescriptor::PlatformState::azimuth = 0.0 |
Definition at line 48 of file receiver_output.h.
| RealType core::ReceiverStreamDescriptor::PlatformState::elevation = 0.0 |
Definition at line 49 of file receiver_output.h.
| SimId core::ReceiverStreamDescriptor::PlatformState::platform_id = 0 |
Definition at line 40 of file receiver_output.h.
| std::string core::ReceiverStreamDescriptor::PlatformState::platform_name = {} |
Definition at line 41 of file receiver_output.h.
| RealType core::ReceiverStreamDescriptor::PlatformState::position_x = 0.0 |
Definition at line 42 of file receiver_output.h.
| RealType core::ReceiverStreamDescriptor::PlatformState::position_y = 0.0 |
Definition at line 43 of file receiver_output.h.
| RealType core::ReceiverStreamDescriptor::PlatformState::position_z = 0.0 |
Definition at line 44 of file receiver_output.h.
| RealType core::ReceiverStreamDescriptor::PlatformState::velocity_x = 0.0 |
Definition at line 45 of file receiver_output.h.
| RealType core::ReceiverStreamDescriptor::PlatformState::velocity_y = 0.0 |
Definition at line 46 of file receiver_output.h.
| RealType core::ReceiverStreamDescriptor::PlatformState::velocity_z = 0.0 |
Definition at line 47 of file receiver_output.h.