Main Page | Class List | File List | Class Members | File Members

channel Struct Reference

#include <channel.h>

List of all members.

Public Attributes

char label [256]
errortype error
char filename [MAX_FILENAME_LENGTH]
FILE * error_file
int file_open
float bit_error_rate
Bufferpdus
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


Member Data Documentation

long int channel::bit_count
 

Definition at line 35 of file channel.h.

Referenced by apply_errors(), close_channel(), and new_channel().

float channel::bit_error_rate
 

Definition at line 27 of file channel.h.

Referenced by apply_errors(), channel_config(), and new_channel().

errortype channel::error
 

Definition at line 23 of file channel.h.

Referenced by apply_errors(), channel_config(), and new_channel().

long int channel::error_count
 

Definition at line 36 of file channel.h.

Referenced by apply_errors(), close_channel(), and new_channel().

FILE* channel::error_file
 

Definition at line 25 of file channel.h.

Referenced by apply_errors(), close_channel(), and new_channel().

int channel::error_offset
 

Definition at line 42 of file channel.h.

Referenced by apply_errors(), channel_config(), and new_channel().

int channel::file_open
 

Definition at line 26 of file channel.h.

Referenced by apply_errors(), and new_channel().

char channel::filename[MAX_FILENAME_LENGTH]
 

Definition at line 24 of file channel.h.

Referenced by apply_errors(), channel_config(), and new_channel().

char channel::label[256]
 

Definition at line 22 of file channel.h.

Referenced by apply_errors(), close_channel(), and new_channel().

Buffer* channel::pdus
 

Definition at line 28 of file channel.h.

Referenced by channel_read(), channel_read_indication(), channel_write(), close_channel(), and new_channel().

long int channel::read_count
 

Definition at line 40 of file channel.h.

Referenced by channel_read(), channel_read_indication(), and new_channel().

int channel::transmission_delay
 

Definition at line 33 of file channel.h.

Referenced by channel_config(), channel_read_indication(), and new_channel().

int channel::transmission_speed
 

Definition at line 32 of file channel.h.

Referenced by channel_config(), channel_read_indication(), channel_write_indication(), and new_channel().

long int channel::write_count
 

Definition at line 38 of file channel.h.

Referenced by channel_write(), channel_write_indication(), and new_channel().


The documentation for this struct was generated from the following file:
Generated on Sun Jul 16 16:27:48 2006 by  doxygen 1.3.9.1