|
RTC Toolkit 6.0.0-pre2
|
Implementation of the Correlator class. More...
#include <rtctk/telSub/correlator.hpp>#include <cassert>#include <chrono>#include <optional>#include <utility>#include <fastdds/dds/core/LoanableSequence.hpp>#include <fmt/format.h>#include <fmt/ostream.h>#include <taiclock/taiClock.hpp>#include <rtctk/componentFramework/exceptions.hpp>#include <rtctk/componentFramework/logger.hpp>#include <rtctk/telSub/correlatorIf.hpp>Namespaces | |
| namespace | rtctk |
| namespace | rtctk::telSub |
| namespace | rtctk::telSub::CorrelationStatus |
Functions | |
| log4cplus::Logger & | GetLogger (const std::string &name="app") |
| Get handle to a specific logger. | |
Implementation of the Correlator class.
| log4cplus::Logger & rtctk::componentFramework::GetLogger | ( | const std::string & | name = "app" | ) |
Get handle to a specific logger.
This is used all over the place together with the log4cplus logging macros.
The default logger is retrieved when calling GetLogger() without any further arguments
Instrument RTC developers are supposed to either use:
The RTC Toolkit will use a different logger hierarchy, namely:
| name | optional: name of the requested logger |