TReK C++
5.3.2
Telemetry/Command API
|
This class is the abstraction for all parameter dependencies. More...
#include <dependency.h>
Inherited by trek::CounterDependency.
Public Member Functions | |
Constructors, Destructor, and Other Basic Methods | |
Dependency () | |
Default constructor of the class. | |
Dependency (Dependency &input) | |
Copy constructor of the class. | |
virtual | ~Dependency () |
Class destructor. More... | |
void | operator= (Dependency &right_side) |
Provides the equal operator. | |
virtual void | Init () |
Initializes the object. | |
This class is the abstraction for all parameter dependencies.
Dependencies use the value(s) of other parameter(s) to determine if a parameter is available for Extract or Build.
|
virtual |
Class destructor.
Removes all resources created with this instance of the class.