OSDN Git Service

* public snapshot of sid simulator
[pf3gnuchains/pf3gnuchains3x.git] / sid / component / lcd / testsuite / hd-europe.h
1 // hd-europe.h - description.  -*- C++ -*-
2
3 // Copyright (C) 1999, 2000 Red Hat.
4 // This file is part of SID and is licensed under the GPL.
5 // See the file COPYING.SID for conditions for redistribution.
6
7 #ifndef HD_EUROPE_DEF_H
8 #define HD_EUROPE_DEF_H 1
9
10 #include "hd-tester.h"
11
12 class hd_europe : public HD44780U_tester {
13 private:
14
15   enum {
16     SHOW = LAST_BASE_STATE,
17     RESTORE
18   };
19
20   void init();
21   void show();
22
23   uchar curr_char;
24   int shift_count;
25
26   string snap_shot;
27   
28   virtual void run( host_int_4 );
29
30 public:
31
32   hd_europe() {}
33
34   ~hd_europe() {}
35 };
36
37 #endif // HD_EUROPE_DEF_H