17 stream << obj.name() <<
" number " << std::setw(3) << obj.number() <<
" associated to sector type " << std::setw(3)
18 << obj.sector_type() <<
" in station n. " << obj.station() << std::endl;
23 std::ostringstream disp;
26 disp <<
":" << std::endl;
31 std::ostringstream disp;
32 disp <<
error_header() <<
name() <<
" n. " <<
number() <<
" is supposed to receive input from " << conn_name <<
" n. " << num <<
" which doesn't exist!";
std::ostream & operator<<(std::ostream &stream, const CablingObject &obj)
BaseObject(ObjectType, const std::string &)
const std::string & name() const
std::string no_connection_error(const std::string &, int) const
std::string error_header() const
CablingObject(const cablingParameters &, const std::string &)