|
std::ostream & | nrt::blackboard::operator<< (std::ostream &os, nrt::blackboard::BlackboardManagerSummary const &bbms) |
| Output stream operator overload (mostly for debug messages)
|
|
std::ostream & | nrt::blackboard::operator<< (std::ostream &os, nrt::blackboard::ModulePortSummary const &mps) |
| Output stream operator overload (mostly for debug messages)
|
|
std::ostream & | nrt::blackboard::operator<< (std::ostream &os, nrt::blackboard::ModuleSummary const &ms) |
| Output stream operator overload (mostly for debug messages)
|
|
std::ostream & | nrt::blackboard::operator<< (std::ostream &os, nrt::blackboard::ConnectorSummary const &cs) |
| Output stream operator overload (mostly for debug messages)
|
|
std::ostream & | nrt::blackboard::operator<< (std::ostream &os, nrt::blackboard::ConnectionSummary const &cs) |
| Output stream operator overload (mostly for debug messages)
|
|
std::ostream & | nrt::blackboard::operator<< (std::ostream &os, nrt::blackboard::MacroModuleSummary const &mms) |
| Output stream operator overload (mostly for debug messages)
|
|
std::string const & | nrt::blackboard::remapBBnickFileToInstance (std::string const &filebbnick, std::map< std::string, std::string > const &bbnickremap) |
| Helper function to translate bbnicks from file to instantiated (used for loading a file)
|
|
std::string const & | nrt::blackboard::remapBBnickInstanceToFile (std::string const &instbbnick, std::map< std::string, std::string > const &bbnickremap) |
| Helper function to translate bbnicks from instantiated back to file (used for saving a file)
|
|
std::map< std::string,
std::string > | nrt::blackboard::composeBBnickRemaps (std::map< std::string, std::string > const &parent, std::map< std::string, std::string > const &child) |
| Compose two bbnick remappings.
|
|