FORM  4.2
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 952 of file structs.h.

Field Documentation

◆ name

char* name

[D] Name of the channel

Definition at line 953 of file structs.h.

◆ handle

int handle

File handle

Definition at line 954 of file structs.h.


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