#include <stdint.h>
#include <string>
#include <vector>
Go to the source code of this file.
|
std::string | uhal::detail::getAddressDescription (const Node &aNode, const uint32_t aAddress, const size_t &aMaxListSize) |
| Generates a short string summarising which nodes match the specified address. More...
|
|
std::string | uhal::detail::getAddressDescription (const ClientInterface &aClient, const uint32_t aAddress, const size_t &aMaxListSize) |
| Generates a short string summarising which nodes match the specified address. More...
|
|
bool | uhal::detail::compareNodeAddr (const Node *aNodeL, const Node *aNodeR) |
|
std::vector< std::pair< const Node *, const Node * > > | uhal::detail::getAddressOverlaps (const Node &aNode) |
|
void | uhal::detail::printNodeOverlapDescription (std::ostream &aStream, const Node &aNode1, const Node &aNode2) |
|
bool | uhal::detail::writeNodeOverlapReport (const std::string &aFilePath, const std::vector< std::pair< const Node *, const Node * > > &aNodes, const std::string &aHeader) |
|