gem5
|
#include <vncinput.hh>
Public Attributes | |
uint8_t | bpp |
uint8_t | depth |
uint8_t | bigendian |
uint8_t | truecolor |
uint16_t | redmax |
uint16_t | greenmax |
uint16_t | bluemax |
uint8_t | redshift |
uint8_t | greenshift |
uint8_t | blueshift |
uint8_t | padding [3] |
Definition at line 102 of file vncinput.hh.
uint8_t VncInput::PixelFormat::bigendian |
Definition at line 105 of file vncinput.hh.
Referenced by VncServer::sendServerInit(), VncServer::setPixelFormat(), and VncServer::VncServer().
uint16_t VncInput::PixelFormat::bluemax |
Definition at line 109 of file vncinput.hh.
Referenced by VncServer::sendServerInit(), VncServer::setPixelFormat(), and VncServer::VncServer().
uint8_t VncInput::PixelFormat::blueshift |
Definition at line 112 of file vncinput.hh.
Referenced by VncServer::sendServerInit(), VncServer::setPixelFormat(), and VncServer::VncServer().
uint8_t VncInput::PixelFormat::bpp |
Definition at line 103 of file vncinput.hh.
Referenced by VncServer::sendServerInit(), VncServer::setPixelFormat(), and VncServer::VncServer().
uint8_t VncInput::PixelFormat::depth |
Definition at line 104 of file vncinput.hh.
Referenced by VncServer::sendServerInit(), VncServer::setPixelFormat(), and VncServer::VncServer().
uint16_t VncInput::PixelFormat::greenmax |
Definition at line 108 of file vncinput.hh.
Referenced by VncServer::sendServerInit(), VncServer::setPixelFormat(), and VncServer::VncServer().
uint8_t VncInput::PixelFormat::greenshift |
Definition at line 111 of file vncinput.hh.
Referenced by VncServer::sendServerInit(), VncServer::setPixelFormat(), and VncServer::VncServer().
uint8_t VncInput::PixelFormat::padding[3] |
Definition at line 113 of file vncinput.hh.
Referenced by VncServer::sendServerInit().
uint16_t VncInput::PixelFormat::redmax |
Definition at line 107 of file vncinput.hh.
Referenced by VncServer::sendServerInit(), VncServer::setPixelFormat(), and VncServer::VncServer().
uint8_t VncInput::PixelFormat::redshift |
Definition at line 110 of file vncinput.hh.
Referenced by VncServer::sendServerInit(), VncServer::setPixelFormat(), and VncServer::VncServer().
uint8_t VncInput::PixelFormat::truecolor |
Definition at line 106 of file vncinput.hh.
Referenced by VncServer::sendServerInit(), VncServer::setPixelFormat(), and VncServer::VncServer().