Bitstream Interpretation Library (BIL)
0.1
|
Contains declaration of bitfile section constants. More...
#include <cstring>
#include <boost/cstdint.hpp>
Go to the source code of this file.
Namespaces | |
namespace | bil |
Macros | |
#define | BIL_BITFILESECTIONS_HPP |
Variables | |
const size_t | bil::BITFILE_HEADER_SIZE = 13 |
const boost::uint8_t | bil::BITFILE_HEADER [BITFILE_HEADER_SIZE] |
const char | bil::BITFILE_KEY_SOURCEFILENAME = 'a' |
const char | bil::BITFILE_KEY_TARGETDEVICENAME = 'b' |
const char | bil::BITFILE_KEY_CREATIONDATE = 'c' |
const char | bil::BITFILE_KEY_CREATIONTIME = 'd' |
const char | bil::BITFILE_KEY_BITSTREAM = 'e' |
Contains declaration of bitfile section constants.
Definition in file BitFileSections.hpp.
#define BIL_BITFILESECTIONS_HPP |
Definition at line 8 of file BitFileSections.hpp.