mun_monitor サーバの設定.
More...
#include <MunMonitorConfigure.hpp>
|
virtual bool | OnParse (int32 argi, const char *value, char short_name, const char *long_name, const char *default_value, const char *msg) |
| 引数解析用コールバック. More...
|
|
virtual void | PrintUsage () |
| 標準出力に引数ヘルプを表示.
|
|
std::string MunMonitorConfigure::GetMonitoringAddr |
( |
| ) |
|
モニタリング用ソケットのアドレスの取得.
- Returns
- モニタリング用ソケットのアドレスを返す.
uint16 MunMonitorConfigure::GetMonitoringPort |
( |
| ) |
|
モニタリング用ソケットのポートの取得.
- Returns
- モニタリング用ソケットのポートを返す.
uint32 MunMonitorConfigure::GetTimeout |
( |
| ) |
|
タイムアウト時間の取得.
- Returns
- タイムアウト時間を返す.
bool MunMonitorConfigure::OnParse |
( |
int32 |
argi, |
|
|
const char * |
value, |
|
|
char |
short_name, |
|
|
const char * |
long_name, |
|
|
const char * |
default_value, |
|
|
const char * |
msg |
|
) |
| |
|
protectedvirtual |
引数解析用コールバック.
- Parameters
-
argi | 引数のインデックス. |
value | 設定値. |
short_name | 短いオプション名。オプションではない引数を渡す場合は -1. |
long_name | 長いオプション名. |
default_value | 初期値. |
msg | メッセージ. |
- Returns
- 継続する場合には true、終了する場合には false を返す。
bool MunMonitorConfigure::Parse |
( |
int32 |
argc, |
|
|
char ** |
argv, |
|
|
mrs::OptArg::Callback |
callback = NULL |
|
) |
| |
|
virtual |
引数解析.
- Parameters
-
argc | 引数の数. |
argv | 引数の値の配列. |
callback | 引数解析用コールバック. |
- Returns
- 継続する場合には true、終了する場合には false を返す。
std::string MunMonitorConfigure::m_MonitoringAddr |
|
protected |
uint16 MunMonitorConfigure::m_MonitoringPort |
|
protected |
uint32 MunMonitorConfigure::m_Timeout |
|
protected |
The documentation for this class was generated from the following files: