This file contains a single structure that maps cctalk channel identifiers to a Linux serial ports. FIXME: Now I have started this file I'm not sure this is the correct way to go perhaps an ini style file is the way to go.
#include <stdio.h>
#include "cctalk-channel-defs.h"
Include dependency graph for cctalk-channel-defs.c:

Variables | |
| tsCCTALK_CHANNEL_DEF | sCctalkChannelDef [] |
|
|
Initial value:
{
{ eCCTALK_CHANNEL_A, "/dev/ttyS5" },
{ eCCTALK_CHANNEL_B, "/dev/ttyS6" },
{ eCCTALK_CHANNEL_C, "/dev/ttyS4" },
{ eCCTALK_CHANNEL_END, NULL }
}
|
1.3.6