Changes between Version 1 and Version 2 of PDAF_get_state_si


Ignore:
Timestamp:
Jan 15, 2015, 2:27:50 PM (9 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF_get_state_si

    v1 v2  
    33This page documents the routine `PDAF_get_state_si` of PDAF.
    44
    5 `PDAF_get_state_si` is the variant of [wiki:PDAF_get_state PDAF_get_state_si] with the [PdafSimplifiedInterface simplified interface]. The difference between both routines is that in the simplified interface the names of the call-back subroutines are not specified. Instead the routine assumes that the call-back routines have a standard name as specified at the end of this page.
     5`PDAF_get_state_si` is the variant of [wiki:PDAF_get_state PDAF_get_state] with the [PdafSimplifiedInterface simplified interface]. The difference between both routines is that in the simplified interface the names of the call-back subroutines are not specified. Instead the routine assumes that the call-back routines have a standard name as specified at the end of this page.
    66
    77The routine `PDAF_get_state_si` has to be called once at the end of the initialization of PDAF. Usually, the call will be added to the routine `init_pdaf` that is discussed on the [InitPdaf page on initializing PDAF].