Query: Subroutines that are connected to a given procedural statechartPurpose: Returns the subroutines in the input list that are connected to the specified procedural statechartstm_r_sb_connected_to_ch (stm_list
in_list, int *status);
Query: Subroutines that are connected to a given procedural statechartPurpose: Returns the subroutines in the input list that are connected to the specified procedural statechartstm_r_sb_connected_to_sch (stm_list
in_list, int *status);
Query: Subroutines that are connected to a given FlowchartsPurpose: Returns the subroutines in the input list that are connected to the specified Flowchartstm_r_sb_connected_to_fch (stm_list
in_list, int *status);
Query: Subroutines defined in a given chartPurpose: Returns the subroutines that are explicitly defined in the charts in the input liststm_r_sb_defined_in_ch (stm_list in_list,
int *status);
Query: Subroutines defined or unresolved in a given chartPurpose: Returns the subroutines that are explicitly defined or unresolved in the charts in the input liststm_r_sb_def_or_unres_in_ ch (stm_list
in_list, int *status);
Query: Subroutines unresolved in a given chartPurpose: Returns the subroutines that are unresolved in the charts in the input liststm_r_sb_unresolved_in_ch (stm_list
in_list, int *status);