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

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.61/] [tools/] [src/] [librw11/] [Rw11UnitTerm.ipp] - Blame information for rev 26

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 20 wfjm
// $Id: Rw11UnitTerm.ipp 508 2013-04-20 18:43:28Z mueller $
2 19 wfjm
//
3
// Copyright 2013- 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 20 wfjm
// 2013-04-20   508   1.0.1  add 7bit and non-printable masking; add log file
17 19 wfjm
// 2013-04-13   504   1.0    Initial version
18
// 2013-03-02   493   0.1    First draft
19
// ---------------------------------------------------------------------------
20
 
21
/*!
22
  \file
23 20 wfjm
  \version $Id: Rw11UnitTerm.ipp 508 2013-04-20 18:43:28Z mueller $
24 19 wfjm
  \brief   Implemenation (inline) of Rw11UnitTerm.
25
*/
26
 
27
// all method definitions in namespace Retro
28
namespace Retro {
29
 
30
//------------------------------------------+-----------------------------------
31
//! FIXME_docs
32
 
33 20 wfjm
inline void Rw11UnitTerm::SetTo7bit(bool to7bit)
34 19 wfjm
{
35 20 wfjm
  fTo7bit = to7bit;
36 19 wfjm
  return;
37
}
38
 
39
//------------------------------------------+-----------------------------------
40
//! FIXME_docs
41
 
42 20 wfjm
inline void Rw11UnitTerm::SetToEnpc(bool toenpc)
43 19 wfjm
{
44 20 wfjm
  fToEnpc = toenpc;
45
  return;
46 19 wfjm
}
47
 
48 20 wfjm
//------------------------------------------+-----------------------------------
49
//! FIXME_docs
50
 
51
inline void Rw11UnitTerm::SetTi7bit(bool ti7bit)
52
{
53
  fTi7bit = ti7bit;
54
  return;
55
}
56
 
57
//------------------------------------------+-----------------------------------
58
//! FIXME_docs
59
 
60
inline bool Rw11UnitTerm::To7bit() const
61
{
62
  return fTo7bit;
63
}
64
 
65
//------------------------------------------+-----------------------------------
66
//! FIXME_docs
67
 
68
inline bool Rw11UnitTerm::ToEnpc() const
69
{
70
  return fToEnpc;
71
}
72
 
73
//------------------------------------------+-----------------------------------
74
//! FIXME_docs
75
 
76
inline bool Rw11UnitTerm::Ti7bit() const
77
{
78
  return fTi7bit;
79
}
80
 
81
//------------------------------------------+-----------------------------------
82
//! FIXME_docs
83
 
84
inline const std::string& Rw11UnitTerm::Log() const
85
{
86
  return fLogFname;
87
}
88
 
89 19 wfjm
} // end namespace Retro

powered by: WebSVN 2.1.0

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