|
gem5
v21.0.1.0
|
#include <iostream>#include "base/vnc/vncinput.hh"#include "base/circlebuf.hh"#include "base/pollevent.hh"#include "base/socket.hh"#include "params/VncServer.hh"#include "sim/sim_object.hh"Go to the source code of this file.
Classes | |
| class | VncServer |
| struct | VncServer::ServerInitMsg |
| struct | VncServer::FrameBufferUpdate |
| struct | VncServer::FrameBufferRect |
| struct | VncServer::ServerCutText |
| class | VncServer::ListenEvent |
| ListenEvent to accept a vnc client connection. More... | |
| class | VncServer::DataEvent |
| DataEvent to read data from vnc. More... | |
Declaration of a VNC server
Definition in file vncserver.hh.