![]() |
dfx 0.1.0
Linux-based dynamic dataflow executor
|
Identifiers of nodes and channels created by a load operation. More...
#include <dfx-graph/Loader.hpp>
Public Attributes | |
| std::vector< Core::Node::Id > | nodeIds |
| Node ids created by the load operation. | |
| std::vector< Core::Channel::Id > | channelIds |
| Channel ids created by the load operation. | |
Identifiers of nodes and channels created by a load operation.
The loader returns the list of ids that were created as part of the operation so callers can:
These vectors only contain ids created during the call. Objects that were already present in the controller are not included.
| std::vector<Core::Channel::Id> dfx::Graph::LoadingResult::channelIds |
Channel ids created by the load operation.
| std::vector<Core::Node::Id> dfx::Graph::LoadingResult::nodeIds |
Node ids created by the load operation.