Changes to vscp.h #287
grodansparadis
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The structures in vscp.h for events now is typedefed as vscp_event_t and vscp_event_ex_t. The old vscpEvent and vscpEventEx is still available for backward compatibility.
****Also
vscpEventFilter has change to vscp_event_filter_t
VSCPStatistics to vscp_statistics_t
and
VSCPStatus to vscp_status_t
Old typedefs are still available for compatibility with legacy code.
All reactions