OpenCores
URL https://opencores.org/ocsvn/w11/w11/trunk

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.6/] [tools/] [src/] [librw11/] [Rw11VirtTerm.cpp] - Diff between revs 19 and 20

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 19 Rev 20
Line 1... Line 1...
// $Id: Rw11VirtTerm.cpp 504 2013-04-13 15:37:24Z mueller $
// $Id: Rw11VirtTerm.cpp 508 2013-04-20 18:43:28Z mueller $
//
//
// Copyright 2013- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
// Copyright 2013- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
//
//
// This program is free software; you may redistribute and/or modify it under
// This program is free software; you may redistribute and/or modify it under
// the terms of the GNU General Public License as published by the Free
// the terms of the GNU General Public License as published by the Free
Line 17... Line 17...
// 2013-02-13   488   0.1    First draft
// 2013-02-13   488   0.1    First draft
// ---------------------------------------------------------------------------
// ---------------------------------------------------------------------------
 
 
/*!
/*!
  \file
  \file
  \version $Id: Rw11VirtTerm.cpp 504 2013-04-13 15:37:24Z mueller $
  \version $Id: Rw11VirtTerm.cpp 508 2013-04-20 18:43:28Z mueller $
  \brief   Implemenation of Rw11VirtTerm.
  \brief   Implemenation of Rw11VirtTerm.
*/
*/
#include <memory>
#include <memory>
 
 
#include "librtools/RparseUrl.hpp"
#include "librtools/RparseUrl.hpp"
Line 47... Line 47...
Rw11VirtTerm::Rw11VirtTerm(Rw11Unit* punit)
Rw11VirtTerm::Rw11VirtTerm(Rw11Unit* punit)
  : Rw11Virt(punit),
  : Rw11Virt(punit),
    fChannelId(),
    fChannelId(),
    fRcvCb()
    fRcvCb()
{
{
  fStats.Define(kStatNVTRcvPoll,     "NVTRcvPoll",   "RcvPollHandler() calls");
  fStats.Define(kStatNVTRcvPoll,     "NVTRcvPoll", "VT RcvPollHandler() calls");
  fStats.Define(kStatNVTSnd,         "NVTSnd",       "Snd() calls");
  fStats.Define(kStatNVTSnd,         "NVTSnd",       "VT Snd() calls");
  fStats.Define(kStatNVTRcvByt,      "NVTRcvByt",    "bytes received");
  fStats.Define(kStatNVTRcvByt,      "NVTRcvByt",    "VT bytes received");
  fStats.Define(kStatNVTSndByt,      "NVTSndByt",    "bytes send");
  fStats.Define(kStatNVTSndByt,      "NVTSndByt",    "VT bytes send");
}
}
 
 
//------------------------------------------+-----------------------------------
//------------------------------------------+-----------------------------------
//! Destructor
//! Destructor
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.