![]() |
NSUKit
1.4.0
板卡级统一交互接口
|
类 | |
| struct | nsukit::CommandPack |
| class | nsukit::ICDRegMw |
命名空间 | |
| namespace | nsukit |
宏定义 | |
| #define | ICD_Uint8 "uint8" |
| #define | ICD_Int8 "int8" |
| #define | ICD_Uint16 "uint16" |
| #define | ICD_Int16 "int16" |
| #define | ICD_Uint32 "uint32" |
| #define | ICD_Int32 "int32" |
| #define | ICD_Float "float" |
| #define | ICD_Double "double" |
| #define | ICD_File "file" |
| #define | ICD_FileLength "filelength" |
| #define | ICD_ParamFlag_File "__file__" |
| #define | ICD_ParamFlag_FileLength "__filelength__" |
函数 | |
| NSU_DLLEXPORT void | nsukit::DeleteCommandPack (CommandPack *pack) |
| NSU_DLLEXPORT uint32_t | nsukit::GetFileSize (const std::string &file_path) |
| NSU_DLLEXPORT bool | nsukit::StringEndWith (const std::string &str, const std::string &tail) |
| NSU_DLLEXPORT bool | nsukit::StringStartWith (const std::string &str, const std::string &head) |
变量 | |
| static std::map< std::string, int > | nsukit::TypeSizeMap |
| #define ICD_Double "double" |
在文件 icd_parser.h 第 22 行定义.
| #define ICD_File "file" |
在文件 icd_parser.h 第 23 行定义.
| #define ICD_FileLength "filelength" |
在文件 icd_parser.h 第 24 行定义.
| #define ICD_Float "float" |
在文件 icd_parser.h 第 21 行定义.
| #define ICD_Int16 "int16" |
在文件 icd_parser.h 第 18 行定义.
| #define ICD_Int32 "int32" |
在文件 icd_parser.h 第 20 行定义.
| #define ICD_Int8 "int8" |
在文件 icd_parser.h 第 16 行定义.
| #define ICD_ParamFlag_File "__file__" |
在文件 icd_parser.h 第 25 行定义.
| #define ICD_ParamFlag_FileLength "__filelength__" |
在文件 icd_parser.h 第 26 行定义.
| #define ICD_Uint16 "uint16" |
在文件 icd_parser.h 第 17 行定义.
| #define ICD_Uint32 "uint32" |
在文件 icd_parser.h 第 19 行定义.
| #define ICD_Uint8 "uint8" |
在文件 icd_parser.h 第 15 行定义.