UEventsSender.h
Go to the documentation of this file.
1 /*
2  * UEventsSender.h
3  *
4  * Created on: 2013-10-14
5  * Author: Mathieu
6  */
7 
8 #ifndef UEVENTSSENDER_H_
9 #define UEVENTSSENDER_H_
10 
11 #include "rtabmap/utilite/UtiLiteExp.h" // DLL export/import defines
12 
13 class UEvent;
14 
16 {
17 public:
19  virtual ~UEventsSender();
20 
21 protected:
22 
27  void post(UEvent * event, bool async = true) const;
28 };
29 
30 
31 #endif /* UEVENTSSENDER_H_ */
Definition: UEvent.h:57
#define UTILITE_EXP
Definition: UtiLiteExp.h:33


rtabmap
Author(s): Mathieu Labbe
autogenerated on Wed Jun 5 2019 22:43:40