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

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

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

Go to the source code of this file.

Variables

const size_t HEADERTYPE_BITSHIFT = 29
const boost::uint32_t HEADERTYPE_VALUE = 0x1
const size_t OPCODE_BITSHIFT = 27
const boost::uint32_t OPCODE_BITMASK = 0x3
const size_t REGISTERADDRESS_BITSHIFT = 13
const boost::uint32_t REGISTERADDRESS_BITMASK = 0x3fff
const boost::uint32_t WORDCOUNT_BITMASK = 0x7ff

Detailed Description

Functions for handling type 1 packet raw data.

Definition in file Type1PacketRawData.cpp.


Variable Documentation

const size_t HEADERTYPE_BITSHIFT = 29

Definition at line 12 of file Type1PacketRawData.cpp.

const boost::uint32_t HEADERTYPE_VALUE = 0x1

Definition at line 13 of file Type1PacketRawData.cpp.

const size_t OPCODE_BITSHIFT = 27

Definition at line 15 of file Type1PacketRawData.cpp.

const boost::uint32_t OPCODE_BITMASK = 0x3

Definition at line 16 of file Type1PacketRawData.cpp.

const size_t REGISTERADDRESS_BITSHIFT = 13

Definition at line 18 of file Type1PacketRawData.cpp.

const boost::uint32_t REGISTERADDRESS_BITMASK = 0x3fff

Definition at line 19 of file Type1PacketRawData.cpp.

const boost::uint32_t WORDCOUNT_BITMASK = 0x7ff

Definition at line 21 of file Type1PacketRawData.cpp.