7 #ifndef BIL_BITFILEDATA_HPP
8 #define BIL_BITFILEDATA_HPP
13 #include <boost/cstdint.hpp>
127 std::string m_sourceFileName;
128 std::string m_targetDeviceName;
129 std::string m_creationDate;
130 std::string m_creationTime;
132 std::vector<boost::uint32_t> m_bitstream;