PAM Programming Manual

Link-Level Programming Examples
PAM Programming Manual142482
B-23
Data Definitions and Declarations
{------------------------------------------------------------------
Startup Message Parameters
------------------------------------------------------------------}
Port_type,
command_code,
P_F_flag,
rsp_flag,
number_of_loops,
SDU_cnt,
begin_user_data_size_b,
current_user_data_size_b,
end_user_data_size_b,
NoWait_depth : INTEGER;
Foreign_Addr : FSTRING [( ZLAM_Val_MAC_Addr_Size_B + 2 )]
{------------------------------ Other ---------------------------}
Max_User_Data_Size_B : INTEGER := 4960;
pending_request_cnt : INTEGER := 0;
Aggr_SDUs_left : INTEGER;
loop_cnt : INTEGER;
buffer_lst_ndx : LONGINT;
cc : Condition_Code;
file_error : IO_Error_Number;
buf_addr : EXTADDR;
test_char : BYTE;
start_time : INT64;
end_time : INT64;
d_time : INT64;
d_days : INTEGER;
d_minutes : INTEGER;
d_seconds : INTEGER;
total_seconds : REAL;
total_SDUs : REAL;
ave_bytes_per_SDU : REAL;
k_bytes_per_second : REAL;
report_buf : FSTRING [80];