Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TWebCanvas::WebConn Struct Reference

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>

Constructor & Destructor Documentation

◆ WebConn()

TWebCanvas::WebConn::WebConn ( unsigned  id)
inline

Definition at line 57 of file TWebCanvas.h.

Member Data Documentation

◆ fConnId

unsigned TWebCanvas::WebConn::fConnId {0}

! connection id

Definition at line 53 of file TWebCanvas.h.

◆ fDrawVersion

Long64_t TWebCanvas::WebConn::fDrawVersion {0}

! canvas version drawn (confirmed) by client

Definition at line 55 of file TWebCanvas.h.

◆ fSend

std::queue<std::string> TWebCanvas::WebConn::fSend

! send queue, processed after sending draw data

Definition at line 56 of file TWebCanvas.h.

◆ fSendVersion

Long64_t TWebCanvas::WebConn::fSendVersion {0}

! canvas version send to the client

Definition at line 54 of file TWebCanvas.h.

Collaboration diagram for TWebCanvas::WebConn:
[legend]

The documentation for this struct was generated from the following file: