FIXME: Now I have started this I'm not sure this is the correct way to go perhaps an ini style file is the way to go.
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| struct | tsCCTALK_CHANNEL_DEF |
| Structure to define the mapping between cctalk channels and serial ports. More... | |
Enumerations | |
| enum | teCCTALK_CHANNEL { eCCTALK_CHANNEL_A, eCCTALK_CHANNEL_B, eCCTALK_CHANNEL_C, eCCTALK_CHANNEL_END } |
| List of avaliable channels in this cctalk server. More... | |
Variables | |
| tsCCTALK_CHANNEL_DEF | sCctalkChannelDef [] |
|
|
List of avaliable channels in this cctalk server. This is an enumerated list of cctalk channels this can be used and that this server knows how to interact with. Extra channels can be added and removed from this list by extending the list. The file cctalk-channel-defs.c contains a mapping between cctalk channels and Linux ttyS's. There needs to be an entry for each channel list here so that the server knows where to direct cctalk channels |
1.3.6