Variables
topics Namespace Reference

Variables

list TOPICS
 The callback function must contain the 'data' variable that will receive the message, plus have a topic variable which must not be manipulated. More...
 

Variable Documentation

◆ TOPICS

list topics.TOPICS
Initial value:
1 = [
2 
15 
16  # ConnectionStatus
17  {
18  'topic' : '/connectionStatus',
19  'msg' : SignalInformation,
20  'sleep' : 5,
21  },
22  # NodesStatus
23  {
24  'topic' : '/nodesStatus',
25  'msg' : NodesInformation,
26  'sleep' : 5,
27  'callback': dc.diffStore
28  }
29 ]

The callback function must contain the 'data' variable that will receive the message, plus have a topic variable which must not be manipulated.

Definition at line 32 of file topics.py.



cedri_node_monitoring
Author(s): Andre Luis Frana
autogenerated on Sat Jul 1 2023 02:34:25