gem5 v24.0.0.0
|
Declaration of a VNC server. More...
#include <iostream>
#include "base/circlebuf.hh"
#include "base/compiler.hh"
#include "base/pollevent.hh"
#include "base/socket.hh"
#include "base/vnc/vncinput.hh"
#include "params/VncServer.hh"
#include "sim/sim_object.hh"
Go to the source code of this file.
Classes | |
class | gem5::VncServer |
struct | gem5::VncServer::ServerInitMsg |
struct | gem5::VncServer::FrameBufferUpdate |
struct | gem5::VncServer::FrameBufferRect |
struct | gem5::VncServer::ServerCutText |
class | gem5::VncServer::ListenEvent |
ListenEvent to accept a vnc client connection. More... | |
class | gem5::VncServer::DataEvent |
DataEvent to read data from vnc. More... | |
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
Declaration of a VNC server.
Definition in file vncserver.hh.