generate

package
v0.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 23, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Rsp2ReqMv = map[string]string{
	"TapAPIFillLocalRemoveRsp":    "TapAPIFillLocalRemoveReq",
	"TapAPIFillLocalInputRsp":     "TapAPIFillLocalInputReq",
	"TapAPIOrderLocalTransferRsp": "TapAPIOrderLocalTransferReq",
	"TapAPIOrderLocalModifyRsp":   "TapAPIOrderLocalModifyReq",
	"TapAPIOrderLocalInputRsp":    "TapAPIOrderLocalInputReq",
	"TapAPIOrderMarketDeleteRsp":  "TapAPIOrderMarketDeleteReq",
	"TapAPIOrderMarketInsertRsp":  "TapAPIOrderMarketInsertReq",
	"TapAPIHisOrderProcessQryRsp": "TapAPIHisOrderProcessQryReq",
	"TapAPIOrderActivateReq":      "TapAPIOrderCancelReq",
	"TapAPIOrderDeactivateReq":    "TapAPIOrderCancelReq",
	"TapAPIOrderDeleteReq":        "TapAPIOrderCancelReq",
}

.h 文件中别名的 struct 转换为原始类型

Functions

This section is empty.

Types

type DataType

type DataType struct {
	CType    string // C++ 类型
	TypeName string
	Comment  string
	Const    []struct {
		TypeName string
		Name     string
		Value    string
		Comment  string
	}
}

type Func

type Func struct {
	FuncName string
	Params   []struct {
		Type string
		Name string
	}
}

type Struct

type Struct struct {
	Name   string
	Fields []struct {
		Name    string
		Type    string
		Comment string
	}
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL