24 #include "cheetah/psrdada/detail/RawBytes.h" char * ptr() const
Get a raw pointer to the start of the buffer.
std::size_t total_bytes() const
Get the total number of bytes in the buffer.
Some limits and constants for FLDO.
std::size_t used_bytes() const
Get the number of currently used bytes in the buffer.
RawBytes(char *ptr, std::size_t total, std::size_t used=0)
Create a new RawBytes instance.