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

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.74/] [tools/] [src/] [librlink/] [RlinkContext.hpp] - Diff between revs 19 and 30

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

Rev 19 Rev 30
Line 1... Line 1...
// $Id: RlinkContext.hpp 492 2013-02-24 22:14:47Z mueller $
// $Id: RlinkContext.hpp 661 2015-04-03 18:28:41Z mueller $
//
//
// Copyright 2013- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
// Copyright 2013-2015 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
// Software Foundation, either version 2, or at your option any later version.
// Software Foundation, either version 2, or at your option any later version.
//
//
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-03-28   660   1.1    add SetStatus(Value|Mask)()
// 2013-02-23   492   1.0    Initial version
// 2013-02-23   492   1.0    Initial version
// ---------------------------------------------------------------------------
// ---------------------------------------------------------------------------
 
 
 
 
/*!
/*!
  \file
  \file
  \version $Id: RlinkContext.hpp 492 2013-02-24 22:14:47Z mueller $
  \version $Id: RlinkContext.hpp 661 2015-04-03 18:28:41Z mueller $
  \brief   Declaration of class RlinkContext.
  \brief   Declaration of class RlinkContext.
*/
*/
 
 
#ifndef included_Retro_RlinkContext
#ifndef included_Retro_RlinkContext
#define included_Retro_RlinkContext 1
#define included_Retro_RlinkContext 1
Line 33... Line 34...
  class RlinkContext {
  class RlinkContext {
    public:
    public:
                    RlinkContext();
                    RlinkContext();
                   ~RlinkContext();
                   ~RlinkContext();
 
 
      void          SetStatus(uint8_t stat, uint8_t statmsk=0);
      void          SetStatus(uint8_t stat, uint8_t statmsk=0xff);
 
 
 
      void          SetStatusValue(uint8_t stat);
 
      void          SetStatusMask(uint8_t statmsk);
 
 
      uint8_t       StatusValue() const;
      uint8_t       StatusValue() const;
      uint8_t       StatusMask() const;
      uint8_t       StatusMask() const;
 
 
      bool          StatusIsChecked() const;
      bool          StatusIsChecked() const;

powered by: WebSVN 2.1.0

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