]> git.tdb.fi Git - r2c2.git/blob - source/libr2c2/beamgatetype.h
Basic support for beam gate sensors
[r2c2.git] / source / libr2c2 / beamgatetype.h
1 #ifndef LIBR2C2_BEAMGATETYPE_H_
2 #define LIBR2C2_BEAMGATETYPE_H_
3
4 #include "objecttype.h"
5
6 namespace R2C2 {
7
8 class BeamGateType: public ObjectType
9 {
10 private:
11         BeamGateType();
12 public:
13         static const BeamGateType &instance();
14 };
15
16 } // namespace R2C2
17
18 #endif