Librasta & Libsci
A C implementation of the RaSTA protocol stack
|
#include <notification.h>
Data Fields | |
on_diagnostics_available_red_ptr | on_diagnostics_available |
on_new_connection_ptr | on_new_connection |
representation of the notifications that are available for the redundancy layer
on_diagnostics_available_red_ptr rasta_redundancy_notifications::on_diagnostics_available |
the assigned function is called when diagnose information of a transport channel is available. The function will be called in a separate thread
on_new_connection_ptr rasta_redundancy_notifications::on_new_connection |
the assigned function is called when a new redundancy channel has sent data to this entity. The function will be called in a separate thread