Classes | |
struct | input_struct |
struct | TDWR_LogHdr |
Typedefs | |
typedef input_struct | Input |
Enumerations | |
enum | { TDWR_ACCESS, TDWR_TAPE, TDWR_NETWORK, TDWR_FILE, TDWR_STDIN } |
Functions | |
FUNC_PROTO (int tdwrReadInputTape,(struct input_struct *input, caddr_t *tdwr_msg, int *sent_bytes)) | |
FUNC_PROTO (int tdwrCloseInputSocket,(struct input_struct **input)) | |
FUNC_PROTO (int get_InAddr_from_Addr,(char *addr, struct in_addr *in_address)) | |
FUNC_PROTO (int tdwrOpenInputNet,(char *addr, int port)) | |
FUNC_PROTO (int readTapeBuffered,(int tape_fd, char **out_ptr, int req_bytes, int raytheon_tape)) | |
Variables | |
static char * | tdwrInterface_h_sccs_id = "@(#) tdwrInterface.h 1.1 2/3/97 15:05:19 MIT/LL" |
typedef struct input_struct Input |
FUNC_PROTO | ( | int | readTapeBuffered, | |
(int tape_fd, char **out_ptr, int req_bytes, int raytheon_tape) | ||||
) |
FUNC_PROTO | ( | int | tdwrOpenInputNet, | |
(char *addr, int port) | ||||
) |
FUNC_PROTO | ( | int | get_InAddr_from_Addr, | |
(char *addr, struct in_addr *in_address) | ||||
) |
FUNC_PROTO | ( | int | tdwrCloseInputSocket, | |
(struct input_struct **input) | ||||
) |
FUNC_PROTO | ( | int | tdwrReadInputTape, | |
(struct input_struct *input, caddr_t *tdwr_msg, int *sent_bytes) | ||||
) |
char* tdwrInterface_h_sccs_id = "@(#) tdwrInterface.h 1.1 2/3/97 15:05:19 MIT/LL" [static] |