RTC Toolkit 5.1.0
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
correlatorIf.hpp File Reference

Declares CorrelatorIf. More...

#include "rtctk/telSub/ddsWaitSet.hpp"
#include <rtctk/config.hpp>
#include <chrono>
#include <optional>
#include <system_error>
#include <rtctk/telSub/agnosticDataSamples.hpp>
#include <rtctk/telSub/dataSampleView.hpp>
#include <vector>

Go to the source code of this file.

Classes

struct  rtctk::telSub::CorrelationFailedError
 
struct  rtctk::telSub::CorrelatorParams
 Placeholder for correlator parameters. More...
 
class  rtctk::telSub::CorrelatorIf
 Interface for correlator implemementations that takes new data samples from DDS and performs correlation on them. More...
 

Namespaces

namespace  rtctk
 
namespace  rtctk::telSub
 

Typedefs

using rtctk::telSub::CorrelationError = std::variant<CorrelationFailedError, DdsWaitSetError>
 

Detailed Description

Declares CorrelatorIf.