rogue
Loading...
Searching...
No Matches
Variables
ControllerV2.cpp File Reference
#include "rogue/protocols/packetizer/ControllerV2.h"
#include <inttypes.h>
#include <sys/time.h>
#include <unistd.h>
#include <cmath>
#include <cstdlib>
#include <memory>
#include "rogue/GeneralError.h"
#include "rogue/GilRelease.h"
#include "rogue/interfaces/stream/Buffer.h"
#include "rogue/interfaces/stream/Frame.h"
#include "rogue/interfaces/stream/FrameLock.h"
#include "rogue/protocols/packetizer/Application.h"
#include "rogue/protocols/packetizer/Transport.h"
#include "rogue/protocols/packetizer/CRC.h"

Go to the source code of this file.

Variables

static const CRC::Table< uint32_t, 32 > crcTable_ (CRC::CRC_32())
 

Variable Documentation

◆ crcTable_

const CRC::Table< uint32_t, 32 > crcTable_(CRC::CRC_32()) ( CRC::CRC_32()  )
static

Company : SLAC National Accelerator Laboratory

Description:

Packetizer Controller V1

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.