Bitstream Interpretation Library (BIL)  0.1
Namespaces | Macros | Variables
BitFileSections.hpp File Reference

Contains declaration of bitfile section constants. More...

#include <cstring>
#include <boost/cstdint.hpp>
Include dependency graph for BitFileSections.hpp:
This graph shows which files directly or indirectly include this file:

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'

Detailed Description

Contains declaration of bitfile section constants.

Definition in file BitFileSections.hpp.


Macro Definition Documentation

#define BIL_BITFILESECTIONS_HPP

Definition at line 8 of file BitFileSections.hpp.