Alphabetic Class Index   |   Class Inheritance Tree Index   |   Tool Index

Class: PacketWriter

Parent class: PacketPipe

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
privateWriter*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


Alphabetic Class Index   |   Class Inheritance Tree Index   |   Tool Index