#include "ControllerBase.h"
#include <string>
#include <vector>
ネームスペース | |
namespace | Sapie |
データ構造 | |
struct | AppBaseInfo |
アプリケーション情報 [詳細] | |
class | Sapie::CConfigReader |
アプリケーションコンフィグファイル読込クラス [詳細] | |
変数 | |
static const long | Sapie::TYPE_PAPPS = 0 |
アプリケーション種別がPAPPSである。 | |
static const long | Sapie::TYPE_SAPPS = 1 |
アプリケーション種別がSAPPSである。 | |
static const long | Sapie::TYPE_SPC = 2 |
アプリケーション種別がSPCである。 | |
static const long | Sapie::TYPE_UNKNOWN = -1 |
アプリケーション種別が不明である。 | |
static const long | Sapie::MODE_RESIDENT = 0 |
常駐アプリケーション | |
static const long | Sapie::MODE_TRANSIENT = 1 |
非常駐アプリケーション | |
static const long | Sapie::MODE_STARTUP = 2 |
スタートアップアプリケーション | |
static const long | Sapie::MODE_UNKNOWN = -1 |
起動種別が不明なアプリケーション |
Copyright(C) 2009 Fujisoft Incorporated. All rights reserved.