plebble
|
Classes | |
enum | output_mode |
Public Member Functions | |
params () | |
params (shell_args args_) | |
String | get_home_wallet () |
String | get_home_wallet_rpc_client () |
String | get_home () |
void | dump (PrintStream os) |
void | connecting_to (PrintStream os) |
Public Attributes | |
uint16_t | channel =new uint16_t(CFG.CHANNEL) |
String | homedir =new String("") |
boolean | daemon =false |
boolean | advanced =true |
boolean | verbose =false |
uint16_t | max_trade_edges =new uint16_t(4) |
uint16_t | max_devices =new uint16_t(2) |
uint16_t | workers =new uint16_t(4) |
String | subhome =new String("") |
String | cmd =new String("") |
shell_args | args =null |
uint16_t | pin =uint16_t.zero |
uint16_t | listening_port =new uint16_t(CFG.WALLET_PORT) |
uint16_t | published_port =new uint16_t(CFG.WALLET_PPORT) |
String | walletd_host =new String("localhost") |
uint16_t | walletd_port =new uint16_t(CFG.WALLET_PORT) |
boolean | local =false |
String | backend_host =new String("localhost") |
uint16_t | backend_port =new uint16_t(CFG.PORT) |
boolean | rpc__connect_for_recv =false |
boolean | rpc__stop_on_disconnection =true |
output_mode | om =output_mode.om_human |
boolean | names =false |
|
inline |
References us.wallet.io.params.args, and us.wallet.io.params.workers.
|
inline |
References us.wallet.io.params.advanced, us.wallet.io.params.args, us.wallet.io.params.backend_host, us.wallet.io.params.backend_port, us.wallet.io.params.channel, us.wallet.io.params.cmd, us.wallet.io.params.daemon, us.wallet.io.params.output_mode.from_short(), us.wallet.io.params.homedir, us.wallet.io.params.listening_port, us.wallet.io.params.local, us.wallet.io.params.max_devices, us.wallet.io.params.max_trade_edges, us.wallet.io.params.names, us::gov::io::shell_args.next_string(), us::gov::io::shell_args.next_uint16(), us.wallet.io.params.output_mode.num_modes, us.wallet.io.params.om, us.wallet.io.params.pin, us.wallet.io.params.published_port, us.wallet.io.params.walletd_host, us.wallet.io.params.walletd_port, and us.wallet.io.params.workers.
|
inline |
References us.wallet.io.params.backend_host, us.wallet.io.params.backend_port, us.wallet.io.params.local, us.CFG.PLATFORM, us.wallet.io.params.walletd_host, and us.wallet.io.params.walletd_port.
Referenced by us.wallet.cli.hmi.interactive_shell().
|
inline |
References us.wallet.io.params.channel, us.CFG.DEBUG, us.wallet.io.params.get_home(), us.wallet.io.params.rpc__connect_for_recv, us.wallet.io.params.rpc__stop_on_disconnection, us.wallet.io.params.walletd_host, and us.wallet.io.params.walletd_port.
Referenced by us.wallet.cli.hmi.banner().
|
inline |
References us.wallet.io.params.channel, us.CFG.DATADIR, and us.wallet.io.params.homedir.
Referenced by us.wallet.io.params.dump(), us.wallet.io.params.get_home_wallet(), and us.wallet.cli.hmi.help().
|
inline |
References us.wallet.io.params.get_home().
Referenced by us.wallet.cli.hmi.constructor(), and us.wallet.io.params.get_home_wallet_rpc_client().
|
inline |
References us.wallet.io.params.get_home_wallet().
Referenced by us.wallet.cli.hmi.run_offline(), and us.wallet.cli.hmi.start().
boolean us.wallet.io.params.advanced =true |
Referenced by us.wallet.io.params.params().
shell_args us.wallet.io.params.args =null |
String us.wallet.io.params.backend_host =new String("localhost") |
Referenced by us.wallet.io.params.connecting_to(), and us.wallet.io.params.params().
uint16_t us.wallet.io.params.backend_port =new uint16_t(CFG.PORT) |
Referenced by us.wallet.io.params.connecting_to(), and us.wallet.io.params.params().
uint16_t us.wallet.io.params.channel =new uint16_t(CFG.CHANNEL) |
String us.wallet.io.params.cmd =new String("") |
boolean us.wallet.io.params.daemon =false |
Referenced by us.wallet.io.params.params(), us.wallet.cli.hmi.run(), and us.wallet.cli.hmi.start().
String us.wallet.io.params.homedir =new String("") |
Referenced by us.wallet.io.params.get_home(), and us.wallet.io.params.params().
uint16_t us.wallet.io.params.listening_port =new uint16_t(CFG.WALLET_PORT) |
Referenced by us.wallet.io.params.params().
boolean us.wallet.io.params.local =false |
uint16_t us.wallet.io.params.max_devices =new uint16_t(2) |
Referenced by us.wallet.io.params.params().
uint16_t us.wallet.io.params.max_trade_edges =new uint16_t(4) |
Referenced by us.wallet.io.params.params().
boolean us.wallet.io.params.names =false |
output_mode us.wallet.io.params.om =output_mode.om_human |
uint16_t us.wallet.io.params.pin =uint16_t.zero |
Referenced by us.wallet.io.params.params(), and us.wallet.cli.hmi.start().
uint16_t us.wallet.io.params.published_port =new uint16_t(CFG.WALLET_PPORT) |
Referenced by us.wallet.io.params.params().
boolean us.wallet.io.params.rpc__connect_for_recv =false |
Referenced by us.wallet.io.params.dump(), and us.wallet.cli.hmi.start().
boolean us.wallet.io.params.rpc__stop_on_disconnection =true |
Referenced by us.wallet.io.params.dump(), and us.wallet.cli.hmi.start().
String us.wallet.io.params.subhome =new String("") |
boolean us.wallet.io.params.verbose =false |
String us.wallet.io.params.walletd_host =new String("localhost") |
uint16_t us.wallet.io.params.walletd_port =new uint16_t(CFG.WALLET_PORT) |
uint16_t us.wallet.io.params.workers =new uint16_t(4) |
Referenced by us.wallet.io.params.params().