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

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.7/] [tools/] [src/] [librwxxtpp/] [RtclRw11.hpp] - Blame information for rev 36

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

Line No. Rev Author Line
1 30 wfjm
// $Id: RtclRw11.hpp 660 2015-03-29 22:10:16Z mueller $
2 19 wfjm
//
3 30 wfjm
// Copyright 2013-2015 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
4 19 wfjm
//
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 30 wfjm
// 2015-03-28   660   1.0.1  add M_get
17 19 wfjm
// 2013-03-06   495   1.0    Initial version
18
// 2013-01-27   478   0.1    First draft
19
// ---------------------------------------------------------------------------
20
 
21
/*!
22
  \file
23 30 wfjm
  \version $Id: RtclRw11.hpp 660 2015-03-29 22:10:16Z mueller $
24 19 wfjm
  \brief   Declaration of class RtclRw11.
25
*/
26
 
27
#ifndef included_Retro_RtclRw11
28
#define included_Retro_RtclRw11 1
29
 
30
#include <cstddef>
31
#include <string>
32
 
33
#include "boost/shared_ptr.hpp"
34
 
35
#include "librtcltools/RtclProxyOwned.hpp"
36 30 wfjm
#include "librtcltools/RtclGetList.hpp"
37 19 wfjm
 
38
#include "librlink/RlinkServer.hpp"
39
#include "librw11/Rw11.hpp"
40
 
41
namespace Retro {
42
 
43
  class RtclRw11 : public RtclProxyOwned<Rw11> {
44
    public:
45
                    RtclRw11(Tcl_Interp* interp, const char* name);
46
                   ~RtclRw11();
47
 
48
      virtual int   ClassCmdConfig(RtclArgs& args);
49
 
50
    protected:
51 30 wfjm
      int           M_get(RtclArgs& args);
52 19 wfjm
      int           M_start(RtclArgs& args);
53
      int           M_dump(RtclArgs& args);
54
      int           M_default(RtclArgs& args);
55
 
56
    protected:
57
      boost::shared_ptr<RlinkServer> fspServ;
58 30 wfjm
      RtclGetList   fGets;
59 19 wfjm
  };
60
 
61
} // end namespace Retro
62
 
63
//#include "RtclRw11.ipp"
64
 
65
#endif

powered by: WebSVN 2.1.0

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