Bitstream Interpretation Library (BIL)  0.1
Namespaces | Macros | Functions
Type2PacketRawData.hpp File Reference

Functions for handling type 2 packet raw data. More...

#include <cstring>
#include <boost/cstdint.hpp>
Include dependency graph for Type2PacketRawData.hpp:
This graph shows which files directly or indirectly include this file:

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.

Detailed Description

Functions for handling type 2 packet raw data.

Definition in file Type2PacketRawData.hpp.


Macro Definition Documentation

#define BIL_TYPE2PACKETRAWDATA_HPP

Definition at line 8 of file Type2PacketRawData.hpp.