![]() |
Doxygen Documentation |
|||||
Package: |
LTX |
|||||
Version: |
dev |
Marked: |
(not marked) |
|||
Constituent: |
ltx |
Tag: |
mv2304 |
|||
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <unistd.h>
#include <ctype.h>
#include "CMX/CMX_asBuiltPub.h"
#include "LTX_pcihdr.h"
#include "LTX/LTX_pub.h"
#include "LTX_priv.h"
#include "LTX/LTX_server.h"
Defines | |
| #define | LTX_SOCK_BUFSIZE 256 |
| #define | LTX_STR_SIZE 32 |
| #define | LTX_TASK_ID "tLTXrx" |
| #define | LTX_TASK_PRI 160 |
Functions | |
| int | LTX_Initialize (int tx_port, int rx_port) |
| Initializes the socket server. | |
| int | LTX_Shutdown (void) |
| Shuts down the socket server. | |
| int | LTX_SwReport (void) |
| Runs the software reporting mechanism. | |
Variables | |
| void * | svr |
| LTX_server_config | svrCfg |
CVS $Id: LTX.c,v 1.3 2003/10/10 15:54:06 smaldona Exp $
|
|
Socket buffer size |
|
|
The max string size |
|
|
The LTX task ID |
|
|
The LTX task priority |
|
||||||||||||
|
Initializes the socket server.
|
|
|
Shuts down the socket server.
|
|
|
Runs the software reporting mechanism.
|
|
|
Socket server handle |
|
|
Socket server configuration handle |
1.3.3