Skip to content
Snippets Groups Projects
Commit b6166080 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

COB-4: placeholder implementation of description()

parent 0b4db1cc
No related branches found
No related tags found
1 merge request!6Import cobalt2 into lofar4
......@@ -136,6 +136,11 @@ namespace LOFAR
THROW(NotImplemented, "Writing to PacketStream is not supported");
}
virtual std::string description() const {
//TODO: fill in all the packetstream details
return "PacketStream ";
}
private:
PacketFactory factory;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment