|
rogue
|
#include "rogue/Directives.h"#include <netdb.h>#include <netinet/in.h>#include <netinet/ip.h>#include <stdint.h>#include <sys/socket.h>#include <memory>#include <thread>#include "rogue/GeneralError.h"#include "rogue/Logging.h"#include "rogue/Queue.h"#include "rogue/interfaces/stream/Master.h"#include "rogue/interfaces/stream/Slave.h"#include "rogue/protocols/xilinx/JtagDriver.h"#include "rogue/protocols/xilinx/XvcConnection.h"#include "rogue/protocols/xilinx/XvcServer.h"Go to the source code of this file.
Classes | |
| class | rogue::protocols::xilinx::Xvc |
| Rogue XVC bridge between TCP XVC clients and Rogue stream transport. More... | |
Namespaces | |
| namespace | rogue |
| namespace | rogue::protocols |
| namespace | rogue::protocols::xilinx |
Typedefs | |
| typedef std::shared_ptr< rogue::protocols::xilinx::Xvc > | rogue::protocols::xilinx::XvcPtr |
Variables | |
| const unsigned int | rogue::protocols::xilinx::kMaxArgs = 3 |
| Maximum supported argument count for XVC command parsing helpers. | |