HCE project C++ developers source code library
1.1.1
HCE project developer library
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
HCEConstants.cpp
Go to the documentation of this file.
1
#include <string>
2
3
#include "
HCEConstants.hpp
"
4
5
namespace
HCE
6
{
7
std::string
componentManagerNames
[] = {
"CM_COMMON"
};
8
std::string
componentNames
[] = {
"CT_DEFAULT"
,
"CT_NetCP06"
,
"CT_EXTFMSG"
,
"CT_EXTFMSG_UPD"
,
"CT_POSTBLOCK"
,
"CT_REFINE"
,
"CT_RB"
,
9
"CT_T"
,
"CT_PMT"
,
"CT_MT"
,
"CT_PMR"
,
"CT_MR"
,
"CT_MCB"
,
"CT_MC"
,
"CT_ETPBSB"
,
"CT_ETPBS"
,
"CT_PMB"
,
"CT_PM"
,
"CT_RWB"
,
10
"CT_RW"
,
"CT_ETPBTB"
,
"CT_ETPBT"
,
"CT_NetDSP09"
,
"CT_CTEST"
,
"CT_HIGHLIGHT"
};
11
std::vector<ComponentType>
componentTypeVec
= {
CT_DEFAULT
,
CT_NetCP06
,
CT_EXTFMSG
,
CT_EXTFMSG_UPD
,
CT_POSTBLOCK
,
CT_REFINE
,
CT_RB
,
12
CT_T
,
CT_PMT
,
CT_MT
,
CT_PMR
,
CT_MR
,
CT_MCB
,
CT_MC
,
CT_ETPBSB
,
CT_ETPBS
,
CT_PMB
,
CT_PM
,
CT_RWB
,
13
CT_RW
,
CT_ETPBTB
,
CT_ETPBT
,
CT_NetDSP09
,
CT_CTEST
,
CT_HIGHLIGHT
};
14
15
const
std::string
COMMON_CHARSET
=
"utf-8"
;
16
const
std::string
INCOMING_CHARSET
=
"ucs-2"
;
17
// ComponentType firtsComponent = CT_DEFAULT;
18
// ComponentType lastComponent = CT_CTEST;
19
// extern ComponentType lastComponent;
20
}
sources
HCECSM
src
HCEConstants.cpp
Generated on Mon Jan 13 2014 13:08:37 for HCE project C++ developers source code library by
1.8.1.2