Documentation ¶
Index ¶
- func GenSuggestMsgID(dset *model.DescriptorSet)
- func StringHash(s string) (hash uint16)
- func StructMsgID(d *model.Descriptor) (msgid int)
- type AutoMsgIDCacheFile
- func (self *AutoMsgIDCacheFile) AddNewMsg(name string, msgid int)
- func (self *AutoMsgIDCacheFile) ExistsMsgID(name string) int
- func (self *AutoMsgIDCacheFile) GetNameByID(msgid int) string
- func (self *AutoMsgIDCacheFile) Load(cacheFileName string)
- func (self *AutoMsgIDCacheFile) ModifyByMsgID(msgid int, name string)
- func (self *AutoMsgIDCacheFile) Save(cacheFileName string)
- type MsgInfo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenSuggestMsgID ¶
func GenSuggestMsgID(dset *model.DescriptorSet)
func StructMsgID ¶
func StructMsgID(d *model.Descriptor) (msgid int)
Types ¶
type AutoMsgIDCacheFile ¶
type AutoMsgIDCacheFile struct {
Caches []MsgInfo
}
func (*AutoMsgIDCacheFile) AddNewMsg ¶
func (self *AutoMsgIDCacheFile) AddNewMsg(name string, msgid int)
func (*AutoMsgIDCacheFile) ExistsMsgID ¶
func (self *AutoMsgIDCacheFile) ExistsMsgID(name string) int
func (*AutoMsgIDCacheFile) GetNameByID ¶
func (self *AutoMsgIDCacheFile) GetNameByID(msgid int) string
func (*AutoMsgIDCacheFile) Load ¶
func (self *AutoMsgIDCacheFile) Load(cacheFileName string)
func (*AutoMsgIDCacheFile) ModifyByMsgID ¶
func (self *AutoMsgIDCacheFile) ModifyByMsgID(msgid int, name string)
func (*AutoMsgIDCacheFile) Save ¶
func (self *AutoMsgIDCacheFile) Save(cacheFileName string)
Click to show internal directories.
Click to hide internal directories.