 CONST
    cmc$max_ports_per_data_storage = 4;

  TYPE
    cmt$data_storage_port_number = 0 .. cmc$max_ports_per_data_storage - 1;
