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

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

#include <cstring>
#include <boost/cstdint.hpp>
Include dependency graph for Type1PacketRawData.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_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.

Detailed Description

Functions for handling type 1 packet raw data.

Definition in file Type1PacketRawData.hpp.


Macro Definition Documentation

#define BIL_TYPE1PACKETRAWDATA_HPP

Definition at line 8 of file Type1PacketRawData.hpp.