|
DataMuseum.dkPresents historical artifacts from the history of: RC3500 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about RC3500 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 1536 (0x600) Types: TextFileVerbose Names: »feaosenv«
└─⟦a41ae585a⟧ Bits:30001842 SW-save af projekt 1000, Alarm-system └─⟦72244f0ef⟧ └─⟦this⟧ »feaosenv«
fe_aos_env; const fe_env_version = al_env_version*100 + 3; opsysname = "feaos "; no_listen = 10; max_lam = 0; (* max number-1 of lamdriver incarnations *) osif_stream_no = 3; tty_port = 7; (* stream 3502 funtions *) read_stream = 9; write_stream = 10; data_length = 80; tty_length= 80+label_size; type tty_buffer = record first, last, next : integer; text : array ( 1..tty_length ) of char end; \f (* semaphore numbers as index in ts_sem_tab *) const fesup_sem_no = 1; stream_sem_no = 2; osif_sem_no = 3; timeout_sem_no = 4; lam_sem_no = 5; tap_sem_no = 6; netc_sem_no = 7; tap_dte_sem_no = 9; tap_net_sem_no = 10; tap1_sem_no = 11; stream_xmit = 12; stream_rec = 13; pax_sem_1 = 14; pax_sem_2 = 15; pax_ncp_sem = 16; dte_sem_no = 17; fesup_write = 18; fesup_que = 19; com_pool = 20; pax_pool = 21; ts_sem_total = 25; dc_sem_no = fesup_sem_no; (* for FE with DC simulator instead of supervisor *) dc_int1 = 22; dc_int2 = 23; dc_int3 = 24; \f (* create parameters *) const fesup_size = create_unit; stream_size = create_unit*2; osif_size = create_unit; dc_sim_size = create_unit*4; fesup_pri = -1; stream_pri = -1; osif_pri = -1; dc_sim_pri = -1; dc_route = tss_route; . «eof»