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

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.7/] [tools/] [src/] [librlink/] [RlinkConnect.ipp] - Diff between revs 29 and 30

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

Rev 29 Rev 30
Line 1... Line 1...
// $Id: RlinkConnect.ipp 632 2015-01-11 12:30:03Z mueller $
// $Id: RlinkConnect.ipp 666 2015-04-12 21:17:54Z mueller $
//
//
// Copyright 2011-2015 by Walter F.J. Mueller 
// Copyright 2011-2015 by Walter F.J. Mueller 
//
//
// 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 11... Line 11...
// or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
// or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
// for complete details.
// for complete details.
//
//
// Revision History:
// Revision History:
// Date         Rev Version  Comment
// Date         Rev Version  Comment
 
// 2015-04-12   666   2.2    add LinkInit,LinkInitDone; transfer xon
// 2015-01-06   631   2.1    full rlink v4 implementation
// 2015-01-06   631   2.1    full rlink v4 implementation
// 2013-03-05   495   1.2.1  add Exec() without emsg (will send emsg to LogFile)
// 2013-03-05   495   1.2.1  add Exec() without emsg (will send emsg to LogFile)
// 2013-02-23   492   1.2    use scoped_ptr for Port; Close allways allowed
// 2013-02-23   492   1.2    use scoped_ptr for Port; Close allways allowed
//                           use RlinkContext, add Context(), Exec(..., cntx)
//                           use RlinkContext, add Context(), Exec(..., cntx)
// 2013-02-22   491   1.1    use new RlogFile/RlogMsg interfaces
// 2013-02-22   491   1.1    use new RlogFile/RlogMsg interfaces
Line 23... Line 24...
// 2011-01-15   356   0.1    First draft
// 2011-01-15   356   0.1    First draft
// ---------------------------------------------------------------------------
// ---------------------------------------------------------------------------
 
 
/*!
/*!
  \file
  \file
  \version $Id: RlinkConnect.ipp 632 2015-01-11 12:30:03Z mueller $
  \version $Id: RlinkConnect.ipp 666 2015-04-12 21:17:54Z mueller $
  \brief   Implemenation (inline) of RlinkConnect.
  \brief   Implemenation (inline) of RlinkConnect.
*/
*/
 
 
// all method definitions in namespace Retro
// all method definitions in namespace Retro
namespace Retro {
namespace Retro {
Line 49... Line 50...
}
}
 
 
//------------------------------------------+-----------------------------------
//------------------------------------------+-----------------------------------
//! FIXME_docs
//! FIXME_docs
 
 
 
inline bool RlinkConnect::LinkInitDone() const
 
{
 
  return fLinkInitDone;
 
}
 
 
 
//------------------------------------------+-----------------------------------
 
//! FIXME_docs
 
 
inline RlinkContext& RlinkConnect::Context()
inline RlinkContext& RlinkConnect::Context()
{
{
  return fContext;
  return fContext;
}
}
 
 

powered by: WebSVN 2.1.0

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