FERS 0.1.0
The Flexible Extensible Radar Simulator
Loading...
Searching...
No Matches
receiver.cpp File Reference

Implementation of the Receiver class. More...

#include "receiver.h"
#include <algorithm>
#include <cmath>
#include <cstdint>
#include <stdexcept>
#include <utility>
#include "core/parameters.h"
#include "serial/response.h"
+ Include dependency graph for receiver.cpp:

Go to the source code of this file.

Namespaces

namespace  radar
 

Functions

std::string_view radar::dechirpModeToken (Receiver::DechirpMode mode) noexcept
 Converts a dechirp mode to its scenario token.
 
Receiver::DechirpMode radar::parseDechirpModeToken (std::string_view token)
 Parses a dechirp mode scenario token.
 
std::string_view radar::dechirpReferenceSourceToken (Receiver::DechirpReferenceSource source) noexcept
 Converts a dechirp reference source to its scenario token.
 
Receiver::DechirpReferenceSource radar::parseDechirpReferenceSourceToken (std::string_view token)
 Parses a dechirp reference source scenario token.
 

Detailed Description

Implementation of the Receiver class.

Definition in file receiver.cpp.