torc-master
|
Header for Boost.Test helper functions. More...
#include <boost/filesystem.hpp>
#include <iostream>
Go to the source code of this file.
Namespaces | |
torc | |
Implementation of class to encapsulate micro-bitstream library generation code. | |
torc::bitstream | |
Namespace for the Torc bitstream frame-level support, including packet parsing and writing. | |
Functions | |
template<class V , class P > | |
bool | torc::bitstream::packetVectorsAreIdentical (const V &inVector1, const V &inVector2) |
Template function to compare the contents of two packet vectors. More... | |
template<class V > | |
bool | torc::bitstream::checkCRC (boost::filesystem::path inPath, bool inDebug=false) |
Template function to recalculate bitstream CRC checksums and compare to reference values. More... | |
Header for Boost.Test helper functions.
Definition in file bitstream/TestHelpers.hpp.