NeTrainSim 0.1.1 beta
The Open-Source Network Trains Simulator
 
Loading...
Searching...
No Matches
netsignal.cpp File Reference
#include <iostream>
#include <math.h>
#include <algorithm>
#include "netlink.h"
#include "netsignal.h"
#include "netnode.h"

Functions

ostream & operator<< (ostream &ostr, const NetSignal &networkSignal)
 

Function Documentation

◆ operator<<()

ostream & operator<< ( ostream &  ostr,
const NetSignal networkSignal 
)
Parameters
ostrThe output stream object.
signalThe NetSignal object to be printed.
Returns
The output stream object.