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

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.74/] [tools/] [src/] [librw11/] [Rw11Rdma.ipp] - Blame information for rev 38

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 28 wfjm
// $Id: Rw11Rdma.ipp 627 2015-01-04 11:36:37Z mueller $
2
//
3
// Copyright 20154- by Walter F.J. Mueller 
4
//
5
// This program is free software; you may redistribute and/or modify it under
6
// the terms of the GNU General Public License as published by the Free
7
// Software Foundation, either version 2, or at your option any later version.
8
//
9
// This program is distributed in the hope that it will be useful, but
10
// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY
11
// or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
12
// for complete details.
13
//
14
// Revision History:
15
// Date         Rev Version  Comment
16
// 2015-01-04   627   1.0    Initial version
17
// ---------------------------------------------------------------------------
18
 
19
/*!
20
  \file
21
  \version $Id: Rw11Rdma.ipp 627 2015-01-04 11:36:37Z mueller $
22
  \brief   Implemenation (inline) of Rw11Rdma.
23
*/
24
 
25
// all method definitions in namespace Retro
26
namespace Retro {
27
 
28
//------------------------------------------+-----------------------------------
29
//! FIXME_docs
30
 
31
inline Rw11Cntl& Rw11Rdma::CntlBase() const
32
{
33
  return *fpCntlBase;
34
}
35
 
36
//------------------------------------------+-----------------------------------
37
//! FIXME_docs
38
 
39
inline Rw11Cpu& Rw11Rdma::Cpu() const
40
{
41
  return fpCntlBase->Cpu();
42
}
43
 
44
//------------------------------------------+-----------------------------------
45
//! FIXME_docs
46
 
47
inline Rw11& Rw11Rdma::W11() const
48
{
49
  return fpCntlBase->W11();
50
}
51
 
52
//------------------------------------------+-----------------------------------
53
//! FIXME_docs
54
 
55
inline RlinkServer& Rw11Rdma::Server() const
56
{
57
  return fpCntlBase->Server();
58
}
59
 
60
//------------------------------------------+-----------------------------------
61
//! FIXME_docs
62
 
63
inline RlinkConnect& Rw11Rdma::Connect() const
64
{
65
  return fpCntlBase->Connect();
66
}
67
 
68
//------------------------------------------+-----------------------------------
69
//! FIXME_docs
70
 
71
inline RlogFile& Rw11Rdma::LogFile() const
72
{
73
  return fpCntlBase->LogFile();
74
}
75
 
76
//------------------------------------------+-----------------------------------
77
//! FIXME_docs
78
 
79
inline size_t Rw11Rdma::ChunkSize() const
80
{
81
  return fChunksize;
82
}
83
 
84
//------------------------------------------+-----------------------------------
85
//! FIXME_docs
86
 
87
inline bool Rw11Rdma::IsActive() const
88
{
89
  return fStatus != kStatusDone;
90
}
91
 
92
//------------------------------------------+-----------------------------------
93
//! FIXME_docs
94
 
95
inline const Rstats& Rw11Rdma::Stats() const
96
{
97
  return fStats;
98
}
99
 
100
} // end namespace Retro

powered by: WebSVN 2.1.0

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