mirror of
http://git.chmurka.net/owx
synced 2026-04-01 12:33:21 +00:00
44 lines
555 B
Plaintext
44 lines
555 B
Plaintext
/* $Id$ */
|
|
|
|
cli.h
|
|
Command-line handling.
|
|
|
|
cmds.h
|
|
Commands (check, get, put etc.).
|
|
|
|
comm.h
|
|
Serial communication.
|
|
|
|
csv.h
|
|
CSV file handling.
|
|
|
|
file.h
|
|
Object-oriented representation of c-style FILE.
|
|
|
|
impexp.h
|
|
Import and export prototypes.
|
|
|
|
import.cc
|
|
Functions related to importing.
|
|
|
|
export.cc
|
|
Functions related to exporting.
|
|
|
|
intl.h
|
|
i18n placeholder.
|
|
|
|
owxendian.h
|
|
Portable endianness detection.
|
|
|
|
throw.h
|
|
Exception throwing function, used in every other file.
|
|
|
|
util.h
|
|
Various helper functions.
|
|
|
|
version.h
|
|
owx version name.
|
|
|
|
wouxun.h
|
|
Wouxun radio communication.
|