7#include <ChimeraTK/ControlSystemAdapter/ProcessArray.h>
51 [[maybe_unused]] std::list<EntityOwner*> startList) {
52 throw ChimeraTK::logic_error(
"getInputModulesRecursively() called on an InternalModule (ThreadedFanout or "
53 "TriggerFanout). This is probably "
54 "caused by incorrect ownership of variables/accessors or VariableGroups.");
60 throw ChimeraTK::logic_error(
"getCircularNetworkHash() called on an InternalModule (ThreadedFanout or "
61 "TriggerFanout). This is probably "
62 "caused by incorrect ownership of variables/accessors or VariableGroups.");
Base class for owners of other EntityOwners (e.g.
Base class for internal modules which are created by the variable connection code (e....
VersionNumber getCurrentVersionNumber() const override
Return the current version number which has been received with the last push-type read operation.
std::string getFullDescription() const override
Obtain the full description including the full description of the owner.
virtual void activate()
Activate synchronisation thread if needed.
ModuleType getModuleType() const override
Return the module type of this module, or in case of a VirtualModule the module type this VirtualModu...
DataValidity getDataValidity() const override
Return the data validity flag.
virtual void deactivate()
Deactivate synchronisation thread if running.
~InternalModule() override=default
void decrementDataFaultCounter() override
Decrement the fault counter and set the data validity flag to ok if the counter has reached 0.
std::string getQualifiedName() const override
Below all pure virtual functions of EntityOwner are "implemented" just to make the program compile fo...
void setCurrentVersionNumber(VersionNumber) override
Set the current version number.
std::list< EntityOwner * > getInputModulesRecursively(std::list< EntityOwner * > startList) override
Use pointer to the module as unique identifier.
size_t getCircularNetworkHash() const override
Get the ID of the circular dependency network (0 if none).
void incrementDataFaultCounter() override
Set the data validity flag to fault and increment the fault counter.
InvalidityTracer application module.