mess822x 1.23
mess822x
|
#include <sys/types.h>
#include <time.h>
#include "buffer.h"
#include "logmsg.h"
#include "getln.h"
#include "mess822.h"
#include "exit.h"
#include "leapsecs.h"
#include "caltime.h"
#include "tai.h"
#include "case.h"
Go to the source code of this file.
Macros | |
#define | WHO "822received" |
Functions | |
int | main (int argc, char **argv) |
Variables | |
mess822_time | t |
struct tai | sec |
unsigned char | secpack [TAI_PACK] |
time_t | secunix |
stralloc | tokens = {0} |
stralloc | line = {0} |
stralloc | received = {0} |
mess822_header | h = MESS822_HEADER |
mess822_action | a [] |
#define WHO "822received" |
Definition at line 13 of file 822received.c.
int main | ( | int | argc, |
char ** | argv | ||
) |
mess822_action a[] |
Definition at line 123 of file 822received.c.
Definition at line 122 of file 822received.c.
stralloc line = {0} |
Definition at line 27 of file 822received.c.
stralloc received = {0} |
Definition at line 120 of file 822received.c.
struct tai sec |
Definition at line 21 of file 822received.c.
unsigned char secpack[TAI_PACK] |
Definition at line 22 of file 822received.c.
time_t secunix |
Definition at line 23 of file 822received.c.
Definition at line 20 of file 822received.c.
stralloc tokens = {0} |
Definition at line 25 of file 822received.c.