Changes between Version 2 and Version 3 of PDAF_get_state
- Timestamp:
- Jan 15, 2015, 1:57:20 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF_get_state
v2 v3 21 21 * `status`: The integer status flag. It is zero, if `PDAF_get_state` is exited without errors. 22 22 23 The specifications of the user-supplied routines (`U_next_observation`, `U_distribute_state`, `U_prepoststep` are documented on the page on [InsertAnalysisStep inserting the analysis step].23 The specifications of the user-supplied routines (`U_next_observation`, `U_distribute_state`, `U_prepoststep`) are documented on the page on [InsertAnalysisStep inserting the analysis step]. 24 24 25 25 PDAF also has a [PdafSimplifiedInterface Simplified Interface] providing the routine `PDAF_get_state_si`. In the simplified interface, the names of all user-supplied call back routines are predefined such that they not appear in the call to `PDAF_get_state_si`. More information on the pre-defined names is provided in the [PdafSimplifiedInterface documentation of PDAF's simplified interface].