7 #ifndef BIL_TYPE2PACKETRAWDATA_HPP
8 #define BIL_TYPE2PACKETRAWDATA_HPP
11 #include <boost/cstdint.hpp>
26 size_t isType2Packet(
const boost::uint32_t* words,
size_t wordCount);
44 size_t writeType2Packet(
const Type2Packet& type2Packet, boost::uint32_t* words,
size_t wordCount);
55 size_t readType2Packet(Type2Packet& type2Packet,
const boost::uint32_t* words,
size_t wordCount);