rogue
Loading...
Searching...
No Matches
Namespaces | Classes | Typedefs | Functions
rogue::utilities Namespace Reference

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::PrbsPrbsPtr
 
typedef std::shared_ptr< rogue::utilities::StreamUnZipStreamUnZipPtr
 
typedef std::shared_ptr< rogue::utilities::StreamZipStreamZipPtr
 

Functions

void setup_module ()
 

Typedef Documentation

◆ PrbsPtr

Definition at line 328 of file Prbs.h.

◆ StreamUnZipPtr

Definition at line 96 of file StreamUnZip.h.

◆ StreamZipPtr

Definition at line 94 of file StreamZip.h.

Function Documentation

◆ setup_module()

void rogue::utilities::setup_module ( )

Company : SLAC National Accelerator Laboratory

Description:

Python module setup

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

contained in the LICENSE.txt file.

Definition at line 35 of file module.cpp.