_autostartWorker | NAV::Node | inlineprivatestatic |
_combinations | NAV::Combiner | private |
_configWindowFocus | NAV::Node | private |
_configWindowForceCollapse | NAV::Node | private |
_configWindowIsCollapsed | NAV::Node | private |
_configWindowMutex | NAV::Node | private |
_dataIdentifier | NAV::Combiner | inlineprivatestatic |
_disable | NAV::Node | private |
_dynamicInputPins | NAV::Combiner | private |
_guiConfigDefaultWindowSize | NAV::Node | protected |
_hasConfig | NAV::Node | protected |
_index | NAV::CommonLog | private |
_lockConfigDuringRun | NAV::Node | protected |
_maxTimeDiffMultiplierFrequency | NAV::Combiner | private |
_maxTimeStepMultiplierFrequency | NAV::Combiner | private |
_mode | NAV::Node | private |
_mutex | NAV::CommonLog | inlineprivatestatic |
_noOutputIfTimeDiffLarge | NAV::Combiner | private |
_noOutputIfTimeStepLarge | NAV::Combiner | private |
_onlyRealTime | NAV::Node | protected |
_originPosition | NAV::CommonLog | inlineprotectedstatic |
_outputMissingAsNaN | NAV::Combiner | private |
_pinData | NAV::Combiner | private |
_refPinIdx | NAV::Combiner | private |
_reinitialize | NAV::Node | private |
_sendRequests | NAV::Combiner | private |
_showConfig | NAV::Node | private |
_size | NAV::Node | private |
_startTime | NAV::CommonLog | inlineprotectedstatic |
_state | NAV::Node | private |
_stateMutex | NAV::Node | mutableprivate |
_useGuiInputs | NAV::CommonLog | inlineprotectedstatic |
_wantsInit | NAV::CommonLog | inlineprivatestatic |
_worker | NAV::Node | private |
_workerConditionVariable | NAV::Node | private |
_workerMutex | NAV::Node | private |
_workerTimeout | NAV::Node | private |
_workerWakeup | NAV::Node | private |
afterCreateLink(OutputPin &startPin, InputPin &endPin) | NAV::Node | virtual |
afterDeleteLink(OutputPin &startPin, InputPin &endPin) | NAV::Node | virtual |
calcLocalPosition(const Eigen::Vector3d &lla_position) | NAV::CommonLog | static |
calcTimeIntoRun(const InsTime &insTime) | NAV::CommonLog | static |
callbacksEnabled | NAV::Node | |
category() | NAV::Combiner | static |
Combiner() | NAV::Combiner | |
Combiner(const Combiner &)=delete | NAV::Combiner | |
Combiner(Combiner &&)=delete | NAV::Combiner | |
CommonLog(const CommonLog &)=delete | NAV::CommonLog | |
CommonLog(CommonLog &&)=delete | NAV::CommonLog | |
CommonLog() | NAV::CommonLog | protected |
deinitialize() override | NAV::Combiner | privatevirtual |
doDeinitialize(bool wait=false) | NAV::Node | |
doDisable(bool wait=false) | NAV::Node | |
doEnable() | NAV::Node | |
doInitialize(bool wait=false) | NAV::Node | |
doReinitialize(bool wait=false) | NAV::Node | |
flush() | NAV::Node | virtual |
from_json(const json &j, Combination &data) | NAV::Combiner | friend |
from_json(const json &j, Combination::Term &data) | NAV::Combiner | friend |
getDataDescriptors(size_t pinIndex) const | NAV::Combiner | private |
getInputValue(size_t portIndex) const | NAV::Node | inline |
getMode() const | NAV::Node | |
getSize() const | NAV::Node | |
getState() const | NAV::Node | |
guiConfig() override | NAV::Combiner | virtual |
id | NAV::Node | |
initialize() override | NAV::Combiner | privatevirtual |
NAV::CommonLog::initialize() const | NAV::CommonLog | |
inputPinFromId(ax::NodeEditor::PinId pinId) | NAV::Node | |
inputPinIndexFromId(ax::NodeEditor::PinId pinId) const | NAV::Node | |
inputPins | NAV::Node | |
invokeCallbacks(size_t portIndex, const std::shared_ptr< const NodeData > &data) | NAV::Node | |
isDisabled() const | NAV::Node | |
isInitialized() const | NAV::Node | |
isOnlyRealtime() const | NAV::Node | |
isTransient() const | NAV::Node | |
kind | NAV::Node | |
Mode enum name | NAV::Node | |
name | NAV::Node | |
nameId() const | NAV::Node | |
Node(std::string name) | NAV::Node | explicit |
Node(const Node &)=delete | NAV::Node | |
Node(Node &&)=delete | NAV::Node | |
notifyOutputValueChanged(size_t pinIdx, const InsTime &insTime, const std::scoped_lock< std::mutex > &guard) | NAV::Node | |
onCreateLink(OutputPin &startPin, InputPin &endPin) | NAV::Node | virtual |
onDeleteLink(OutputPin &startPin, InputPin &endPin) | NAV::Node | virtual |
operator=(const Combiner &)=delete | NAV::Combiner | |
operator=(Combiner &&)=delete | NAV::Combiner | |
NAV::Node::operator=(const Node &)=delete | NAV::Node | |
NAV::Node::operator=(Node &&)=delete | NAV::Node | |
NAV::CommonLog::operator=(const CommonLog &)=delete | NAV::CommonLog | |
NAV::CommonLog::operator=(CommonLog &&)=delete | NAV::CommonLog | |
OUTPUT_PORT_INDEX_DYN_DATA | NAV::Combiner | privatestatic |
outputPinFromId(ax::NodeEditor::PinId pinId) | NAV::Node | |
outputPinIndexFromId(ax::NodeEditor::PinId pinId) const | NAV::Node | |
outputPins | NAV::Node | |
pinAddCallback(Node *node) | NAV::Combiner | privatestatic |
pinDeleteCallback(Node *node, size_t pinIdx) | NAV::Combiner | privatestatic |
pollEvents | NAV::Node | |
receiveData(InputPin::NodeDataQueue &queue, size_t pinIdx) | NAV::Combiner | private |
releaseInputValue(size_t portIndex) | NAV::Node | |
requestOutputValueLock(size_t pinIdx) | NAV::Node | |
resetNode() | NAV::Node | virtual |
restore(const json &j) override | NAV::Combiner | virtual |
restoreAtferLink(const json &j) | NAV::Node | virtual |
save() const override | NAV::Combiner | virtual |
NAV::CommonLog::save() | NAV::CommonLog | static |
ShowOriginInput(const char *id) | NAV::CommonLog | static |
State enum name | NAV::Node | |
to_json(json &j, const Combination &data) | NAV::Combiner | friend |
to_json(json &j, const Combination::Term &data) | NAV::Combiner | friend |
toString(State state) | NAV::Node | static |
type() const override | NAV::Combiner | virtual |
typeStatic() | NAV::Combiner | static |
wakeWorker() | NAV::Node | |
workerDeinitializeNode() | NAV::Node | private |
workerInitializeNode() | NAV::Node | private |
workerThread(Node *node) | NAV::Node | privatestatic |
workerTimeoutHandler() | NAV::Node | privatevirtual |
~Combiner() override | NAV::Combiner | |
~CommonLog() | NAV::CommonLog | virtual |
~Node() | NAV::Node | virtual |