Roomba Controller Dashboard 1
A GUI and TCP client application that is used to control a Roomba for Computer Engineering 2880 @ Iowa State
Loading...
Searching...
No Matches
Hole.cpp File Reference
#include <iostream>
#include "Hole.hpp"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const Hole &hole)
 

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & os,
const Hole & hole )

Override output stream for printing

Parameters
osoutput stream
holethe hole to print
Returns
the hole printed in the out stream

Definition at line 373 of file Hole.cpp.