Module ids

Module ids 

Source
Expand description

Standardized test ID constructors. Standardized test ID constructors.

All functions prefix the name component with test_ so that test-originated IDs are distinguishable from production ones.

Functionsยง

test_actor_id
Create a test ActorId with pid 0.
test_actor_id_with_pid
Create a test ActorId with a custom pid.
test_port_id
Create a test PortId with pid 0.
test_port_id_with_pid
Create a test PortId with a custom pid.
test_proc_id
Create a test ProcId with a local channel address and name "test_{name}".
test_proc_id_with_addr
Create a test ProcId with a custom address and name "test_{name}".