Bitstream Interpretation Library (BIL)
0.1
|
Functions for handling type 1 packet raw data. More...
#include <cstring>
#include <boost/cstdint.hpp>
Go to the source code of this file.
Namespaces | |
namespace | bil |
Macros | |
#define | BIL_TYPE1PACKETRAWDATA_HPP |
Functions | |
size_t | bil::isType1Packet (const boost::uint32_t *words, size_t wordCount) |
Tells if some data starts with type 1 packet raw data. | |
size_t | bil::type1PacketWordCount (const Type1Packet &type1Packet) |
Gets raw data size of a packet. | |
size_t | bil::writeType1Packet (const Type1Packet &type1Packet, boost::uint32_t *words, size_t wordCount) |
Writes out a type 1 packet as raw data. | |
size_t | bil::readType1Packet (Type1Packet &type1Packet, const boost::uint32_t *words, size_t wordCount) |
Reads in a type 1 packet from raw data. |
Functions for handling type 1 packet raw data.
Definition in file Type1PacketRawData.hpp.
#define BIL_TYPE1PACKETRAWDATA_HPP |
Definition at line 8 of file Type1PacketRawData.hpp.