|
rogue
|
Namespaces | |
| namespace | fileio |
Classes | |
| class | Prbs |
| PRBS generator/checker that can act as both stream master and slave. More... | |
| class | StreamUnZip |
| Stream module that decompresses bzip2-compressed frame payloads. More... | |
| class | StreamZip |
| Stream module that compresses frame payloads using bzip2. More... | |
Typedefs | |
| typedef std::shared_ptr< rogue::utilities::Prbs > | PrbsPtr |
| typedef std::shared_ptr< rogue::utilities::StreamUnZip > | StreamUnZipPtr |
| typedef std::shared_ptr< rogue::utilities::StreamZip > | StreamZipPtr |
Functions | |
| void | setup_module () |
| typedef std::shared_ptr<rogue::utilities::Prbs> rogue::utilities::PrbsPtr |
| typedef std::shared_ptr<rogue::utilities::StreamUnZip> rogue::utilities::StreamUnZipPtr |
Definition at line 96 of file StreamUnZip.h.
| typedef std::shared_ptr<rogue::utilities::StreamZip> rogue::utilities::StreamZipPtr |
Definition at line 94 of file StreamZip.h.
| void rogue::utilities::setup_module | ( | ) |
Description:
This file is part of the rogue software platform. It is subject to the license terms in the LICENSE.txt file found in the top-level directory of this distribution and at: https://confluence.slac.stanford.edu/display/ppareg/LICENSE.html. No part of the rogue software platform, including this file, may be copied, modified, propagated, or distributed except according to the terms
Definition at line 35 of file module.cpp.