7 #ifndef BIL_TYPE1PACKETRAWDATA_HPP
8 #define BIL_TYPE1PACKETRAWDATA_HPP
11 #include <boost/cstdint.hpp>
26 size_t isType1Packet(
const boost::uint32_t* words,
size_t wordCount);
44 size_t writeType1Packet(
const Type1Packet& type1Packet, boost::uint32_t* words,
size_t wordCount);
55 size_t readType1Packet(Type1Packet& type1Packet,
const boost::uint32_t* words,
size_t wordCount);