Variables

example_ev Namespace Reference

Variables

dictionary events

Variable Documentation

dictionary example_ev::events
Initial value:
00001 {
00002     "tested" : {
00003         "EV_PING" : "Description of the PING event",
00004         "EV_OTHER" : "Other event"
00005     },
00006     "tester" : {
00007         "EV_PONG" : "Description of the PONG event"
00008     },
00009 }