MitchDefinedTypes

package
v0.0.0-...-99bab9e Latest Latest
Warning

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

Go to latest
Published: Jan 6, 2020 License: Apache-2.0 Imports: 3 Imported by: 2

Documentation

Index

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 NewMitchBitField(
	MitchBitField00 string,
	MitchBitField01 string,
	MitchBitField02 string,
	MitchBitField03 string,
	MitchBitField04 string,
	MitchBitField05 string,
	MitchBitField06 string,
	MitchBitField07 string) *MitchBitField

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 (*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 (self *MitchByte) DefaultValue() string

func (*MitchByte) GetName

func (self *MitchByte) GetName() string

func (*MitchByte) GetPackageName

func (self *MitchByte) GetPackageName() (bool, string, string)

func (*MitchByte) GetSequenceCount

func (self *MitchByte) GetSequenceCount() (bool, int)

func (*MitchByte) GetStreamFunctionName

func (self *MitchByte) GetStreamFunctionName() string

func (*MitchByte) Kind

func (self *MitchByte) Kind() interfaces.Kind

func (*MitchByte) Predefined

func (self *MitchByte) Predefined() bool

type MitchDate

type MitchDate struct {
}

func (*MitchDate) DefaultValue

func (self *MitchDate) DefaultValue() string

func (*MitchDate) GetName

func (self *MitchDate) GetName() string

func (*MitchDate) GetPackageName

func (self *MitchDate) GetPackageName() (bool, string, string)

func (*MitchDate) GetSequenceCount

func (self *MitchDate) GetSequenceCount() (bool, int)

func (*MitchDate) GetStreamFunctionName

func (self *MitchDate) GetStreamFunctionName() string

func (*MitchDate) Kind

func (self *MitchDate) Kind() interfaces.Kind

func (*MitchDate) Predefined

func (self *MitchDate) Predefined() bool

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 (self *MitchTime) DefaultValue() string

func (*MitchTime) GetName

func (self *MitchTime) GetName() string

func (*MitchTime) GetPackageName

func (self *MitchTime) GetPackageName() (bool, string, string)

func (*MitchTime) GetSequenceCount

func (self *MitchTime) GetSequenceCount() (bool, int)

func (*MitchTime) GetStreamFunctionName

func (self *MitchTime) GetStreamFunctionName() string

func (*MitchTime) Kind

func (self *MitchTime) Kind() interfaces.Kind

func (*MitchTime) Predefined

func (self *MitchTime) Predefined() bool

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

Jump to

Keyboard shortcuts

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