torc-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Bitstream.hpp
Go to the documentation of this file.
1 // Torc - Copyright 2011-2013 University of Southern California. All Rights Reserved.
2 // $HeadURL$
3 // $Id$
4 
5 // This program is free software: you can redistribute it and/or modify it under the terms of the
6 // GNU General Public License as published by the Free Software Foundation, either version 3 of the
7 // License, or (at your option) any later version.
8 //
9 // This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
10 // without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
11 // the GNU General Public License for more details.
12 //
13 // You should have received a copy of the GNU General Public License along with this program. If
14 // not, see <http://www.gnu.org/licenses/>.
15 
16 /// \file
17 /// \brief Main torc::bitstream namespace header.
18 
19 /// \namespace torc::bitstream
20 /// \brief Namespace for the Torc bitstream frame-level support, including packet parsing and
21 /// writing.
22 
23 #ifndef TORC_BITSTREAM_HPP
24 #define TORC_BITSTREAM_HPP
25 
29 #include "torc/bitstream/Frame.hpp"
50 
51 #endif // TORC_BITSTREAM_HPP
Header for torc::bitstream output stream helpers.
Header for the SpartanPacket class.
Header for the VirtexE class.
Header for the Spartan6Bitstream class.
Header for the VirtexBitstream class.
Header for the Virtex4 class.
Header for the Virtex2P class.
Header for the Virtex6 class.
Header for the Virtex5 class.
Header for Boost.Test helper functions.
Header for the Frame class.
Header for the Factory class.
Header for the Spartan6 class.
Header for the FrameSet class.
Header for the Bitstream class.
Header for the Spartan6Packet class.
Header for the SpartanBitstream class.
Header for the Virtex class.
Header for the VirtexPacket class.
Header for the Virtex2 class.
Header for the Spartan3E class.
Header for the Virtex7 class.
Header for the DeviceInfo class.