iplSourceCreate

Function iplSourceCreate 

Source
pub unsafe extern "C" fn iplSourceCreate(
    simulator: IPLSimulator,
    settings: *mut IPLSourceSettings,
    source: *mut IPLSource,
) -> IPLerror
Expand description

Creates a simulation source.

\param simulator The simulator with which this source will be used. \param settings The settings to use for creating the source. \param source [out] The created source.

\return Status code indicating whether or not the operation succeeded.