Name: spe/resources/topics.xml 
1:
<!--
2:
  This file is part of CPEE.
3:
 
4:
  CPEE is free software: you can redistribute it and/or modify it under the terms
5:
  of the GNU General Public License as published by the Free Software Foundation,
6:
  either version 3 of the License, or (at your option) any later version.
7:
 
8:
  CPEE is distributed in the hope that it will be useful, but WITHOUT ANY
9:
  WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
10:
  PARTICULAR PURPOSE.  See the GNU General Public License for more details.
11:
 
12:
  You should have received a copy of the GNU General Public License along with
13:
  CPEE (file COPYING in the main directory).  If not, see
14:
  <http://www.gnu.org/licenses/>.
15:
-->
16:
 
17:
<topics xmlns='http://riddl.org/ns/common-patterns/notifications-producer/1.0'>
18:
  <topic id='running'>
19:
    <event>activity_calling</event>
20:
    <event>activity_receiving</event>
21:
    <event>activity_failed</event>
22:
    <event>activity_status</event>
23:
    <event>activity_manipulating</event>
24:
    <event>activity_done</event>
25:
    <vote>syncing_before</vote>
26:
    <vote>syncing_after</vote>
27:
  </topic>
28:
  <topic id='properties/position'>
29:
    <event>change</event>
30:
  </topic>
31:
  <topic id='properties/description'>
32:
    <event>change</event>
33:
    <event>error</event>
34:
    <vote>modify</vote>
35:
  </topic>
36:
  <topic id='properties/state'>
37:
    <event>change</event>
38:
    <vote>change</vote>
39:
  </topic>
40:
  <topic id='properties/status'>
41:
    <event>change</event>
42:
  </topic>
43:
  <topic id='properties/dataelements'>
44:
    <event>change</event>
45:
  </topic>
46:
  <topic id='properties/endpoints'>
47:
    <event>change</event>
48:
  </topic>
49:
  <topic id='properties/handlerwrapper'>
50:
    <event>change</event>
51:
    <event>result</event>
52:
  </topic>
53:
  <topic id='properties/handlers'>
54:
    <event>change</event>
55:
    <event>error</event>
56:
    <event>debug</event>
57:
    <event>info</event>
58:
  </topic>
59:
  <topic id='simulating'>
60:
    <event>step</event>
61:
  </topic>
62:
  <topic id='semantic'>
63:
    <event>alert</event>
64:
    <event>geolocation</event>
65:
    <event>sensor</event>
66:
    <event>co2</event>
67:
    <event>oee</event>
68:
    <event>energyconsumption</event>
69:
  </topic>
70:
</topics>