Skip to content

ParsedBasicEvent

#include <ScramNodeModel.h>

Public Attributes

Name
std::stringname
std::stringdescription
std::stringtype
Napi::Valuevalue
std::optional< double >systemMissionTime
std::stringbase_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