HLCC Documentation 2.2.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
hlcc::telmon::OldbInterface Class Reference

#include <oldbInterface.hpp>

Inheritance diagram for hlcc::telmon::OldbInterface:

Public Member Functions

 OldbInterface (const std::string &prefix="")
 
virtual ~OldbInterface ()
 
void Init (Config &config)
 
void SetConfig (const hlcc::telmon::Config &cfg)
 
void SetControlState (const std::string &status) override
 
std::string GetControlState ()
 
void SetConfig (const rad::Config &cfg)
 
void UpdateHeartbeat ()
 
 OldbInterface (const OldbInterface &)=delete
 
OldbInterfaceoperator= (const OldbInterface &)=delete
 Disable copy constructor.
 

Detailed Description

This class is the interface to the CII OLDB.

Constructor & Destructor Documentation

◆ OldbInterface() [1/2]

hlcc::telmon::OldbInterface::OldbInterface ( const std::string & prefix = "")

Constructor.

Parameters
[in]prefixString used as prefix when building the keys.

◆ ~OldbInterface()

hlcc::telmon::OldbInterface::~OldbInterface ( )
virtual

Destructor

◆ OldbInterface() [2/2]

hlcc::telmon::OldbInterface::OldbInterface ( const OldbInterface & )
delete

Member Function Documentation

◆ GetControlState()

std::string hlcc::telmon::OldbInterface::GetControlState ( )

Reads the current value of ready_for_handover flag on the Oldb

◆ Init()

void hlcc::telmon::OldbInterface::Init ( Config & config)

Creates an ObservablePublisher for pub/sub and OLDB publishing. Initializes OLDB datapoints (target_alt_az) and publishers (target_alt_az_publisher).

◆ operator=()

OldbInterface & hlcc::telmon::OldbInterface::operator= ( const OldbInterface & )
delete

Disable copy constructor.

◆ SetConfig() [1/2]

void hlcc::telmon::OldbInterface::SetConfig ( const hlcc::telmon::Config & cfg)

◆ SetConfig() [2/2]

void hlcc::telmon::OldbInterface::SetConfig ( const rad::Config & cfg)

◆ SetControlState()

void hlcc::telmon::OldbInterface::SetControlState ( const std::string & status)
override

◆ UpdateHeartbeat()

void hlcc::telmon::OldbInterface::UpdateHeartbeat ( )

The documentation for this class was generated from the following files: