You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() The 'callback' function is a part of the 'Subscriber' class. Once the 'event' (or asynchronous message) is received, the 'Subscriber' object forwards the data to the 'Handler' object. With this approach, the 'event' processing algorithm can be defined in a Python subclass by the user. Each 'subscriber' class has a function that matches the C function pointer. But this function is a static method, shared with all instances of the class. In order to dispatch the message/data to the right instance, we maintain a dictionary of instantiated objects. Therfore, we have added the following internal services : * bool registerNewSubscriber(EventSubscriber*, id); * EventSubscriber* findSubscriber(id); * void unregisterSubscriber(id); |
5 years ago | |
---|---|---|
.. | ||
eventHandlers | 5 years ago | |
examples | 9 years ago | |
CMakeLists.txt | 7 years ago | |
iec61850.i | 5 years ago | |
test_pyiec61850.py | 9 years ago | |
tutorial.md | 9 years ago |