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

#include <activityDoControl.hpp>

Inheritance diagram for hlcc::pfssimhlcc::ActivityDoControl:

Public Member Functions

 ActivityDoControl (const std::string &id, DataContext &data)
 
virtual ~ActivityDoControl ()
 
void Run () override
 
void Initialize () override
 
void Configure (const std::vector< std::string > &keys) override
 
 ActivityDoControl (const ActivityDoControl &)=delete
 
ActivityDoControloperator= (const ActivityDoControl &)=delete
 Disable copy constructor.
 

Detailed Description

Continuous 20 Hz loop that translates a valid RA-DEC target position into ALT-AZ target positions.

Constructor & Destructor Documentation

◆ ActivityDoControl() [1/2]

hlcc::pfssimhlcc::ActivityDoControl::ActivityDoControl ( const std::string & id,
DataContext & data )

◆ ~ActivityDoControl()

hlcc::pfssimhlcc::ActivityDoControl::~ActivityDoControl ( )
virtual

◆ ActivityDoControl() [2/2]

hlcc::pfssimhlcc::ActivityDoControl::ActivityDoControl ( const ActivityDoControl & )
delete

Member Function Documentation

◆ Configure()

void hlcc::pfssimhlcc::ActivityDoControl::Configure ( const std::vector< std::string > & keys)
override

Method invoked when SetConfig or LoadConfig command is received to re-configure this class attributes.

Parameters
keysModified parameters. Empty vector means all params have changed.

◆ Initialize()

void hlcc::pfssimhlcc::ActivityDoControl::Initialize ( )
override

Method invoked when Init command is received to re-initialize this class attributes.

◆ operator=()

ActivityDoControl & hlcc::pfssimhlcc::ActivityDoControl::operator= ( const ActivityDoControl & )
delete

Disable copy constructor.

◆ Run()

void hlcc::pfssimhlcc::ActivityDoControl::Run ( )
override

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