/[PAMELA software]/chewbacca/PamOffLineSW/R0_Init_State.h
ViewVC logotype

Contents of /chewbacca/PamOffLineSW/R0_Init_State.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (download) (vendor branch)
Tue Sep 23 07:20:11 2008 UTC (16 years, 2 months ago) by mocchiut
Branch: v0r00, MAIN
CVS Tags: v1r02, v1r00, v1r01, start, v10RED, v9r00, v9r01, HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
Imported sources, 23/09/2008

1 #ifndef R0_INIT_STATE_H_
2 #define R0_INIT_STATE_H_
3
4 #include "State.h"
5
6 namespace PamOffLineSW
7 {
8
9 class R0_Init_State : public PamOffLineSW::State
10 {
11 public:
12 virtual ~R0_Init_State();
13 void readInput(char inputbyte);
14 static R0_Init_State& getInstance(){return instance;}
15 private:
16 R0_Init_State();
17 static R0_Init_State instance;
18 };
19
20 }
21
22 #endif /*R0_INIT_STATE_H_*/

  ViewVC Help
Powered by ViewVC 1.1.23