DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
Host.cpp File Reference
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/utsname.h>
#include <netdb.h>
#include <unistd.h>
#include <iostream>
#include <sstream>
#include <strings.h>
#include "okssystem/Host.hpp"
Include dependency graph for Host.cpp:

Go to the source code of this file.

Macros

#define BUFFER_SIZE   256
 

Functions

std::ostream & operator<< (std::ostream &stream, const OksSystem::Host &host)
 

Macro Definition Documentation

◆ BUFFER_SIZE

#define BUFFER_SIZE   256

Definition at line 24 of file Host.cpp.

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & stream,
const OksSystem::Host & host )

Definition at line 329 of file Host.cpp.

329 {
330 stream << host.full_name();
331 return stream;
332} // operator<<
const std::string & full_name() const
get fully qualified name
Definition Host.cpp:161