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

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.7/] [tools/] [src/] [librlink/] [RlinkCommandExpect.hpp] - Diff between revs 10 and 19

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

Rev 10 Rev 19
Line 1... Line 1...
// $Id: RlinkCommandExpect.hpp 375 2011-04-02 07:56:47Z mueller $
// $Id: RlinkCommandExpect.hpp 492 2013-02-24 22:14:47Z mueller $
//
//
// Copyright 2011- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
// Copyright 2011- 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
Line 18... Line 18...
// ---------------------------------------------------------------------------
// ---------------------------------------------------------------------------
 
 
 
 
/*!
/*!
  \file
  \file
  \version $Id: RlinkCommandExpect.hpp 375 2011-04-02 07:56:47Z mueller $
  \version $Id: RlinkCommandExpect.hpp 492 2013-02-24 22:14:47Z mueller $
  \brief   Declaration of class RlinkCommandExpect.
  \brief   Declaration of class RlinkCommandExpect.
*/
*/
 
 
#ifndef included_Retro_RlinkCommandExpect
#ifndef included_Retro_RlinkCommandExpect
#define included_Retro_RlinkCommandExpect 1
#define included_Retro_RlinkCommandExpect 1
Line 66... Line 66...
 
 
      bool          StatusIsChecked() const;
      bool          StatusIsChecked() const;
      bool          DataIsChecked() const;
      bool          DataIsChecked() const;
      bool          BlockIsChecked(size_t ind) const;
      bool          BlockIsChecked(size_t ind) const;
 
 
 
 
      void          Dump(std::ostream& os, int ind=0, const char* text=0) const;
      void          Dump(std::ostream& os, int ind=0, const char* text=0) const;
 
 
    protected:
    protected:
      uint8_t       fStatusVal;             //!< status value
      uint8_t       fStatusVal;             //!< status value
      uint8_t       fStatusMsk;             //!< status mask
      uint8_t       fStatusMsk;             //!< status mask
Line 80... Line 79...
      std::vector<uint16_t> fBlockMsk;      //!< block mask
      std::vector<uint16_t> fBlockMsk;      //!< block mask
  };
  };
 
 
} // end namespace Retro
} // end namespace Retro
 
 
#if !(defined(Retro_NoInline) || defined(Retro_RlinkCommandExpect_NoInline))
 
#include "RlinkCommandExpect.ipp"
#include "RlinkCommandExpect.ipp"
#endif
 
 
 
#endif
#endif
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

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