Description:
This class writes packets to an ostream. If you pull a packet out of a PacketWriter, it will simply act as a straight pipe, which is probably not what you want.
| Data Fields | ||
| private | Writer* | w |
| Constructors / Destructor | |
| public | PacketWriter(Writer* w) |
| public | PacketWriter(ostream* out) |
| Methods | |||
| public | virtual | Writer* | getWriter() |
| protected | virtual | CCSDSPacket* | operateOnPacket(CCSDSPacket* p)Write a packet to the underlying ostream. |
| Operators |