<< Connection Connection Connection_destroy >>

RTCscilab >> NamingService > Connection > Connection_create

Connection_create

Create Reference of Connection

Calling Sequence

cn=Connection_create(portA, portB)

Parameters

cn

Handle of Connection.

portA

Handle of Port

portB

Handle of Port

Description

This function create Connection

Examples

p1=RTObject_getPort(rto, "in");
p2=RTObject_getPort(rto, "in");
connection=Connection_create(p1, p2);

See Also

Authors

<< Connection Connection Connection_destroy >>