Go to the documentation of this file.
42 #ifndef __BASE_VNC_VNC_SERVER_HH__
43 #define __BASE_VNC_VNC_SERVER_HH__
52 #include "params/VncServer.hh"
75 const static uint32_t
VncOK = 0;
105 return "RFB 003.008\n";
229 bool read(uint8_t *buf,
size_t len);
239 bool read1(uint8_t *buf,
size_t len);
246 template <
typename T>
bool read(T*
val);
254 bool write(
const uint8_t *buf,
size_t len);
260 template <
typename T>
bool write(T*
val);
265 bool write(
const char* str);
ListenEvent(VncServer *vs, int fd, int e)
Poll event for the listen socket.
ConnectionState curState
The rfb prototol state the connection is in.
const static uint32_t AuthNone
@ WaitForSecurityResponse
void sendFrameBufferUpdate()
Send a updated frame buffer to the client.
void setPixelFormat()
Receive pixel foramt message from client and process it.
void sendFrameBufferResized()
Tell the client that the frame buffer resized.
void setEncodings()
Receive encodings message from client and process it.
ListenEvent * listenEvent
const char * vncVersion() const
void recvCutText()
Receive message from client that there is text in it's paste buffer.
bool supportsRawEnc
If the vnc client supports receiving raw data.
const static uint32_t VncOK
Error conditions.
void recvKeyboardInput()
Receive message from client providing new keyboard input.
@ ServerFrameBufferUpdate
virtual std::string name() const
void recvPointerInput()
Recv message from client providing new mouse movement or button click.
DataEvent(VncServer *vs, int fd, int e)
Poll event for the data socket.
bool sendUpdate
An update needs to be sent to the client.
Configurable RGB pixel converter.
const static uint32_t AuthInvalid
Authentication modes.
void checkProtocolVersion()
Check the client's protocol verion for compatibility and send the security types we support.
DataEvent to read data from vnc.
void requestFbUpdate()
Receive message from client asking for updated frame buffer.
void setDirty() override
The frame buffer uses this call to notify the vnc server that the frame buffer has been updated and a...
@ ServerSetColorMapEntries
bool write(const uint8_t *buf, size_t len)
Write a buffer to the client.
bool read(uint8_t *buf, size_t len)
Read some data from the client.
MouseEvents
keyboard/mouse support
void sendServerInit()
Send client our idea about what the frame buffer looks like.
bool read1(uint8_t *buf, size_t len)
Read len -1 bytes from the client into the buffer provided + 1 assert that we read enough bytes.
void sendError(const char *error_msg)
vnc client Interface
ListenEvent to accept a vnc client connection.
ServerMessages
Server -> Client message IDs.
void frameBufferResized() override
bool supportsResizeEnc
If the vnc client supports the desktop resize command.
VncServer(const Params &p)
VncServer.
EncodingTypes
Encoding types.
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
static const PixelConverter pixelConverter
PixelFormat pixelFormat
The one and only pixel format we support.
void checkSecurity()
Check that the security exchange was successful.
Generated on Wed Jul 28 2021 12:10:23 for gem5 by doxygen 1.8.17