Type Definition rps_sys::RpsRpslEntry
source · pub type RpsRpslEntry = *const RpsRpslEntry_T;Expand description
@brief Type for RPSL entry point declarations.
An RpslEntry is defined by an export function entry in RPSL and usually statically linked or dynamically loaded into the application. It contains the signature info and the function entry point. Users can use the subsequent macros to define such an entry point for usage in their application when binding nodes.