#include <channel.h>
Public Attributes | |
| char | label [256] |
| errortype | error |
| char | filename [MAX_FILENAME_LENGTH] |
| FILE * | error_file |
| int | file_open |
| float | bit_error_rate |
| Buffer * | pdus |
| int | transmission_speed |
| int | transmission_delay |
| long int | bit_count |
| long int | error_count |
| long int | write_count |
| long int | read_count |
| int | error_offset |
|
|
Definition at line 35 of file channel.h. Referenced by apply_errors(), close_channel(), and new_channel(). |
|
|
Definition at line 27 of file channel.h. Referenced by apply_errors(), channel_config(), and new_channel(). |
|
|
Definition at line 23 of file channel.h. Referenced by apply_errors(), channel_config(), and new_channel(). |
|
|
Definition at line 36 of file channel.h. Referenced by apply_errors(), close_channel(), and new_channel(). |
|
|
Definition at line 25 of file channel.h. Referenced by apply_errors(), close_channel(), and new_channel(). |
|
|
Definition at line 42 of file channel.h. Referenced by apply_errors(), channel_config(), and new_channel(). |
|
|
Definition at line 26 of file channel.h. Referenced by apply_errors(), and new_channel(). |
|
|
Definition at line 24 of file channel.h. Referenced by apply_errors(), channel_config(), and new_channel(). |
|
|
Definition at line 22 of file channel.h. Referenced by apply_errors(), close_channel(), and new_channel(). |
|
|
Definition at line 28 of file channel.h. Referenced by channel_read(), channel_read_indication(), channel_write(), close_channel(), and new_channel(). |
|
|
Definition at line 40 of file channel.h. Referenced by channel_read(), channel_read_indication(), and new_channel(). |
|
|
Definition at line 33 of file channel.h. Referenced by channel_config(), channel_read_indication(), and new_channel(). |
|
|
Definition at line 32 of file channel.h. Referenced by channel_config(), channel_read_indication(), channel_write_indication(), and new_channel(). |
|
|
Definition at line 38 of file channel.h. Referenced by channel_write(), channel_write_indication(), and new_channel(). |
1.3.9.1