(r8084/r4494)
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
#include <string.h>
#include <errno.h>
#include <unistd.h>
#include "loghdr.h"
Go to the source code of this file.
Define Documentation
| #define BRBID 64 /* Back-orbit ID in HDLC header */ |
| #define CMD_ARGS "f:o:b:" /* Valid commandline options */ |
| #define FRAMELEN 13860 /* Bytes in spacecraft mnf */ |
| #define GACID 80 /* GAC ID in HDLC header */ |
| #define IDBYTE 3 /* ID byte location HDLC header */ |
| #define LACID 96 /* LAC ID in HDLC header */ |
| #define SQBYTE 5 /* Sequence # location HDLC hdr */ |
Function Documentation
| int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |