FERS 1.0.0
The Flexible Extensible Radar Simulator
Loading...
Searching...
No Matches
finalizer.h File Reference

Declares the functions for the asynchronous receiver finalization pipelines. More...

#include <memory>
#include <vector>
+ Include dependency graph for finalizer.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  radar
 
namespace  pool
 
namespace  core
 
namespace  processing
 

Functions

void processing::runPulsedFinalizer (radar::Receiver *receiver, const std::vector< std::unique_ptr< radar::Target > > *targets, std::shared_ptr< core::ProgressReporter > reporter)
 The main function for a dedicated pulsed-mode receiver finalizer thread.
 
void processing::finalizeCwReceiver (radar::Receiver *receiver, pool::ThreadPool *pool, std::shared_ptr< core::ProgressReporter > reporter)
 The finalization task for a continuous-wave (CW) mode receiver.
 

Detailed Description

Declares the functions for the asynchronous receiver finalization pipelines.

Definition in file finalizer.h.