ChirpSim
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Friends
Macros
include
sensor.h
Go to the documentation of this file.
1
#ifndef SENSOR_H
2
#define SENSOR_H
3
4
#include "
PhysicalObjects/physicalobject.h
"
5
10
class
Sensor
11
{
12
public
:
17
virtual
unsigned
value
() = 0;
18
22
virtual
void
update
() = 0;
23
28
virtual
PhysicalObject
*
objectHit
() = 0;
29
};
30
31
#endif // SENSOR_H
Generated on Tue Jun 18 2013 18:44:13 for ChirpSim by
1.8.4