|
rogue
|
#include "rogue/Directives.h"#include "rogue/protocols/rocev2/Server.h"#include <infiniband/verbs.h>#include <inttypes.h>#include <stdint.h>#include <string.h>#include <chrono>#include <cstdlib>#include <iomanip>#include <memory>#include <random>#include <sstream>#include <string>#include <thread>#include <vector>#include "rogue/GeneralError.h"#include "rogue/GilRelease.h"#include "rogue/Logging.h"#include "rogue/interfaces/stream/Buffer.h"#include "rogue/interfaces/stream/Frame.h"#include "rogue/interfaces/stream/FrameLock.h"#include "rogue/protocols/rocev2/Core.h"#include <boost/python.hpp>Go to the source code of this file.
Variables | |
| static const uint8_t | SsiSof = 0x02 |
|
static |
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 53 of file Server.cpp.