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

Contents of /chewbacca/PamOffLineSW/R3_FAFEDE_State.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Tue Sep 23 07:20:09 2008 UTC (16 years, 2 months ago) by mocchiut
Branch point for: v0r00, MAIN
File MIME type: text/plain
Initial revision

1 #ifndef R3_FAFEDE_STATE_H_
2 #define R3_FAFEDE_STATE_H_
3
4 #include "State.h"
5 //#include "PamInclude.h"
6
7 namespace PamOffLineSW
8 {
9 class R3_FAFEDE_State : public PamOffLineSW::State
10 {
11 public:
12 virtual ~R3_FAFEDE_State();
13 void readInput(char inputbyte);
14 static R3_FAFEDE_State& getInstance(){return instance;}
15 private:
16 R3_FAFEDE_State();
17 static R3_FAFEDE_State instance;
18 void initHeaderPKT();
19 void resetHeaderPKT();
20 char headerPKT[LENGTH_HEADER_PKT];
21 static int posHeaderPKT;
22
23 };
24 }
25 #endif /*R3_FAFEDE_STATE_H_*/

  ViewVC Help
Powered by ViewVC 1.1.23