logger_restart_lists
status.i4.v = logger_restart_lists(log_rate.i4.v)
This routine causes a Lumberjack data logger process to terminate
all current list data acquisition and to reinitialize its list at
the logging rate specified by "log_rate".
log_rate new logging rate
(LOGGER_FAST -> fast,
LOGGER_NORMAL -> normal,
LOGGER_SLOW -> slow)
This function returns ACNET status values as follows:
LJ_OK success
ACNET_xxx error in communicating with Lumberjack
This function requires the following include files:
clib_h, acnet_errors_h
Related functions:
logger_shutdown, logger_check_alive, logger_get_device_c,
logger_get_device_by_name_c, logger_get_device_list_c,
logger_return_data, logger_setnode, logger_return_names,
logger_find_device_c
C/C++ usage:
int status;
int log_rate = LOGGER_NORMAL;
status = logger_restart_lists(log_rate);