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

Annotation of /chewbacca/PamOffLineSW/State.h

Parent Directory Parent Directory | Revision Log Revision Log


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

1 mocchiut 1.1 #ifndef STATE_H_
2     #define STATE_H_
3     #include "PamInclude.h"
4    
5     namespace PamOffLineSW
6     {
7    
8     class State
9     {
10    
11     public:
12    
13     virtual ~State(){};
14     //void processData(char* data, int data_lenght);
15     virtual void readInput(char inputbyte) =0;
16     };
17    
18     }
19    
20     #endif /*STATE_H_*/

  ViewVC Help
Powered by ViewVC 1.1.23