All Classes Functions Variables Typedefs Friends Pages
IEtaTrigger.h
1 //------------------------------------------------------------------------------
2 //
3 // Copyright (c) 2015 Glympse Inc. All rights reserved.
4 //
5 //------------------------------------------------------------------------------
6 
7 #ifndef IETATRIGGER_H__GLYMPSE__
8 #define IETATRIGGER_H__GLYMPSE__
9 
10 namespace Glympse
11 {
12 
16 /*O*public**/ struct IEtaTrigger : public ITrigger
17 {
21  public: virtual GTicket getEtaTicket() = 0;
22 
26  public: virtual int64 getThreshold() = 0;
27 
32  public: virtual int32 getTransition() = 0;
33 
34 };
35 
36 /*C*/typedef O< IEtaTrigger > GEtaTrigger;
37 
38 }
39 
40 #endif // !IETATRIGGER_H__GLYMPSE__