Bitstream Interpretation Library (BIL)  0.1
Variables
Type2PacketRawData.cpp File Reference

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

#include <bitstream/Type2Packet.hpp>
#include <bitstream/Type2PacketRawData.hpp>
#include <exception/Exception.hpp>
Include dependency graph for Type2PacketRawData.cpp:

Go to the source code of this file.

Variables

const size_t HEADERTYPE_BITSHIFT = 29
const boost::uint32_t HEADERTYPE_VALUE = 0x2
const size_t OPCODE_BITSHIFT = 27
const boost::uint32_t OPCODE_BITMASK = 0x3
const boost::uint32_t WORDCOUNT_BITMASK = 0x7ffffff

Detailed Description

Functions for handling type 2 packet raw data.

Definition in file Type2PacketRawData.cpp.


Variable Documentation

const size_t HEADERTYPE_BITSHIFT = 29

Definition at line 12 of file Type2PacketRawData.cpp.

const boost::uint32_t HEADERTYPE_VALUE = 0x2

Definition at line 13 of file Type2PacketRawData.cpp.

const size_t OPCODE_BITSHIFT = 27

Definition at line 15 of file Type2PacketRawData.cpp.

const boost::uint32_t OPCODE_BITMASK = 0x3

Definition at line 16 of file Type2PacketRawData.cpp.

const boost::uint32_t WORDCOUNT_BITMASK = 0x7ffffff

Definition at line 18 of file Type2PacketRawData.cpp.