ocssw
V2022
|
#include <olog.h>
#include <olog/loader.h>
#include <olog/buffer.h>
#include <olog/file.h>
#include <olog/stream.h>
#include <olog/streamf.h>
#include <phash.h>
#include <stdio.h>
#include <string.h>
Go to the source code of this file.
Functions | |
int | get_message_count (olog *olog, olog_backend *backend) |
int | get_message_count2 (olog *olog, olog_backend *backend) |
int | main (int argc, char *argv[]) |
Function Documentation
◆ get_message_count()
int get_message_count | ( | olog * | olog, |
olog_backend * | backend | ||
) |
Definition at line 15 of file olog-main.c.
◆ get_message_count2()
int get_message_count2 | ( | olog * | olog, |
olog_backend * | backend | ||
) |
Definition at line 20 of file olog-main.c.
◆ main()
int main | ( | int | argc, |
char * | argv[] | ||
) |
An implementation of a Lon/Lat to UTM zone code written by Chuck Gantz chuck ...in 1998...found on .gan tz@gl obal star. comhttp://www.gpsy.com/gpsinfo/geotoutm/, a site published by Karen Nakamura, last updated 22 June 2000.
Minor modifications to the code were made to eliminate deprecation warnings
Definition at line 26 of file olog-main.c.