pub unsafe extern "C" fn iplSimulatorSetSharedInputs(
    simulator: IPLSimulator,
    flags: IPLSimulationFlags,
    sharedInputs: *mut IPLSimulationSharedInputs
)
Expand description

Specifies simulation parameters that are not associated with any particular source.

\param simulator The simulator being used. \param flags The types of simulation for which to specify shared inputs. If, for example, direct and reflections simulations are being run on separate threads, you can call this function on the direct simulation thread with \c IPL_SIMULATIONFLAGS_DIRECT, and on the reflections simulation thread with \c IPL_SIMULATIONFLAGS_REFLECTIONS, without requiring any synchronization between the calls. \param sharedInputs The shared input parameters to set.