|
GridFire v0.7.1_rc2
General Purpose Nuclear Network
|
#include <trigger_result.h>
Public Attributes | |
| std::string | name |
| Short identifier for the condition (e.g., "Temperature Rise"). | |
| std::string | description |
| Human-readable reason summarizing the outcome at this node. | |
| bool | value |
| Evaluation result for this node (true/false). | |
| std::vector< TriggerResult > | causes |
| Sub-reasons for composite triggers. | |
| std::vector<TriggerResult> gridfire::trigger::TriggerResult::causes |
Sub-reasons for composite triggers.
| std::string gridfire::trigger::TriggerResult::description |
Human-readable reason summarizing the outcome at this node.
| std::string gridfire::trigger::TriggerResult::name |
Short identifier for the condition (e.g., "Temperature Rise").
| bool gridfire::trigger::TriggerResult::value |
Evaluation result for this node (true/false).