Documentation ¶
Index ¶
- Variables
- func NewMitchTypeInformation() *mitchTypeInformation
- type MitchAlpha
- func (self *MitchAlpha) DefaultValue() string
- func (self *MitchAlpha) GetName() string
- func (self *MitchAlpha) GetPackageName() (bool, string, string)
- func (self *MitchAlpha) GetSequenceCount() (bool, int)
- func (self *MitchAlpha) GetStreamFunctionName() string
- func (self *MitchAlpha) Kind() interfaces.Kind
- func (self *MitchAlpha) Predefined() bool
- type MitchBitField
- func (self *MitchBitField) ClearNext()
- func (self *MitchBitField) DefaultValue() string
- func (self *MitchBitField) GetName() string
- func (self *MitchBitField) GetNext() interfaces.IDefinitionDeclaration
- func (self *MitchBitField) GetPackageName() (bool, string, string)
- func (self *MitchBitField) GetScopeName() string
- func (self *MitchBitField) GetSequenceCount() (bool, int)
- func (self *MitchBitField) GetStreamFunctionName() string
- func (self *MitchBitField) Kind() interfaces.Kind
- func (self *MitchBitField) MarshalJSON() ([]byte, error)
- func (self *MitchBitField) Predefined() bool
- func (self *MitchBitField) SetNext(typeSpec interfaces.IDefinitionDeclaration)
- type MitchByte
- func (self *MitchByte) DefaultValue() string
- func (self *MitchByte) GetName() string
- func (self *MitchByte) GetPackageName() (bool, string, string)
- func (self *MitchByte) GetSequenceCount() (bool, int)
- func (self *MitchByte) GetStreamFunctionName() string
- func (self *MitchByte) Kind() interfaces.Kind
- func (self *MitchByte) Predefined() bool
- type MitchDate
- func (self *MitchDate) DefaultValue() string
- func (self *MitchDate) GetName() string
- func (self *MitchDate) GetPackageName() (bool, string, string)
- func (self *MitchDate) GetSequenceCount() (bool, int)
- func (self *MitchDate) GetStreamFunctionName() string
- func (self *MitchDate) Kind() interfaces.Kind
- func (self *MitchDate) Predefined() bool
- type MitchPrice04
- func (self *MitchPrice04) DefaultValue() string
- func (self *MitchPrice04) GetName() string
- func (self *MitchPrice04) GetPackageName() (bool, string, string)
- func (self *MitchPrice04) GetSequenceCount() (bool, int)
- func (self *MitchPrice04) GetStreamFunctionName() string
- func (self *MitchPrice04) Kind() interfaces.Kind
- func (self *MitchPrice04) Predefined() bool
- type MitchPrice08
- func (self *MitchPrice08) DefaultValue() string
- func (self *MitchPrice08) GetName() string
- func (self *MitchPrice08) GetPackageName() (bool, string, string)
- func (self *MitchPrice08) GetSequenceCount() (bool, int)
- func (self *MitchPrice08) GetStreamFunctionName() string
- func (self *MitchPrice08) Kind() interfaces.Kind
- func (self *MitchPrice08) Predefined() bool
- type MitchTime
- func (self *MitchTime) DefaultValue() string
- func (self *MitchTime) GetName() string
- func (self *MitchTime) GetPackageName() (bool, string, string)
- func (self *MitchTime) GetSequenceCount() (bool, int)
- func (self *MitchTime) GetStreamFunctionName() string
- func (self *MitchTime) Kind() interfaces.Kind
- func (self *MitchTime) Predefined() bool
- type MitchUInt08
- func (self *MitchUInt08) DefaultValue() string
- func (self *MitchUInt08) GetName() string
- func (self *MitchUInt08) GetPackageName() (bool, string, string)
- func (self *MitchUInt08) GetSequenceCount() (bool, int)
- func (self *MitchUInt08) GetStreamFunctionName() string
- func (self *MitchUInt08) Kind() interfaces.Kind
- func (self *MitchUInt08) Predefined() bool
- type MitchUInt16
- func (self *MitchUInt16) DefaultValue() string
- func (self *MitchUInt16) GetName() string
- func (self *MitchUInt16) GetPackageName() (bool, string, string)
- func (self *MitchUInt16) GetSequenceCount() (bool, int)
- func (self *MitchUInt16) GetStreamFunctionName() string
- func (self *MitchUInt16) Kind() interfaces.Kind
- func (self *MitchUInt16) Predefined() bool
- type MitchUInt32
- func (self *MitchUInt32) DefaultValue() string
- func (self *MitchUInt32) GetName() string
- func (self *MitchUInt32) GetPackageName() (bool, string, string)
- func (self *MitchUInt32) GetSequenceCount() (bool, int)
- func (self *MitchUInt32) GetStreamFunctionName() string
- func (self *MitchUInt32) Kind() interfaces.Kind
- func (self *MitchUInt32) Predefined() bool
- type MitchUInt64
- func (self *MitchUInt64) DefaultValue() string
- func (self *MitchUInt64) GetName() string
- func (self *MitchUInt64) GetPackageName() (bool, string, string)
- func (self *MitchUInt64) GetSequenceCount() (bool, int)
- func (self *MitchUInt64) GetStreamFunctionName() string
- func (self *MitchUInt64) Kind() interfaces.Kind
- func (self *MitchUInt64) Predefined() bool
Constants ¶
This section is empty.
Variables ¶
View Source
var MitchBitFieldCounter = 0
Functions ¶
func NewMitchTypeInformation ¶
func NewMitchTypeInformation() *mitchTypeInformation
Types ¶
type MitchAlpha ¶
type MitchAlpha struct {
Length int64
}
func (*MitchAlpha) DefaultValue ¶
func (self *MitchAlpha) DefaultValue() string
func (*MitchAlpha) GetName ¶
func (self *MitchAlpha) GetName() string
func (*MitchAlpha) GetPackageName ¶
func (self *MitchAlpha) GetPackageName() (bool, string, string)
func (*MitchAlpha) GetSequenceCount ¶
func (self *MitchAlpha) GetSequenceCount() (bool, int)
func (*MitchAlpha) GetStreamFunctionName ¶
func (self *MitchAlpha) GetStreamFunctionName() string
func (*MitchAlpha) Kind ¶
func (self *MitchAlpha) Kind() interfaces.Kind
func (*MitchAlpha) Predefined ¶
func (self *MitchAlpha) Predefined() bool
type MitchBitField ¶
type MitchBitField struct { Identifier string BitField00 string BitField01 string BitField02 string BitField03 string BitField04 string BitField05 string BitField06 string BitField07 string BitsUsed byte Next interfaces.IDefinitionDeclaration }
func NewMitchBitField ¶
func (*MitchBitField) ClearNext ¶
func (self *MitchBitField) ClearNext()
func (*MitchBitField) DefaultValue ¶
func (self *MitchBitField) DefaultValue() string
func (*MitchBitField) GetName ¶
func (self *MitchBitField) GetName() string
func (*MitchBitField) GetNext ¶
func (self *MitchBitField) GetNext() interfaces.IDefinitionDeclaration
func (*MitchBitField) GetPackageName ¶
func (self *MitchBitField) GetPackageName() (bool, string, string)
func (*MitchBitField) GetScopeName ¶
func (self *MitchBitField) GetScopeName() string
func (*MitchBitField) GetSequenceCount ¶
func (self *MitchBitField) GetSequenceCount() (bool, int)
func (*MitchBitField) GetStreamFunctionName ¶
func (self *MitchBitField) GetStreamFunctionName() string
func (*MitchBitField) Kind ¶
func (self *MitchBitField) Kind() interfaces.Kind
func (*MitchBitField) MarshalJSON ¶
func (self *MitchBitField) MarshalJSON() ([]byte, error)
func (*MitchBitField) Predefined ¶
func (self *MitchBitField) Predefined() bool
func (*MitchBitField) SetNext ¶
func (self *MitchBitField) SetNext(typeSpec interfaces.IDefinitionDeclaration)
type MitchByte ¶
type MitchByte struct { }
func (*MitchByte) DefaultValue ¶
func (*MitchByte) GetSequenceCount ¶
func (*MitchByte) GetStreamFunctionName ¶
func (*MitchByte) Kind ¶
func (self *MitchByte) Kind() interfaces.Kind
func (*MitchByte) Predefined ¶
type MitchDate ¶
type MitchDate struct { }
func (*MitchDate) DefaultValue ¶
func (*MitchDate) GetSequenceCount ¶
func (*MitchDate) GetStreamFunctionName ¶
func (*MitchDate) Kind ¶
func (self *MitchDate) Kind() interfaces.Kind
func (*MitchDate) Predefined ¶
type MitchPrice04 ¶
type MitchPrice04 struct { }
func (*MitchPrice04) DefaultValue ¶
func (self *MitchPrice04) DefaultValue() string
func (*MitchPrice04) GetName ¶
func (self *MitchPrice04) GetName() string
func (*MitchPrice04) GetPackageName ¶
func (self *MitchPrice04) GetPackageName() (bool, string, string)
func (*MitchPrice04) GetSequenceCount ¶
func (self *MitchPrice04) GetSequenceCount() (bool, int)
func (*MitchPrice04) GetStreamFunctionName ¶
func (self *MitchPrice04) GetStreamFunctionName() string
func (*MitchPrice04) Kind ¶
func (self *MitchPrice04) Kind() interfaces.Kind
func (*MitchPrice04) Predefined ¶
func (self *MitchPrice04) Predefined() bool
type MitchPrice08 ¶
type MitchPrice08 struct { }
func (*MitchPrice08) DefaultValue ¶
func (self *MitchPrice08) DefaultValue() string
func (*MitchPrice08) GetName ¶
func (self *MitchPrice08) GetName() string
func (*MitchPrice08) GetPackageName ¶
func (self *MitchPrice08) GetPackageName() (bool, string, string)
func (*MitchPrice08) GetSequenceCount ¶
func (self *MitchPrice08) GetSequenceCount() (bool, int)
func (*MitchPrice08) GetStreamFunctionName ¶
func (self *MitchPrice08) GetStreamFunctionName() string
func (*MitchPrice08) Kind ¶
func (self *MitchPrice08) Kind() interfaces.Kind
func (*MitchPrice08) Predefined ¶
func (self *MitchPrice08) Predefined() bool
type MitchTime ¶
type MitchTime struct { }
func (*MitchTime) DefaultValue ¶
func (*MitchTime) GetSequenceCount ¶
func (*MitchTime) GetStreamFunctionName ¶
func (*MitchTime) Kind ¶
func (self *MitchTime) Kind() interfaces.Kind
func (*MitchTime) Predefined ¶
type MitchUInt08 ¶
type MitchUInt08 struct { }
func (*MitchUInt08) DefaultValue ¶
func (self *MitchUInt08) DefaultValue() string
func (*MitchUInt08) GetName ¶
func (self *MitchUInt08) GetName() string
func (*MitchUInt08) GetPackageName ¶
func (self *MitchUInt08) GetPackageName() (bool, string, string)
func (*MitchUInt08) GetSequenceCount ¶
func (self *MitchUInt08) GetSequenceCount() (bool, int)
func (*MitchUInt08) GetStreamFunctionName ¶
func (self *MitchUInt08) GetStreamFunctionName() string
func (*MitchUInt08) Kind ¶
func (self *MitchUInt08) Kind() interfaces.Kind
func (*MitchUInt08) Predefined ¶
func (self *MitchUInt08) Predefined() bool
type MitchUInt16 ¶
type MitchUInt16 struct { }
func (*MitchUInt16) DefaultValue ¶
func (self *MitchUInt16) DefaultValue() string
func (*MitchUInt16) GetName ¶
func (self *MitchUInt16) GetName() string
func (*MitchUInt16) GetPackageName ¶
func (self *MitchUInt16) GetPackageName() (bool, string, string)
func (*MitchUInt16) GetSequenceCount ¶
func (self *MitchUInt16) GetSequenceCount() (bool, int)
func (*MitchUInt16) GetStreamFunctionName ¶
func (self *MitchUInt16) GetStreamFunctionName() string
func (*MitchUInt16) Kind ¶
func (self *MitchUInt16) Kind() interfaces.Kind
func (*MitchUInt16) Predefined ¶
func (self *MitchUInt16) Predefined() bool
type MitchUInt32 ¶
type MitchUInt32 struct { }
func (*MitchUInt32) DefaultValue ¶
func (self *MitchUInt32) DefaultValue() string
func (*MitchUInt32) GetName ¶
func (self *MitchUInt32) GetName() string
func (*MitchUInt32) GetPackageName ¶
func (self *MitchUInt32) GetPackageName() (bool, string, string)
func (*MitchUInt32) GetSequenceCount ¶
func (self *MitchUInt32) GetSequenceCount() (bool, int)
func (*MitchUInt32) GetStreamFunctionName ¶
func (self *MitchUInt32) GetStreamFunctionName() string
func (*MitchUInt32) Kind ¶
func (self *MitchUInt32) Kind() interfaces.Kind
func (*MitchUInt32) Predefined ¶
func (self *MitchUInt32) Predefined() bool
type MitchUInt64 ¶
type MitchUInt64 struct { }
func (*MitchUInt64) DefaultValue ¶
func (self *MitchUInt64) DefaultValue() string
func (*MitchUInt64) GetName ¶
func (self *MitchUInt64) GetName() string
func (*MitchUInt64) GetPackageName ¶
func (self *MitchUInt64) GetPackageName() (bool, string, string)
func (*MitchUInt64) GetSequenceCount ¶
func (self *MitchUInt64) GetSequenceCount() (bool, int)
func (*MitchUInt64) GetStreamFunctionName ¶
func (self *MitchUInt64) GetStreamFunctionName() string
func (*MitchUInt64) Kind ¶
func (self *MitchUInt64) Kind() interfaces.Kind
func (*MitchUInt64) Predefined ¶
func (self *MitchUInt64) Predefined() bool
Click to show internal directories.
Click to hide internal directories.