A class that represents an enable condition for processing an event by DM. More...
#include <condition.h>
Public Member Functions | |
Condition (const ara::core::InstanceSpecifier &specifier) | |
Constructor. More... | |
ara::core::Result< ConditionType > | GetCondition () |
Get the current condition status. More... | |
ara::core::Result< void > | SetCondition (ConditionType condition) |
Set the current condtion status. More... | |
A class that represents an enable condition for processing an event by DM.
|
explicit |
Constructor.
specifier | Instance specifier that owns the condition |
ara::core::Result< ConditionType > ara::diag::Condition::GetCondition | ( | ) |
Get the current condition status.
ara::core::Result< void > ara::diag::Condition::SetCondition | ( | ConditionType | condition | ) |
Set the current condtion status.
condition | Current status to be assigned to the condition |