bin_executable_path() = file_utils:bin_executable_path()
count() = basic_utils:count()
driver_info() = {ExecPath::bin_executable_path(), ExtraEnv::environment(), OSPid::option(os_pid())}
environment() = system_utils:environment()
executable_name() = file_utils:executable_name()
executable_path() = file_utils:executable_path()
file_path() = file_utils:file_path()
function_driver_id() = count()
function_params() = [term()]
function_result() = term()
os_pid() = system_utils:os_pid()
service_key() = process_dictionary:key()
service_name() = atom()
three_digit_version() = basic_utils:three_digit_version()
ustring() = text_utils:ustring()
call_port_for(ServiceKey::service_key(), FunctionId::function_driver_id(), Params::function_params()) -> function_result()
check_driver_runnable(DriverExecPath::executable_path(), ExtraEnvironment::environment()) -> ustring() | system_utils:execution_outcome()
display_driver_runtime_info(ExecPath::executable_path(), ExtraEnvironment::environment()) -> void()
get_call_debug_hints(ServiceKey::service_key(), FunctionId::function_driver_id(), Params::function_params()) -> ustring()
get_driver_log_path(PortServiceKey::service_key()) -> option(file_path())
get_driver_log_path_from_os_pid(OSPid::os_pid()) -> file_path()
get_execution_target() -> development
get_existing_driver_log_path_from_os_pid(OSPid::os_pid()) -> option(file_path())
get_seaplus_version() -> three_digit_version()
get_seaplus_version_string() -> ustring()
restart(ServiceName::service_name()) -> void()
restart(ServiceName::service_name(), DriverExecutableName::executable_name()) -> void()
start(ServiceName::service_name()) -> void()
start(ServiceName::service_name(), DriverExecutableName::executable_name()) -> void()
start_link(ServiceName::service_name()) -> void()
start_link(ServiceName::service_name(), DriverExecutableName::executable_name()) -> void()
stop(ServiceName::service_name()) -> void()
Generated by EDoc