serial_linkage Interface

public interface serial_linkage

Contents


Module Procedures

private function sl_init(lnks) result(rst)

Initializes a new serial_linkage object.

Arguments

Type IntentOptional Attributes Name
class(binary_link), intent(in), dimension(:) :: lnks

A collection of binary_link objects. The collection starts with the first link and progresses to the end-effector in a sequential manner.

Return Value type(serial_linkage)

The serial_linkage instance.