ParsedBasicEvent
#include <ScramNodeModel.h>
Public Attributes
| Name | |
|---|---|
| std::string | name |
| std::string | description |
| std::string | type |
| Napi::Value | value |
| std::optional< double > | systemMissionTime |
| std::string | base_path |
Public Attributes Documentation
variable name
cpp
std::string name;variable description
cpp
std::string description;variable type
cpp
std::string type;variable value
cpp
Napi::Value value;variable systemMissionTime
cpp
std::optional< double > systemMissionTime;variable base_path
cpp
std::string base_path;Updated on 2026-01-09 at 21:59:12 +0000
