|
FERS 0.1.0
The Flexible Extensible Radar Simulator
|
Classes | |
| class | Antenna |
| Abstract base class representing an antenna. More... | |
| class | Gaussian |
| Represents a Gaussian-shaped antenna gain pattern. More... | |
| class | H5Antenna |
| Represents an antenna whose gain pattern is loaded from a HDF5 file. More... | |
| class | Isotropic |
| Represents an isotropic antenna with uniform gain in all directions. More... | |
| class | Parabolic |
| Represents a parabolic reflector antenna. More... | |
| class | Sinc |
| Represents a sinc function-based antenna gain pattern. More... | |
| class | SquareHorn |
| Represents a square horn antenna. More... | |
| class | XmlAntenna |
| Represents an antenna whose gain pattern is defined by an XML file. More... | |
Functions | |
| void | to_json (nlohmann::json &j, const Antenna &a) |
| void | from_json (const nlohmann::json &j, std::unique_ptr< Antenna > &ant) |
Definition at line 778 of file json_serializer.cpp.
References LOG, max, and logging::WARNING.
Referenced by serial::parse_antenna_from_json().
Here is the caller graph for this function:Definition at line 735 of file json_serializer.cpp.