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

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.6/] [tools/] [src/] [librlinktpp/] [RtclRlinkConnect.hpp] - Rev 40

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

// $Id: RtclRlinkConnect.hpp 492 2013-02-24 22:14:47Z mueller $
//
// Copyright 2011-2013 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
//
// 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
// Software Foundation, either version 2, or at your option any later version.
//
// This program is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY
// or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
// for complete details.
// 
// Revision History: 
// Date         Rev Version  Comment
// 2013-02-23   492   1.0.3  use RlogFile.Name(); use Context().ErrorCount()
// 2013-01-06   473   1.0.2  add M_rawio
// 2011-11-28   434   1.0.1  ConfigBase(): use uint32_t for lp64 compatibility
// 2011-03-27   374   1.0    Initial version
// 2011-02-11   360   0.1    First draft
// ---------------------------------------------------------------------------
 
/*!
  \file
  \version $Id: RtclRlinkConnect.hpp 492 2013-02-24 22:14:47Z mueller $
  \brief   Declaration of class RtclRlinkConnect.
*/
 
#ifndef included_Retro_RtclRlinkConnect
#define included_Retro_RtclRlinkConnect 1
 
#include <cstddef>
#include <string>
 
#include "librtcltools/RtclOPtr.hpp"
#include "librtcltools/RtclProxyOwned.hpp"
 
#include "librlink/RlinkConnect.hpp"
 
namespace Retro {
 
  class RtclRlinkConnect : public RtclProxyOwned<RlinkConnect> {
    public:
                    RtclRlinkConnect(Tcl_Interp* interp, const char* name);
                   ~RtclRlinkConnect();
 
    protected:
      int           M_open(RtclArgs& args);
      int           M_close(RtclArgs& args);
      int           M_exec(RtclArgs& args);
      int           M_amap(RtclArgs& args);
      int           M_errcnt(RtclArgs& args);
      int           M_wtlam(RtclArgs& args);
      int           M_oob(RtclArgs& args);
      int           M_rawio(RtclArgs& args);
      int           M_stats(RtclArgs& args);
      int           M_log(RtclArgs& args);
      int           M_print(RtclArgs& args);
      int           M_dump(RtclArgs& args);
      int           M_config(RtclArgs& args);
      int           M_default(RtclArgs& args);
 
      bool          GetAddr(RtclArgs& args, RlinkConnect& conn, uint16_t& addr);
      bool          GetVarName(RtclArgs& args, const char* argname, 
                               size_t nind, std::vector<std::string>& varname);
      bool          ConfigBase(RtclArgs& args, uint32_t& base);
      bool          ClistNonEmpty(RtclArgs& args, 
                                  const RlinkCommandList& clist);
 
    protected:
      RtclOPtr      fCmdnameObj[8];
  };
 
} // end namespace Retro
 
//#include "RtclRlinkConnect.ipp"
 
#endif
 

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

powered by: WebSVN 2.1.0

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