Replies: 1 comment
-
Events could be created internally – by the same app, which will process the event; or even by other applications. Moreover, events could be created due to
For Event handling, the concept provides callback methods. For instance, the An RSU application, which would like to be called back An overview of all application interfaces could be found in the Documentation - application simulator |
Beta Was this translation helpful? Give feedback.
-
I am having a difficult time understanding the difference between CAM/DENM messages and Events. It looks like Roadside Units and Servers can't directly receive V2X messages, since they don't have the OnMessageReceived() method.
It seems like the processEvent() method is what needs to be used here, for example, for the server to generate DEN messages. How do I go about turning CAM and sensor information into an event that the RSU's and server can process?
I looked through the example applications and am confused by what the EventProcessor does/how to create one.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions