μHAL (v2.7.9)
Part of the IPbus software repository
Namespaces | Functions
utilities.hpp File Reference
#include <stdint.h>
#include <string>
#include <vector>
Include dependency graph for utilities.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 uhal
 
 uhal::detail
 

Functions

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)