|
ARB
|
#include <algorithm>#include <arbdbt.h>#include <arb_sleep.h>
Go to the source code of this file.
Functions | |
| static void | report_error (GB_ERROR err) |
| static int | exitcodeFrom (GB_ERROR error) |
| static int | arb_sync_write (const char *ID, const char *value) |
| static int | arb_sync_wait (const char *ID, const char *wantedValue) |
| static int | show_usage (const char *error) |
| static bool | requests_help (const char *arg) |
| int | ARB_main (int argc, char *argv[]) |
|
static |
Definition at line 16 of file arb_sync.cxx.
Referenced by exitcodeFrom().
Definition at line 20 of file arb_sync.cxx.
References EXIT_FAILURE, EXIT_SUCCESS, and report_error().
Referenced by arb_sync_wait(), and arb_sync_write().
Definition at line 28 of file arb_sync.cxx.
References GB_transaction::close(), error(), exitcodeFrom(), GB_await_error(), GB_close(), gb_main, GB_open(), GB_write_sync_value(), NULp, and ta.
Referenced by ARB_main().
Definition at line 46 of file arb_sync.cxx.
References ARB_sleep(), error(), exitcodeFrom(), GB_await_error(), GB_close(), gb_main, GB_open(), GB_read_sync_value(), min, MS, NULp, and ta.
Referenced by ARB_main().
Definition at line 97 of file arb_sync.cxx.
References EXIT_FAILURE, EXIT_SUCCESS, fputs(), and usage().
Referenced by ARB_main().
|
static |
Definition at line 117 of file arb_sync.cxx.
Referenced by ARB_main().
Definition at line 123 of file arb_sync.cxx.
References arb_sync_wait(), arb_sync_write(), EXIT_SUCCESS, GBS_global_string(), NULp, requests_help(), and show_usage().
1.8.8