FORM 4.3
Data Fields
ChAnNeL Struct Reference

#include <structs.h>

Data Fields

char * name
 
int handle
 

Detailed Description

When we read input from text files we have to remember not only their handle but also their name. This is needed for error messages. Hence we call such a file a channel and reserve a struct of type CHANNEL to allow to lay this link.

Definition at line 969 of file structs.h.

Field Documentation

◆ name

char* name

[D] Name of the channel

Definition at line 970 of file structs.h.

◆ handle

int handle

File handle

Definition at line 971 of file structs.h.


The documentation for this struct was generated from the following file: