|
Bitstream Interpretation Library (BIL)
0.1
|
Functions for handling type 2 packet raw data. More...
#include <cstring>#include <boost/cstdint.hpp>

Go to the source code of this file.
Namespaces | |
| namespace | bil |
Macros | |
| #define | BIL_TYPE2PACKETRAWDATA_HPP |
Functions | |
| size_t | bil::isType2Packet (const boost::uint32_t *words, size_t wordCount) |
| Tells if some data starts with type 2 packet raw data. | |
| size_t | bil::type2PacketWordCount (const Type2Packet &type2Packet) |
| Gets raw data size of a packet. | |
| size_t | bil::writeType2Packet (const Type2Packet &type2Packet, boost::uint32_t *words, size_t wordCount) |
| Writes out a type 2 packet as raw data. | |
| size_t | bil::readType2Packet (Type2Packet &type2Packet, const boost::uint32_t *words, size_t wordCount) |
| Reads in a type 2 packet from raw data. | |
Functions for handling type 2 packet raw data.
Definition in file Type2PacketRawData.hpp.
| #define BIL_TYPE2PACKETRAWDATA_HPP |
Definition at line 8 of file Type2PacketRawData.hpp.
1.8.1.1