ConnectionPt Interface

public interface ConnectionPt

Module Procedures

private function new_connection_point_basic(component_name, v_pt) result(conn_pt)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: component_name
type(VirtualConnectionPt), intent(in) :: v_pt

Return Value type(ConnectionPt)

private function new_connection_point_simple(component_name, state_intent, short_name) result(conn_pt)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: component_name
character(len=*), intent(in) :: state_intent
character(len=*), intent(in) :: short_name

Return Value type(ConnectionPt)