parport
/build/rock-master-18.09-drivers-orogen-parport-0.20160617/parportTypes.hh
Go to the documentation of this file.
1 
2 #ifndef __PARPORTTYPES_HH__
3 #define __PARPORTTYPES_HH__
4 
5 #include <base/Time.hpp>
6 
7 namespace parport {
8 
9  struct StateChange {
10  base::Time time;
11  bool rising;
12  };
13 
14 };
15 
16 #endif /*__PARPORTTYPES_HH__*/
base::Time time
Definition: parportTypes.hh:10
bool rising
Definition: parportTypes.hh:11
Definition: parportTypes.hh:7
Definition: parportTypes.hh:9