Skip to main content

pio_balanced_network_branch_route_point_at

Function pio_balanced_network_branch_route_point_at 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pio_balanced_network_branch_route_point_at( network: *const PioBalancedNetwork, branch_index: usize, point_index: usize, output: *mut PioBalancedLocationView, error: *mut *mut PioError, ) -> bool
Expand description

Read one point from an explicitly stored balanced branch route.

ยงSafety

Pointers and handles must satisfy the crate-level safety requirements.