ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions | Variables
hserv2.C File Reference

Go to the source code of this file.

Functions

pad1 Draw ()
 
mon Add (ss)
 
 while (1)
 
 printf ("Client 0: bytes recv = %d, bytes sent = %d\n", s0->GetBytesRecv(), s0->GetBytesSent())
 
 printf ("Client 1: bytes recv = %d, bytes sent = %d\n", s1->GetBytesRecv(), s1->GetBytesSent())
 
s0 Close ()
 

Variables

TPadpad1 = new TPad("pad1","This is pad1",0.02,0.52,0.98,0.98,21)
 
TPadpad2 = new TPad("pad2","This is pad2",0.02,0.02,0.98,0.48,21)
 
TServerSocketss = new TServerSocket(9090, kTRUE)
 
TMonitormon = new TMonitor
 
TSockets0 = 0
 
TSockets1 = 0
 

Function Documentation

mon Add ( ss  )
s1 Close ( )
pad1 Draw ( )
printf ( "Client 0: bytes  recv = %d)

Referenced by while().

printf ( "Client 1: bytes  recv = %d)
while ( )

Definition at line 38 of file hserv2.C.

Variable Documentation

TMonitor* mon = new TMonitor
TPad* pad1 = new TPad("pad1","This is pad1",0.02,0.52,0.98,0.98,21)

Definition at line 22 of file hserv2.C.

TPad* pad2 = new TPad("pad2","This is pad2",0.02,0.02,0.98,0.48,21)

Definition at line 23 of file hserv2.C.

TSocket* s0 = 0
TSocket * s1 = 0

Definition at line 36 of file hserv2.C.

Referenced by a_add(), TProfileHelper::Add(), TAlienCollection::Add(), TH1::Add(), TSpectrum3::Background(), TSpectrum2::Background(), TGeoVolume::Browse(), RooGExpModel::calcSinConv(), TH1::Chi2TestX(), TMath::ChisquareQuantile(), ClassImp(), TString::CompareTo(), TTabCom::Complete(), Compress(), TGeoSphere::ComputeNormal(), TGeoTorus::ComputeNormal(), TGeoPgon::ComputeNormal(), RootCsg::ConvertToMesh(), counterclockwiseadapt(), TFitEditor::CreateFunctionGroup(), ROOT::Math::Factory::CreateMinimizer(), TView3D::DefinePerspectiveView(), TView3D::DefineViewDirection(), TGeoSphere::DistFromInside(), TGeoTorus::DistFromInside(), TGeoSphere::DistFromOutside(), TGeoTorus::DistFromOutside(), TEnvRec::ExpandValue(), fitSparse1D(), fitSparse2D(), fitSparse3D(), XrdProofdAux::Form(), TGraph2DPainter::GetContourList(), TAlienCollection::GetOutputFileName(), TProof::GetTreeHeader(), H1LeastSquareSeqnd(), TTabCom::Hook(), hserv(), TAlienPackage::InstallSinglePackage(), TH2::KolmogorovTest(), TH3::KolmogorovTest(), TH1::KolmogorovTest(), main(), TPainter3dAlgorithms::MarchingCubeSurfacePenetration(), TMinuit::mncros(), TProfile::Multiply(), TGeoShape::NormalPhi(), operator!=(), ROOT::Minuit2::MnFunctionCross::operator()(), TAlienCollection::OverlapCollection(), TSpectrum2Painter::Paint(), RooFitResult::plotOn(), TPythia6::Pyinit(), R__CreateEmulatedElement(), TGeoPainter::Raytrace(), regexp(), TView3D::ResetView(), RooCmdArg::RooCmdArg(), RooEllipse::RooEllipse(), TGeoShape::SafetyPhi(), TGeoTubeSeg::SafetyS(), TSpectrum3::SearchFast(), TSpectrum3::SearchHighRes(), TSpectrum2::SearchHighRes(), TUrl::SetUrl(), stressSymPosInversion(), testBinarySearch(), testIntegPerf(), TMVA::MethodBase::TestRegression(), TGLFaceSet::TGLFaceSet(), and while().

TServerSocket* ss = new TServerSocket(9090, kTRUE)