#include "vxWorks.h"#include "stdlib.h"#include "stdio.h"#include "taskLib.h"#include "sigLib.h"#include "sockLib.h"#include "netinet/in.h"#include "BSYNC/BSYNC.h"#include "BSYNC/BSET.h"#include "BSYNC/BSET_port.h"Functions | |
| void | BSET (unsigned txRate) |
| The BSET application main task entry function. More... | |
| int | BSET_init (void) |
| Initialize resources for BSET application. More... | |
| void | BSET_exit (int signal) |
| Cleanup resources for BSET application. More... | |
| int | BSET_start (int taskPri, int stackSize, unsigned txRate) |
| Start the BSET application running. More... | |
Variables | |
| int | BSET_rateSock = -1 |
|
|
The BSET application main task entry function. After initializing resources, the BSET() task function runs forever, listening on the BSET_rateSock socket for a new rate command word. Once received, the bit sync library function BSYNC_configure() is called to set the new bit rate in hardware.
|
|
|
Cleanup resources for BSET application. This function peforms the following actions to cleanup the BSET application after operation:
|
|
|
Initialize resources for BSET application. This function peforms the following actions to setup the BSET application for operation:
|
|
||||||||||||||||
|
Start the BSET application running. Starts the BSET() task running.
|
|
|
A UDP/IP socket for receiving rate commands. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002