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

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.7/] [tools/] [src/] [librlink/] [RlinkCommandList.ipp] - Blame information for rev 36

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 27 wfjm
// $Id: RlinkCommandList.ipp 606 2014-11-24 07:08:51Z mueller $
2 10 wfjm
//
3 27 wfjm
// Copyright 2011-2014 by Walter F.J. Mueller 
4 10 wfjm
//
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 27 wfjm
// 2014-11-23   606   1.2    new rlink v4 iface
17 19 wfjm
// 2013-05-06   495   1.0.1  add RlinkContext to Print() args; drop oper<<()
18 10 wfjm
// 2011-03-05   366   1.0    Initial version
19
// 2011-01-15   355   0.1    First draft
20
// ---------------------------------------------------------------------------
21
 
22
/*!
23
  \file
24 27 wfjm
  \version $Id: RlinkCommandList.ipp 606 2014-11-24 07:08:51Z mueller $
25 10 wfjm
  \brief   Implemenation (inline) of class RlinkCommandList.
26
*/
27
 
28
 
29 19 wfjm
// all method definitions in namespace Retro
30 10 wfjm
namespace Retro {
31
 
32
//------------------------------------------+-----------------------------------
33 19 wfjm
//! FIXME_docs
34 10 wfjm
 
35 27 wfjm
inline void RlinkCommandList::SetLaboIndex(int ind)
36
{
37
  fLaboIndex = ind;
38
  return;
39
}
40
 
41
//------------------------------------------+-----------------------------------
42
//! FIXME_docs
43
 
44
inline void RlinkCommandList::ClearLaboIndex()
45
{
46
  fLaboIndex = -1;
47
  return;
48
}
49
 
50
//------------------------------------------+-----------------------------------
51
//! FIXME_docs
52
 
53
inline int RlinkCommandList::LaboIndex() const
54
{
55
  return fLaboIndex;
56
}
57
 
58
//------------------------------------------+-----------------------------------
59
//! FIXME_docs
60
 
61
inline bool RlinkCommandList::LaboActive() const
62
{
63
  return fLaboIndex >= 0;
64
}
65
 
66
//------------------------------------------+-----------------------------------
67
//! FIXME_docs
68
 
69 10 wfjm
inline size_t RlinkCommandList::Size() const
70
{
71
  return fList.size();
72
}
73
 
74
} // end namespace Retro

powered by: WebSVN 2.1.0

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