gem5
v21.2.0.0
|
#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 | |
gem5 | |
Reference material can be found at the JEDEC website: UFS standard http://www.jedec.org/standards-documents/results/jesd220 UFS HCI specification http://www.jedec.org/standards-documents/results/jesd223. | |
Declaration of a VNC server
Definition in file vncserver.hh.