SatCat5
io_buffer.h File Reference

Detailed Description

Buffered I/O wrappers for PacketBuffer.

This file defines the "BufferedIO" class which adds buffered "writeable" and "readable" interfaces to a child class. It also defines several tools for automatically copying between various sources and sinks.

Definition in file io_buffer.h.

#include <satcat5/io_core.h>
#include <satcat5/pkt_buffer.h>
#include <satcat5/timeref.h>
Include dependency graph for io_buffer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  satcat5::io::BufferedIO
 Extensible transmit and receive buffer. More...
 
class  satcat5::io::BufferedCopy
 BufferedCopy copies from any Readable source to any Writeable sink. More...
 
class  satcat5::io::BufferedStream
 Copy bytes from a Readable source to a network address. More...
 
class  satcat5::io::BufferedPackets
 Copy packets from a Readable source to a network address. More...
 
class  satcat5::io::BufferedWriter
 BufferedWriter adds an inline buffer to any Writeable interface. More...