This module will be the frame work to test the cctalk channel client interface for the axis platform.
#include <stdio.h>
#include <string.h>
#include "cctalk-channel-defs.h"
#include "cctalk-operations.h"
#include "cctalk-channel.h"
Include dependency graph for cctalk-cl-test.c:

Functions | |
| void | print_hex (unsigned char *abData, int zlen) |
| print a buffer is hex and ASCII | |
| int | main (void) |
| program entry point | |
|
|
program entry point Very simple test program to test the cctalk interface. A packet is send on channel A to the cctalk device at adddress 2. The send and received packets are printed out.
History |
Here is the call graph for this function:

|
||||||||||||
|
print a buffer is hex and ASCII Given a buffer print the buffer in hex and in ASCII form.
History |
1.3.6