Bitstream Interpretation Library (BIL)
0.1
|
Contains binary serialization functions for PIPControlSet class. More...
#include <istream>
#include <ostream>
Go to the source code of this file.
Namespaces | |
namespace | bil |
Macros | |
#define | BIL_PIPCONTROLSETBS_HPP |
Functions | |
void | bil::writeBinary (const PIPControlSet &data, std::ostream &outputStream) |
Writes data from a PIPControlSet into a binary stream. | |
void | bil::readBinary (PIPControlSet &data, std::istream &inputStream) |
Reads data into a PIPControlSet from a binary stream. |
Contains binary serialization functions for PIPControlSet class.
Definition in file PIPControlSetBS.hpp.
#define BIL_PIPCONTROLSETBS_HPP |
Definition at line 8 of file PIPControlSetBS.hpp.