Librasta & Libsci
A C implementation of the RaSTA protocol stack
Data Fields
rasta_redundancy_notifications Struct Reference

#include <notification.h>

Collaboration diagram for rasta_redundancy_notifications:
Collaboration graph
[legend]

Data Fields

on_diagnostics_available_red_ptr on_diagnostics_available
 
on_new_connection_ptr on_new_connection
 

Detailed Description

representation of the notifications that are available for the redundancy layer

Field Documentation

◆ on_diagnostics_available

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

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


The documentation for this struct was generated from the following file: