Represents an electronic module address (crate/slot/channel) with configurable comparison granularity...
std::vector< int > getHAddress()
Returns the hardware address as a vector of three integers.
GElectronic()
Default constructor.
void setHAddress(int c, int s, int ch)
Sets the hardware address fields (crate/slot/channel).
friend std::ostream & operator<<(std::ostream &stream, const GElectronic &ge)
Stream output helper for diagnostics and logging.