|
HLCC Documentation 2.2.0
|
#include <activityDoInit.hpp>
Public Member Functions | |
| ActivityDoInit (const std::string &id, rad::SMAdapter &sm, DataContext &data) | |
| virtual | ~ActivityDoInit () |
| void | Run () override |
| void | Initialize () override |
| void | Configure (const std::vector< std::string > &keys) override |
| ActivityDoInit (const ActivityDoInit &)=delete | |
| ActivityDoInit & | operator= (const ActivityDoInit &)=delete |
| Disable copy constructor. | |
Continuous 20 Hz loop that translates a valid RA-DEC target position into ALT-AZ target positions.
| hlcc::pfssimhlcc::ActivityDoInit::ActivityDoInit | ( | const std::string & | id, |
| rad::SMAdapter & | sm, | ||
| DataContext & | data ) |
|
virtual |
|
delete |
|
override |
Method invoked when SetConfig or LoadConfig command is received to re-configure this class attributes.
| keys | Modified parameters. Empty vector means all params have changed. |
|
override |
Method invoked when Init command is received to re-initialize this class attributes.
|
delete |
Disable copy constructor.
|
override |