fbs

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func EnablingStateAddErrors

func EnablingStateAddErrors(builder *flatbuffers.Builder, errors bool)

func EnablingStateAddMessages

func EnablingStateAddMessages(builder *flatbuffers.Builder, messages bool)

func EnablingStateAddUnitName

func EnablingStateAddUnitName(builder *flatbuffers.Builder, unitName flatbuffers.UOffsetT)

func EnablingStateAddWarnings

func EnablingStateAddWarnings(builder *flatbuffers.Builder, warnings bool)

func EnablingStateEnd

func EnablingStateEnd(builder *flatbuffers.Builder) flatbuffers.UOffsetT

func EnablingStateStart

func EnablingStateStart(builder *flatbuffers.Builder)

func EnablingStatesAddEnablingStates

func EnablingStatesAddEnablingStates(builder *flatbuffers.Builder, enablingStates flatbuffers.UOffsetT)

func EnablingStatesAddMachineIdentification

func EnablingStatesAddMachineIdentification(builder *flatbuffers.Builder, machineIdentification flatbuffers.UOffsetT)

func EnablingStatesEnd

func EnablingStatesEnd(builder *flatbuffers.Builder) flatbuffers.UOffsetT

func EnablingStatesStart

func EnablingStatesStart(builder *flatbuffers.Builder)

/ Machine identification to identify a specific device.

func EnablingStatesStartEnablingStatesVector

func EnablingStatesStartEnablingStatesVector(builder *flatbuffers.Builder, numElems int) flatbuffers.UOffsetT

Types

type EnablingState

type EnablingState struct {
	// contains filtered or unexported fields
}

func GetRootAsEnablingState

func GetRootAsEnablingState(buf []byte, offset flatbuffers.UOffsetT) *EnablingState

func GetSizePrefixedRootAsEnablingState

func GetSizePrefixedRootAsEnablingState(buf []byte, offset flatbuffers.UOffsetT) *EnablingState

func (*EnablingState) Errors

func (rcv *EnablingState) Errors() bool

/ Enabling state of errors.

func (*EnablingState) Init

func (rcv *EnablingState) Init(buf []byte, i flatbuffers.UOffsetT)

func (*EnablingState) Messages

func (rcv *EnablingState) Messages() bool

/ Unit name of the registered trace unit. / Enabling state of messages.

func (*EnablingState) MutateErrors

func (rcv *EnablingState) MutateErrors(n bool) bool

/ Enabling state of errors.

func (*EnablingState) MutateMessages

func (rcv *EnablingState) MutateMessages(n bool) bool

/ Enabling state of messages.

func (*EnablingState) MutateWarnings

func (rcv *EnablingState) MutateWarnings(n bool) bool

/ Enabling state of warnings.

func (*EnablingState) Table

func (rcv *EnablingState) Table() flatbuffers.Table

func (*EnablingState) UnPack added in v1.1.0

func (rcv *EnablingState) UnPack() *EnablingStateT

func (*EnablingState) UnPackTo added in v1.1.0

func (rcv *EnablingState) UnPackTo(t *EnablingStateT)

func (*EnablingState) UnitName

func (rcv *EnablingState) UnitName() []byte

/ Unit name of the registered trace unit.

func (*EnablingState) Warnings

func (rcv *EnablingState) Warnings() bool

/ Enabling state of warnings.

type EnablingStateT added in v1.1.0

type EnablingStateT struct {
	UnitName string
	Messages bool
	Warnings bool
	Errors   bool
}

/ This table holds the enabling state of messages, warnings and errors of one trace unit.

func (*EnablingStateT) Pack added in v1.1.0

type EnablingStates

type EnablingStates struct {
	// contains filtered or unexported fields
}

func GetRootAsEnablingStates

func GetRootAsEnablingStates(buf []byte, offset flatbuffers.UOffsetT) *EnablingStates

func GetSizePrefixedRootAsEnablingStates

func GetSizePrefixedRootAsEnablingStates(buf []byte, offset flatbuffers.UOffsetT) *EnablingStates

func (*EnablingStates) EnablingStates

func (rcv *EnablingStates) EnablingStates(obj *EnablingState, j int) bool

/ All enabling states.

func (*EnablingStates) EnablingStatesLength

func (rcv *EnablingStates) EnablingStatesLength() int

func (*EnablingStates) Init

func (rcv *EnablingStates) Init(buf []byte, i flatbuffers.UOffsetT)

func (*EnablingStates) MachineIdentification

func (rcv *EnablingStates) MachineIdentification() []byte

/ All enabling states. / Machine identification to identify a specific device.

func (*EnablingStates) Table

func (rcv *EnablingStates) Table() flatbuffers.Table

func (*EnablingStates) UnPack added in v1.1.0

func (rcv *EnablingStates) UnPack() *EnablingStatesT

func (*EnablingStates) UnPackTo added in v1.1.0

func (rcv *EnablingStates) UnPackTo(t *EnablingStatesT)

type EnablingStatesT added in v1.1.0

type EnablingStatesT struct {
	EnablingStates        []*EnablingStateT
	MachineIdentification string
}

/ This table defines the enabling states of all trace units for a specific device.

func (*EnablingStatesT) Pack added in v1.1.0

Jump to

Keyboard shortcuts

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