setp(p,AM,pr)

Assign the AM to the point p with priority pr.

setc(c,F)

Send function/procedure F to the channel c; the receiver AM should use function getc(c,F).

setcm(c,ms)

Send text block ms to the channel c; the receiver AM should use function getcm(c,ms).