enum | EmbeddedCh::ChType_t {
EmbeddedCh::CH_UNDEFINETYPE,
EmbeddedCh::CH_CHARTYPE = 10,
EmbeddedCh::CH_UCHARTYPE,
EmbeddedCh::CH_SHORTTYPE,
EmbeddedCh::CH_USHORTTYPE,
EmbeddedCh::CH_INTTYPE,
EmbeddedCh::CH_UINTTYPE,
EmbeddedCh::CH_LLINTTYPE,
EmbeddedCh::CH_ULLINTTYPE,
EmbeddedCh::CH_FLOATTYPE,
EmbeddedCh::CH_DOUBLETYPE,
EmbeddedCh::CH_LDOUBLETYPE,
EmbeddedCh::CH_COMPLEXTYPE,
EmbeddedCh::CH_LCOMPLEXTYPE,
EmbeddedCh::CH_STRINGTYPE,
EmbeddedCh::CH_FILETYPE,
EmbeddedCh::CH_VOIDTYPE,
EmbeddedCh::CH_PROCTYPE,
EmbeddedCh::CH_STRUCTTYPE,
EmbeddedCh::CH_CLASSTYPE,
EmbeddedCh::CH_UNIONTYPE,
EmbeddedCh::CH_ENUMTYPE,
EmbeddedCh::CH_CARRAYTYPE = 80,
EmbeddedCh::CH_CARRAYPTRTYPE,
EmbeddedCh::CH_CARRAYVLATYPE,
EmbeddedCh::CH_CHARRAYTYPE,
EmbeddedCh::CH_CHARRAYPTRTYPE,
EmbeddedCh::CH_CHARRAYVLATYPE,
EmbeddedCh::CH_NULLTYPE = 100,
EmbeddedCh::CH_VOIDPTRTYPE,
EmbeddedCh::CH_CHARPTRTYPE,
EmbeddedCh::CH_UCHARPTRTYPE,
EmbeddedCh::CH_SHORTPTRTYPE,
EmbeddedCh::CH_USHORTPTRTYPE,
EmbeddedCh::CH_INTPTRTYPE,
EmbeddedCh::CH_UINTPTRTYPE,
EmbeddedCh::CH_LLINTPTRTYPE,
EmbeddedCh::CH_ULLINTPTRTYPE,
EmbeddedCh::CH_FLOATPTRTYPE,
EmbeddedCh::CH_DOUBLEPTRTYPE,
EmbeddedCh::CH_LDOUBLEPTRTYPE,
EmbeddedCh::CH_COMPLEXPTRTYPE,
EmbeddedCh::CH_LCOMPLEXPTRTYPE,
EmbeddedCh::CH_STRINGPTRTYPE,
EmbeddedCh::CH_PROCPTRTYPE,
EmbeddedCh::CH_FILEPTRTYPE,
EmbeddedCh::CH_STRUCTPTRTYPE,
EmbeddedCh::CH_CLASSPTRTYPE,
EmbeddedCh::CH_UNIONPTRTYPE,
EmbeddedCh::CH_ENUMPTRTYPE,
EmbeddedCh::CH_VOIDPTR2TYPE = 200,
EmbeddedCh::CH_CHARPTR2TYPE,
EmbeddedCh::CH_UCHARPTR2TYPE,
EmbeddedCh::CH_SHORTPTR2TYPE,
EmbeddedCh::CH_USHORTPTR2TYPE,
EmbeddedCh::CH_INTPTR2TYPE,
EmbeddedCh::CH_UINTPTR2TYPE,
EmbeddedCh::CH_LLINTPTR2TYPE,
EmbeddedCh::CH_ULLINTPTR2TYPE,
EmbeddedCh::CH_FLOATPTR2TYPE,
EmbeddedCh::CH_DOUBLEPTR2TYPE,
EmbeddedCh::CH_LDOUBLEPTR2TYPE,
EmbeddedCh::CH_COMPLEXPTR2TYPE,
EmbeddedCh::CH_LCOMPLEXPTR2TYPE,
EmbeddedCh::CH_STRINGPTR2TYPE,
EmbeddedCh::CH_FILEPTR2TYPE,
EmbeddedCh::CH_STRUCTPTR2TYPE,
EmbeddedCh::CH_CLASSPTR2TYPE,
EmbeddedCh::CH_UNIONPTR2TYPE,
EmbeddedCh::CH_ENUMPTR2TYPE
} |