Definition at line 52 of file TWebCanvas.h.
Public Member Functions | |
WebConn (unsigned id) | |
Public Attributes | |
unsigned | fConnId {0} |
! connection id | |
Long64_t | fDrawVersion {0} |
! canvas version drawn (confirmed) by client | |
std::queue< std::string > | fSend |
! send queue, processed after sending draw data | |
Long64_t | fSendVersion {0} |
! canvas version send to the client | |
#include <TWebCanvas.h>
|
inline |
Definition at line 57 of file TWebCanvas.h.
unsigned TWebCanvas::WebConn::fConnId {0} |
! connection id
Definition at line 53 of file TWebCanvas.h.
Long64_t TWebCanvas::WebConn::fDrawVersion {0} |
! canvas version drawn (confirmed) by client
Definition at line 55 of file TWebCanvas.h.
std::queue<std::string> TWebCanvas::WebConn::fSend |
! send queue, processed after sending draw data
Definition at line 56 of file TWebCanvas.h.
Long64_t TWebCanvas::WebConn::fSendVersion {0} |
! canvas version send to the client
Definition at line 54 of file TWebCanvas.h.