datalayer

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: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var EnumNamesAccessType = map[AccessType]string{
	AccessTypeUnknown:      "Unknown",
	AccessTypeRaw:          "Raw",
	AccessTypeTripleBuffer: "TripleBuffer",
	AccessTypeNTelBuf:      "NTelBuf",
}
View Source
var EnumNamesDataChangeTrigger = map[DataChangeTrigger]string{
	DataChangeTriggerStatus:               "Status",
	DataChangeTriggerStatusValue:          "StatusValue",
	DataChangeTriggerStatusValueTimestamp: "StatusValueTimestamp",
}
View Source
var EnumNamesDisplayFormat = map[DisplayFormat]string{
	DisplayFormatAuto: "Auto",
	DisplayFormatBin:  "Bin",
	DisplayFormatOct:  "Oct",
	DisplayFormatDec:  "Dec",
	DisplayFormatHex:  "Hex",
}
View Source
var EnumNamesMemoryType = map[MemoryType]string{
	MemoryTypeUnknown:      "Unknown",
	MemoryTypeInput:        "Input",
	MemoryTypeOutput:       "Output",
	MemoryTypeSharedRetain: "SharedRetain",
	MemoryTypeShared:       "Shared",
}
View Source
var EnumNamesNodeClass = map[NodeClass]string{
	NodeClassNode:       "Node",
	NodeClassMethod:     "Method",
	NodeClassType:       "Type",
	NodeClassVariable:   "Variable",
	NodeClassCollection: "Collection",
	NodeClassResource:   "Resource",
	NodeClassProgram:    "Program",
	NodeClassFolder:     "Folder",
}
View Source
var EnumNamesNotifyType = map[NotifyType]string{
	NotifyTypeData:      "Data",
	NotifyTypeBrowse:    "Browse",
	NotifyTypeMetadata:  "Metadata",
	NotifyTypeKeepalive: "Keepalive",
}
View Source
var EnumNamesProgramTaskState = map[ProgramTaskState]string{
	ProgramTaskStatepending: "pending",
	ProgramTaskStatefailed:  "failed",
	ProgramTaskStatedone:    "done",
	ProgramTaskStaterunning: "running",
}
View Source
var EnumNamesProperties = map[Properties]string{
	PropertiesNONE:             "NONE",
	PropertiesSampling:         "Sampling",
	PropertiesQueueing:         "Queueing",
	PropertiesDataChangeFilter: "DataChangeFilter",
	PropertiesChangeEvents:     "ChangeEvents",
	PropertiesCounting:         "Counting",
}
View Source
var EnumNamesQueueBehaviour = map[QueueBehaviour]string{
	QueueBehaviourDiscardOldest: "DiscardOldest",
	QueueBehaviourDiscardNewest: "DiscardNewest",
}
View Source
var EnumNamesSeverity = map[Severity]string{
	SeverityEmergency:     "Emergency",
	SeverityAlert:         "Alert",
	SeverityCritical:      "Critical",
	SeverityError:         "Error",
	SeverityWarning:       "Warning",
	SeverityNotice:        "Notice",
	SeverityInformational: "Informational",
	SeverityDebug:         "Debug",
}
View Source
var EnumValuesAccessType = map[string]AccessType{
	"Unknown":      AccessTypeUnknown,
	"Raw":          AccessTypeRaw,
	"TripleBuffer": AccessTypeTripleBuffer,
	"NTelBuf":      AccessTypeNTelBuf,
}
View Source
var EnumValuesDataChangeTrigger = map[string]DataChangeTrigger{
	"Status":               DataChangeTriggerStatus,
	"StatusValue":          DataChangeTriggerStatusValue,
	"StatusValueTimestamp": DataChangeTriggerStatusValueTimestamp,
}
View Source
var EnumValuesDisplayFormat = map[string]DisplayFormat{
	"Auto": DisplayFormatAuto,
	"Bin":  DisplayFormatBin,
	"Oct":  DisplayFormatOct,
	"Dec":  DisplayFormatDec,
	"Hex":  DisplayFormatHex,
}
View Source
var EnumValuesMemoryType = map[string]MemoryType{
	"Unknown":      MemoryTypeUnknown,
	"Input":        MemoryTypeInput,
	"Output":       MemoryTypeOutput,
	"SharedRetain": MemoryTypeSharedRetain,
	"Shared":       MemoryTypeShared,
}
View Source
var EnumValuesNodeClass = map[string]NodeClass{
	"Node":       NodeClassNode,
	"Method":     NodeClassMethod,
	"Type":       NodeClassType,
	"Variable":   NodeClassVariable,
	"Collection": NodeClassCollection,
	"Resource":   NodeClassResource,
	"Program":    NodeClassProgram,
	"Folder":     NodeClassFolder,
}
View Source
var EnumValuesNotifyType = map[string]NotifyType{
	"Data":      NotifyTypeData,
	"Browse":    NotifyTypeBrowse,
	"Metadata":  NotifyTypeMetadata,
	"Keepalive": NotifyTypeKeepalive,
}
View Source
var EnumValuesProgramTaskState = map[string]ProgramTaskState{
	"pending": ProgramTaskStatepending,
	"failed":  ProgramTaskStatefailed,
	"done":    ProgramTaskStatedone,
	"running": ProgramTaskStaterunning,
}
View Source
var EnumValuesProperties = map[string]Properties{
	"NONE":             PropertiesNONE,
	"Sampling":         PropertiesSampling,
	"Queueing":         PropertiesQueueing,
	"DataChangeFilter": PropertiesDataChangeFilter,
	"ChangeEvents":     PropertiesChangeEvents,
	"Counting":         PropertiesCounting,
}
View Source
var EnumValuesQueueBehaviour = map[string]QueueBehaviour{
	"DiscardOldest": QueueBehaviourDiscardOldest,
	"DiscardNewest": QueueBehaviourDiscardNewest,
}
View Source
var EnumValuesSeverity = map[string]Severity{
	"Emergency":     SeverityEmergency,
	"Alert":         SeverityAlert,
	"Critical":      SeverityCritical,
	"Error":         SeverityError,
	"Warning":       SeverityWarning,
	"Notice":        SeverityNotice,
	"Informational": SeverityInformational,
	"Debug":         SeverityDebug,
}

Functions

func AllowedOperationsAddBrowse

func AllowedOperationsAddBrowse(builder *flatbuffers.Builder, browse bool)

func AllowedOperationsAddCreate

func AllowedOperationsAddCreate(builder *flatbuffers.Builder, create bool)

func AllowedOperationsAddDelete

func AllowedOperationsAddDelete(builder *flatbuffers.Builder, delete bool)

func AllowedOperationsAddRead

func AllowedOperationsAddRead(builder *flatbuffers.Builder, read bool)

func AllowedOperationsAddWrite

func AllowedOperationsAddWrite(builder *flatbuffers.Builder, write bool)

func AllowedOperationsEnd

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

func AllowedOperationsStart

func AllowedOperationsStart(builder *flatbuffers.Builder)

func ArrayOfBool8AddValue

func ArrayOfBool8AddValue(builder *flatbuffers.Builder, value flatbuffers.UOffsetT)

func ArrayOfBool8End

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

func ArrayOfBool8Start

func ArrayOfBool8Start(builder *flatbuffers.Builder)

func ArrayOfBool8StartValueVector

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

func ArrayOfDoubleAddValue added in v1.3.0

func ArrayOfDoubleAddValue(builder *flatbuffers.Builder, value flatbuffers.UOffsetT)

func ArrayOfDoubleEnd added in v1.3.0

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

func ArrayOfDoubleStart added in v1.3.0

func ArrayOfDoubleStart(builder *flatbuffers.Builder)

func ArrayOfDoubleStartValueVector added in v1.3.0

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

func ArrayOfFloat32AddValue

func ArrayOfFloat32AddValue(builder *flatbuffers.Builder, value flatbuffers.UOffsetT)

func ArrayOfFloat32End

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

func ArrayOfFloat32Start

func ArrayOfFloat32Start(builder *flatbuffers.Builder)

func ArrayOfFloat32StartValueVector

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

func ArrayOfFloat64AddValue

func ArrayOfFloat64AddValue(builder *flatbuffers.Builder, value flatbuffers.UOffsetT)

func ArrayOfFloat64End

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

func ArrayOfFloat64Start

func ArrayOfFloat64Start(builder *flatbuffers.Builder)

func ArrayOfFloat64StartValueVector

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

func ArrayOfInt16AddValue

func ArrayOfInt16AddValue(builder *flatbuffers.Builder, value flatbuffers.UOffsetT)

func ArrayOfInt16End

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

func ArrayOfInt16Start

func ArrayOfInt16Start(builder *flatbuffers.Builder)

func ArrayOfInt16StartValueVector

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

func ArrayOfInt32AddValue

func ArrayOfInt32AddValue(builder *flatbuffers.Builder, value flatbuffers.UOffsetT)

func ArrayOfInt32End

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

func ArrayOfInt32Start

func ArrayOfInt32Start(builder *flatbuffers.Builder)

func ArrayOfInt32StartValueVector

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

func ArrayOfInt64AddValue

func ArrayOfInt64AddValue(builder *flatbuffers.Builder, value flatbuffers.UOffsetT)

func ArrayOfInt64End

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

func ArrayOfInt64Start

func ArrayOfInt64Start(builder *flatbuffers.Builder)

func ArrayOfInt64StartValueVector

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

func ArrayOfInt8AddValue

func ArrayOfInt8AddValue(builder *flatbuffers.Builder, value flatbuffers.UOffsetT)

func ArrayOfInt8End

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

func ArrayOfInt8Start

func ArrayOfInt8Start(builder *flatbuffers.Builder)

func ArrayOfInt8StartValueVector

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

func ArrayOfStringAddValue

func ArrayOfStringAddValue(builder *flatbuffers.Builder, value flatbuffers.UOffsetT)

func ArrayOfStringEnd

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

func ArrayOfStringStart

func ArrayOfStringStart(builder *flatbuffers.Builder)

func ArrayOfStringStartValueVector

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

func ArrayOfTimestampAddValue added in v1.1.0

func ArrayOfTimestampAddValue(builder *flatbuffers.Builder, value flatbuffers.UOffsetT)

func ArrayOfTimestampEnd added in v1.1.0

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

func ArrayOfTimestampStart added in v1.1.0

func ArrayOfTimestampStart(builder *flatbuffers.Builder)

func ArrayOfTimestampStartValueVector added in v1.1.0

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

func ArrayOfUInt16AddValue

func ArrayOfUInt16AddValue(builder *flatbuffers.Builder, value flatbuffers.UOffsetT)

func ArrayOfUInt16End

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

func ArrayOfUInt16Start

func ArrayOfUInt16Start(builder *flatbuffers.Builder)

func ArrayOfUInt16StartValueVector

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

func ArrayOfUInt32AddValue

func ArrayOfUInt32AddValue(builder *flatbuffers.Builder, value flatbuffers.UOffsetT)

func ArrayOfUInt32End

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

func ArrayOfUInt32Start

func ArrayOfUInt32Start(builder *flatbuffers.Builder)

func ArrayOfUInt32StartValueVector

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

func ArrayOfUInt64AddValue

func ArrayOfUInt64AddValue(builder *flatbuffers.Builder, value flatbuffers.UOffsetT)

func ArrayOfUInt64End

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

func ArrayOfUInt64Start

func ArrayOfUInt64Start(builder *flatbuffers.Builder)

func ArrayOfUInt64StartValueVector

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

func ArrayOfUInt8AddValue

func ArrayOfUInt8AddValue(builder *flatbuffers.Builder, value flatbuffers.UOffsetT)

func ArrayOfUInt8End

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

func ArrayOfUInt8Start

func ArrayOfUInt8Start(builder *flatbuffers.Builder)

func ArrayOfUInt8StartValueVector

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

func Bool8AddValue

func Bool8AddValue(builder *flatbuffers.Builder, value bool)

func Bool8End

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

func Bool8Start

func Bool8Start(builder *flatbuffers.Builder)

func ChangeEventsAddBrowselistChange

func ChangeEventsAddBrowselistChange(builder *flatbuffers.Builder, browselistChange bool)

func ChangeEventsAddMetadataChange

func ChangeEventsAddMetadataChange(builder *flatbuffers.Builder, metadataChange bool)

func ChangeEventsAddValueChange

func ChangeEventsAddValueChange(builder *flatbuffers.Builder, valueChange DataChangeTrigger)

func ChangeEventsEnd

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

func ChangeEventsStart

func ChangeEventsStart(builder *flatbuffers.Builder)

func CheckOperationsAddAddress

func CheckOperationsAddAddress(builder *flatbuffers.Builder, address flatbuffers.UOffsetT)

func CheckOperationsAddToken

func CheckOperationsAddToken(builder *flatbuffers.Builder, token flatbuffers.UOffsetT)

func CheckOperationsEnd

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

func CheckOperationsStart

func CheckOperationsStart(builder *flatbuffers.Builder)

/ token to check

func ClaimAddClaim

func ClaimAddClaim(builder *flatbuffers.Builder, claim flatbuffers.UOffsetT)

func ClaimAddValue

func ClaimAddValue(builder *flatbuffers.Builder, value flatbuffers.UOffsetT)

func ClaimEnd

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

func ClaimStart

func ClaimStart(builder *flatbuffers.Builder)

func CountingAddCountSubscriptions

func CountingAddCountSubscriptions(builder *flatbuffers.Builder, countSubscriptions bool)

func CountingEnd

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

func CountingStart

func CountingStart(builder *flatbuffers.Builder)

func DataChangeFilterAddDeadBandValue

func DataChangeFilterAddDeadBandValue(builder *flatbuffers.Builder, deadBandValue float32)

func DataChangeFilterEnd

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

func DataChangeFilterStart

func DataChangeFilterStart(builder *flatbuffers.Builder)

func DebugChannelAddAddress

func DebugChannelAddAddress(builder *flatbuffers.Builder, address flatbuffers.UOffsetT)

func DebugChannelAddIsTrigger

func DebugChannelAddIsTrigger(builder *flatbuffers.Builder, isTrigger bool)

func DebugChannelAddName

func DebugChannelAddName(builder *flatbuffers.Builder, name flatbuffers.UOffsetT)

func DebugChannelEnd

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

func DebugChannelStart

func DebugChannelStart(builder *flatbuffers.Builder)

func DiagMoreInfoAddKey added in v1.1.0

func DiagMoreInfoAddKey(builder *flatbuffers.Builder, key flatbuffers.UOffsetT)

func DiagMoreInfoAddValue added in v1.1.0

func DiagMoreInfoAddValue(builder *flatbuffers.Builder, value flatbuffers.UOffsetT)

func DiagMoreInfoEnd added in v1.1.0

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

func DiagMoreInfoStart added in v1.1.0

func DiagMoreInfoStart(builder *flatbuffers.Builder)

/ corresponding value

func DiagnosisAddCause added in v1.1.0

func DiagnosisAddCause(builder *flatbuffers.Builder, cause flatbuffers.UOffsetT)

func DiagnosisAddDetailedDiagnosisCode

func DiagnosisAddDetailedDiagnosisCode(builder *flatbuffers.Builder, detailedDiagnosisCode uint32)

func DiagnosisAddDynamicDescription

func DiagnosisAddDynamicDescription(builder *flatbuffers.Builder, dynamicDescription flatbuffers.UOffsetT)

func DiagnosisAddEntity

func DiagnosisAddEntity(builder *flatbuffers.Builder, entity flatbuffers.UOffsetT)

func DiagnosisAddMainDiagnosisCode

func DiagnosisAddMainDiagnosisCode(builder *flatbuffers.Builder, mainDiagnosisCode uint32)

func DiagnosisAddMoreInfo added in v1.1.0

func DiagnosisAddMoreInfo(builder *flatbuffers.Builder, moreInfo flatbuffers.UOffsetT)

func DiagnosisEnd

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

func DiagnosisStart

func DiagnosisStart(builder *flatbuffers.Builder)

/ Cause of this diagnosis

func DiagnosisStartCauseVector added in v1.1.0

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

func DiagnosisStartMoreInfoVector added in v1.1.0

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

func DoubleAddValue added in v1.3.0

func DoubleAddValue(builder *flatbuffers.Builder, value float64)

func DoubleEnd added in v1.3.0

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

func DoubleStart added in v1.3.0

func DoubleStart(builder *flatbuffers.Builder)

func ExtensionAddKey

func ExtensionAddKey(builder *flatbuffers.Builder, key flatbuffers.UOffsetT)

func ExtensionAddValue

func ExtensionAddValue(builder *flatbuffers.Builder, value flatbuffers.UOffsetT)

func ExtensionEnd

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

func ExtensionStart

func ExtensionStart(builder *flatbuffers.Builder)

func FactoryStatsAddNumClients

func FactoryStatsAddNumClients(builder *flatbuffers.Builder, numClients uint32)

func FactoryStatsAddNumProviders

func FactoryStatsAddNumProviders(builder *flatbuffers.Builder, numProviders uint32)

func FactoryStatsAddOpenClientRequests

func FactoryStatsAddOpenClientRequests(builder *flatbuffers.Builder, openClientRequests uint32)

func FactoryStatsAddOpenProviderRequests

func FactoryStatsAddOpenProviderRequests(builder *flatbuffers.Builder, openProviderRequests uint32)

func FactoryStatsEnd

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

func FactoryStatsStart

func FactoryStatsStart(builder *flatbuffers.Builder)

func Float32AddValue

func Float32AddValue(builder *flatbuffers.Builder, value float32)

func Float32End

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

func Float32Start

func Float32Start(builder *flatbuffers.Builder)

func Float64AddValue

func Float64AddValue(builder *flatbuffers.Builder, value float64)

func Float64End

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

func Float64Start

func Float64Start(builder *flatbuffers.Builder)

func Int16AddValue

func Int16AddValue(builder *flatbuffers.Builder, value int16)

func Int16End

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

func Int16Start

func Int16Start(builder *flatbuffers.Builder)

func Int32AddValue

func Int32AddValue(builder *flatbuffers.Builder, value int32)

func Int32End

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

func Int32Start

func Int32Start(builder *flatbuffers.Builder)

func Int64AddValue

func Int64AddValue(builder *flatbuffers.Builder, value int64)

func Int64End

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

func Int64Start

func Int64Start(builder *flatbuffers.Builder)

func Int8AddValue

func Int8AddValue(builder *flatbuffers.Builder, value int8)

func Int8End

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

func Int8Start

func Int8Start(builder *flatbuffers.Builder)

func LocaleTextAddId

func LocaleTextAddId(builder *flatbuffers.Builder, id flatbuffers.UOffsetT)

func LocaleTextAddText

func LocaleTextAddText(builder *flatbuffers.Builder, text flatbuffers.UOffsetT)

func LocaleTextEnd

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

func LocaleTextStart

func LocaleTextStart(builder *flatbuffers.Builder)

func MemoryAddAccessType added in v1.1.0

func MemoryAddAccessType(builder *flatbuffers.Builder, accessType AccessType)

func MemoryAddId

func MemoryAddId(builder *flatbuffers.Builder, id flatbuffers.UOffsetT)

func MemoryAddSizeBytes

func MemoryAddSizeBytes(builder *flatbuffers.Builder, sizeBytes uint32)

func MemoryAddType

func MemoryAddType(builder *flatbuffers.Builder, type_ MemoryType)

func MemoryEnd

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

func MemoryMapAddDisableInputImage added in v1.3.0

func MemoryMapAddDisableInputImage(builder *flatbuffers.Builder, disableInputImage bool)

func MemoryMapAddRevision

func MemoryMapAddRevision(builder *flatbuffers.Builder, revision uint32)

func MemoryMapAddVariables

func MemoryMapAddVariables(builder *flatbuffers.Builder, variables flatbuffers.UOffsetT)

func MemoryMapEnd

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

func MemoryMapStart

func MemoryMapStart(builder *flatbuffers.Builder)

func MemoryMapStartVariablesVector

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

func MemoryStart

func MemoryStart(builder *flatbuffers.Builder)

func MessageDetailAddTimestamp

func MessageDetailAddTimestamp(builder *flatbuffers.Builder, timestamp uint64)

func MessageDetailEnd

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

func MessageDetailStart

func MessageDetailStart(builder *flatbuffers.Builder)

func MetadataAddDescription

func MetadataAddDescription(builder *flatbuffers.Builder, description flatbuffers.UOffsetT)

func MetadataAddDescriptionUrl

func MetadataAddDescriptionUrl(builder *flatbuffers.Builder, descriptionUrl flatbuffers.UOffsetT)

func MetadataAddDescriptions

func MetadataAddDescriptions(builder *flatbuffers.Builder, descriptions flatbuffers.UOffsetT)

func MetadataAddDisplayFormat

func MetadataAddDisplayFormat(builder *flatbuffers.Builder, displayFormat DisplayFormat)

func MetadataAddDisplayName

func MetadataAddDisplayName(builder *flatbuffers.Builder, displayName flatbuffers.UOffsetT)

func MetadataAddDisplayNames

func MetadataAddDisplayNames(builder *flatbuffers.Builder, displayNames flatbuffers.UOffsetT)

func MetadataAddExtensions

func MetadataAddExtensions(builder *flatbuffers.Builder, extensions flatbuffers.UOffsetT)

func MetadataAddNodeClass

func MetadataAddNodeClass(builder *flatbuffers.Builder, nodeClass NodeClass)

func MetadataAddOperations

func MetadataAddOperations(builder *flatbuffers.Builder, operations flatbuffers.UOffsetT)

func MetadataAddReferences

func MetadataAddReferences(builder *flatbuffers.Builder, references flatbuffers.UOffsetT)

func MetadataAddUnit

func MetadataAddUnit(builder *flatbuffers.Builder, unit flatbuffers.UOffsetT)

func MetadataDBAddAddress

func MetadataDBAddAddress(builder *flatbuffers.Builder, address flatbuffers.UOffsetT)

func MetadataDBAddAsterisk

func MetadataDBAddAsterisk(builder *flatbuffers.Builder, asterisk flatbuffers.UOffsetT)

func MetadataDBAddChilds

func MetadataDBAddChilds(builder *flatbuffers.Builder, childs flatbuffers.UOffsetT)

func MetadataDBAddMetadata

func MetadataDBAddMetadata(builder *flatbuffers.Builder, metadata flatbuffers.UOffsetT)

func MetadataDBEnd

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

func MetadataDBStart

func MetadataDBStart(builder *flatbuffers.Builder)

func MetadataDBStartChildsVector

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

func MetadataEnd

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

func MetadataStart

func MetadataStart(builder *flatbuffers.Builder)

func MetadataStartDescriptionsVector

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

func MetadataStartDisplayNamesVector

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

func MetadataStartExtensionsVector

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

func MetadataStartReferencesVector

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

func NTelBufferConfigAddDefaultN added in v1.1.0

func NTelBufferConfigAddDefaultN(builder *flatbuffers.Builder, defaultN uint16)

func NTelBufferConfigEnd added in v1.1.0

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

func NTelBufferConfigStart added in v1.1.0

func NTelBufferConfigStart(builder *flatbuffers.Builder)

func NotifyInfoAddNode

func NotifyInfoAddNode(builder *flatbuffers.Builder, node flatbuffers.UOffsetT)

func NotifyInfoAddNotifyType

func NotifyInfoAddNotifyType(builder *flatbuffers.Builder, notifyType NotifyType)

func NotifyInfoAddTimestamp

func NotifyInfoAddTimestamp(builder *flatbuffers.Builder, timestamp uint64)

func NotifyInfoEnd

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

func NotifyInfoStart

func NotifyInfoStart(builder *flatbuffers.Builder)

func PersistenceParamAddConfigurationPath

func PersistenceParamAddConfigurationPath(builder *flatbuffers.Builder, configurationPath flatbuffers.UOffsetT)

func PersistenceParamAddId

func PersistenceParamAddId(builder *flatbuffers.Builder, id flatbuffers.UOffsetT)

func PersistenceParamAddPhase

func PersistenceParamAddPhase(builder *flatbuffers.Builder, phase flatbuffers.UOffsetT)

func PersistenceParamEnd

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

func PersistenceParamStart

func PersistenceParamStart(builder *flatbuffers.Builder)

/ specifies the current processing phase of a save or load operation

func ProblemAddCause added in v1.1.0

func ProblemAddCause(builder *flatbuffers.Builder, cause flatbuffers.UOffsetT)

func ProblemAddDetail

func ProblemAddDetail(builder *flatbuffers.Builder, detail flatbuffers.UOffsetT)

func ProblemAddDetailedDiagnosisCode

func ProblemAddDetailedDiagnosisCode(builder *flatbuffers.Builder, detailedDiagnosisCode flatbuffers.UOffsetT)

func ProblemAddDynamicDescription

func ProblemAddDynamicDescription(builder *flatbuffers.Builder, dynamicDescription flatbuffers.UOffsetT)

func ProblemAddEntity

func ProblemAddEntity(builder *flatbuffers.Builder, entity flatbuffers.UOffsetT)

func ProblemAddInstance

func ProblemAddInstance(builder *flatbuffers.Builder, instance flatbuffers.UOffsetT)
func ProblemAddLinks(builder *flatbuffers.Builder, links flatbuffers.UOffsetT)

func ProblemAddMainDiagnosisCode

func ProblemAddMainDiagnosisCode(builder *flatbuffers.Builder, mainDiagnosisCode flatbuffers.UOffsetT)

func ProblemAddMoreInfo added in v1.1.0

func ProblemAddMoreInfo(builder *flatbuffers.Builder, moreInfo flatbuffers.UOffsetT)

func ProblemAddSeverity

func ProblemAddSeverity(builder *flatbuffers.Builder, severity Severity)

func ProblemAddStatus

func ProblemAddStatus(builder *flatbuffers.Builder, status int32)

func ProblemAddTitle

func ProblemAddTitle(builder *flatbuffers.Builder, title flatbuffers.UOffsetT)

func ProblemAddType

func ProblemAddType(builder *flatbuffers.Builder, type_ flatbuffers.UOffsetT)

func ProblemEnd

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

func ProblemStart

func ProblemStart(builder *flatbuffers.Builder)

/ Cause of the problem

func ProblemStartCauseVector added in v1.1.0

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

func ProblemStartLinksVector

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

func ProblemStartMoreInfoVector added in v1.1.0

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

func ProgramTaskAddId

func ProgramTaskAddId(builder *flatbuffers.Builder, id flatbuffers.UOffsetT)

func ProgramTaskAddProgress

func ProgramTaskAddProgress(builder *flatbuffers.Builder, progress uint32)

func ProgramTaskAddProgressInfo added in v1.1.0

func ProgramTaskAddProgressInfo(builder *flatbuffers.Builder, progressInfo flatbuffers.UOffsetT)

func ProgramTaskAddResult

func ProgramTaskAddResult(builder *flatbuffers.Builder, result flatbuffers.UOffsetT)

func ProgramTaskAddState

func ProgramTaskAddState(builder *flatbuffers.Builder, state ProgramTaskState)

func ProgramTaskAllAddTasks

func ProgramTaskAllAddTasks(builder *flatbuffers.Builder, Tasks flatbuffers.UOffsetT)

func ProgramTaskAllEnd

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

func ProgramTaskAllStart

func ProgramTaskAllStart(builder *flatbuffers.Builder)

func ProgramTaskAllStartTasksVector

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

func ProgramTaskEnd

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

func ProgramTaskStart

func ProgramTaskStart(builder *flatbuffers.Builder)

/ Additional progress information

func PropertyAddRule

func PropertyAddRule(builder *flatbuffers.Builder, rule flatbuffers.UOffsetT)

func PropertyAddRuleType

func PropertyAddRuleType(builder *flatbuffers.Builder, ruleType Properties)

func PropertyEnd

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

func PropertyStart

func PropertyStart(builder *flatbuffers.Builder)

func QueueingAddBehaviour

func QueueingAddBehaviour(builder *flatbuffers.Builder, behaviour QueueBehaviour)

func QueueingAddQueueSize

func QueueingAddQueueSize(builder *flatbuffers.Builder, queueSize uint32)

func QueueingEnd

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

func QueueingStart

func QueueingStart(builder *flatbuffers.Builder)

func RawAddValue

func RawAddValue(builder *flatbuffers.Builder, value flatbuffers.UOffsetT)

func RawEnd

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

func RawStart

func RawStart(builder *flatbuffers.Builder)

func RawStartValueVector

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

func RealtimeConfigAddDefaultInputAcessType added in v1.1.0

func RealtimeConfigAddDefaultInputAcessType(builder *flatbuffers.Builder, defaultInputAcessType AccessType)

func RealtimeConfigAddNTelBufConfig added in v1.1.0

func RealtimeConfigAddNTelBufConfig(builder *flatbuffers.Builder, nTelBufConfig flatbuffers.UOffsetT)

func RealtimeConfigEnd added in v1.1.0

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

func RealtimeConfigStart added in v1.1.0

func RealtimeConfigStart(builder *flatbuffers.Builder)

/ Configuration if NTelBuf is configured in defaultInputAcessType

func ReferenceAddTargetAddress

func ReferenceAddTargetAddress(builder *flatbuffers.Builder, targetAddress flatbuffers.UOffsetT)

func ReferenceAddType

func ReferenceAddType(builder *flatbuffers.Builder, type_ flatbuffers.UOffsetT)

func ReferenceEnd

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

func ReferenceStart

func ReferenceStart(builder *flatbuffers.Builder)

/ full qualified address of target

func RetainStatsAddBiggestFree

func RetainStatsAddBiggestFree(builder *flatbuffers.Builder, biggestFree uint32)

func RetainStatsAddFree

func RetainStatsAddFree(builder *flatbuffers.Builder, free uint32)

func RetainStatsAddInfo

func RetainStatsAddInfo(builder *flatbuffers.Builder, info flatbuffers.UOffsetT)

func RetainStatsAddLastUsed

func RetainStatsAddLastUsed(builder *flatbuffers.Builder, lastUsed uint32)

func RetainStatsAddSyncCounter

func RetainStatsAddSyncCounter(builder *flatbuffers.Builder, syncCounter uint32)

func RetainStatsAddTotal

func RetainStatsAddTotal(builder *flatbuffers.Builder, total uint32)

func RetainStatsAddUsed

func RetainStatsAddUsed(builder *flatbuffers.Builder, used uint32)

func RetainStatsEnd

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

func RetainStatsStart

func RetainStatsStart(builder *flatbuffers.Builder)

/ debug information of shared memory

func SamplingAddSamplingInterval

func SamplingAddSamplingInterval(builder *flatbuffers.Builder, samplingInterval uint64)

func SamplingEnd

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

func SamplingStart

func SamplingStart(builder *flatbuffers.Builder)

func ScopeAddDescription

func ScopeAddDescription(builder *flatbuffers.Builder, description flatbuffers.UOffsetT)

func ScopeAddIdentifier

func ScopeAddIdentifier(builder *flatbuffers.Builder, identifier flatbuffers.UOffsetT)

func ScopeAddName

func ScopeAddName(builder *flatbuffers.Builder, name flatbuffers.UOffsetT)

func ScopeAddPermissionsR added in v1.1.0

func ScopeAddPermissionsR(builder *flatbuffers.Builder, permissionsR flatbuffers.UOffsetT)

func ScopeAddPermissionsRW added in v1.1.0

func ScopeAddPermissionsRW(builder *flatbuffers.Builder, permissionsRW flatbuffers.UOffsetT)

func ScopeAddPermissionsRWX added in v1.1.0

func ScopeAddPermissionsRWX(builder *flatbuffers.Builder, permissionsRWX flatbuffers.UOffsetT)

func ScopeAddPermissionsX added in v1.1.0

func ScopeAddPermissionsX(builder *flatbuffers.Builder, permissionsX flatbuffers.UOffsetT)

func ScopeEnd

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

func ScopeStart

func ScopeStart(builder *flatbuffers.Builder)

/ List of permission string for all operations

func ScopeStartPermissionsRVector added in v1.1.0

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

func ScopeStartPermissionsRWVector added in v1.1.0

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

func ScopeStartPermissionsRWXVector added in v1.1.0

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

func ScopeStartPermissionsXVector added in v1.1.0

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

func ScopesAddScopes

func ScopesAddScopes(builder *flatbuffers.Builder, scopes flatbuffers.UOffsetT)

func ScopesEnd

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

func ScopesStart

func ScopesStart(builder *flatbuffers.Builder)

/ List of scopes

func ScopesStartScopesVector

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

func ServerSettingsAddDebugAddress added in v1.2.0

func ServerSettingsAddDebugAddress(builder *flatbuffers.Builder, debugAddress flatbuffers.UOffsetT)

func ServerSettingsAddServerEmulatedNvramSize added in v1.3.0

func ServerSettingsAddServerEmulatedNvramSize(builder *flatbuffers.Builder, serverEmulatedNvramSize uint32)

func ServerSettingsAddServerIdlePingTimeout

func ServerSettingsAddServerIdlePingTimeout(builder *flatbuffers.Builder, serverIdlePingTimeout uint32)

func ServerSettingsAddServerMaxMessageSize added in v1.1.0

func ServerSettingsAddServerMaxMessageSize(builder *flatbuffers.Builder, serverMaxMessageSize uint32)

func ServerSettingsAddServerMaxRtSize added in v1.2.0

func ServerSettingsAddServerMaxRtSize(builder *flatbuffers.Builder, serverMaxRtSize uint32)

func ServerSettingsAddServerWaitResponseTimeout

func ServerSettingsAddServerWaitResponseTimeout(builder *flatbuffers.Builder, serverWaitResponseTimeout uint32)

func ServerSettingsEnd

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

func ServerSettingsStart

func ServerSettingsStart(builder *flatbuffers.Builder)

func StringAddValue

func StringAddValue(builder *flatbuffers.Builder, value flatbuffers.UOffsetT)

func StringEnd

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

func StringStart

func StringStart(builder *flatbuffers.Builder)

func SubscriptionDataAddNodes

func SubscriptionDataAddNodes(builder *flatbuffers.Builder, nodes flatbuffers.UOffsetT)

func SubscriptionDataAddProperties

func SubscriptionDataAddProperties(builder *flatbuffers.Builder, properties flatbuffers.UOffsetT)

func SubscriptionDataEnd

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

func SubscriptionDataStart

func SubscriptionDataStart(builder *flatbuffers.Builder)

func SubscriptionDataStartNodesVector

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

func SubscriptionPropertiesAddErrorInterval

func SubscriptionPropertiesAddErrorInterval(builder *flatbuffers.Builder, errorInterval uint32)

func SubscriptionPropertiesAddId

func SubscriptionPropertiesAddId(builder *flatbuffers.Builder, id flatbuffers.UOffsetT)

func SubscriptionPropertiesAddKeepaliveInterval

func SubscriptionPropertiesAddKeepaliveInterval(builder *flatbuffers.Builder, keepaliveInterval uint32)

func SubscriptionPropertiesAddPublishInterval

func SubscriptionPropertiesAddPublishInterval(builder *flatbuffers.Builder, publishInterval uint32)

func SubscriptionPropertiesAddRules

func SubscriptionPropertiesAddRules(builder *flatbuffers.Builder, rules flatbuffers.UOffsetT)

func SubscriptionPropertiesEnd

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

func SubscriptionPropertiesStart

func SubscriptionPropertiesStart(builder *flatbuffers.Builder)

func SubscriptionPropertiesStartRulesVector

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

func SubscriptionSettingsAddMaximumBufferSize

func SubscriptionSettingsAddMaximumBufferSize(builder *flatbuffers.Builder, maximumBufferSize uint32)

func SubscriptionSettingsAddMaximumRTSubscribedNodes added in v1.3.0

func SubscriptionSettingsAddMaximumRTSubscribedNodes(builder *flatbuffers.Builder, maximumRTSubscribedNodes uint32)

func SubscriptionSettingsAddMinimumErrorInterval

func SubscriptionSettingsAddMinimumErrorInterval(builder *flatbuffers.Builder, minimumErrorInterval uint32)

func SubscriptionSettingsAddMinimumPublishInterval

func SubscriptionSettingsAddMinimumPublishInterval(builder *flatbuffers.Builder, minimumPublishInterval uint32)

func SubscriptionSettingsAddMinimumSampleInterval

func SubscriptionSettingsAddMinimumSampleInterval(builder *flatbuffers.Builder, minimumSampleInterval uint64)

func SubscriptionSettingsEnd

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

func SubscriptionSettingsStart

func SubscriptionSettingsStart(builder *flatbuffers.Builder)

func SubscriptionStatisticsAddNumberClients added in v1.3.0

func SubscriptionStatisticsAddNumberClients(builder *flatbuffers.Builder, numberClients uint32)

func SubscriptionStatisticsAddNumberRTSubscribedNodes added in v1.3.0

func SubscriptionStatisticsAddNumberRTSubscribedNodes(builder *flatbuffers.Builder, numberRTSubscribedNodes uint32)

func SubscriptionStatisticsAddNumberSubscribedNodes added in v1.3.0

func SubscriptionStatisticsAddNumberSubscribedNodes(builder *flatbuffers.Builder, numberSubscribedNodes uint32)

func SubscriptionStatisticsAddNumberSubscriptions added in v1.3.0

func SubscriptionStatisticsAddNumberSubscriptions(builder *flatbuffers.Builder, numberSubscriptions uint32)

func SubscriptionStatisticsEnd added in v1.3.0

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

func SubscriptionStatisticsStart added in v1.3.0

func SubscriptionStatisticsStart(builder *flatbuffers.Builder)

func TimestampAddValue added in v1.1.0

func TimestampAddValue(builder *flatbuffers.Builder, value uint64)

func TimestampEnd added in v1.1.0

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

func TimestampStart added in v1.1.0

func TimestampStart(builder *flatbuffers.Builder)

func TokenAddClaims

func TokenAddClaims(builder *flatbuffers.Builder, claims flatbuffers.UOffsetT)

func TokenAddExp

func TokenAddExp(builder *flatbuffers.Builder, exp uint64)

func TokenAddIat

func TokenAddIat(builder *flatbuffers.Builder, iat uint64)

func TokenAddId

func TokenAddId(builder *flatbuffers.Builder, id flatbuffers.UOffsetT)

func TokenAddName

func TokenAddName(builder *flatbuffers.Builder, name flatbuffers.UOffsetT)

func TokenAddPlchandle

func TokenAddPlchandle(builder *flatbuffers.Builder, plchandle uint64)

func TokenAddScope

func TokenAddScope(builder *flatbuffers.Builder, scope flatbuffers.UOffsetT)

func TokenEnd

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

func TokenStart

func TokenStart(builder *flatbuffers.Builder)

func TokenStartClaimsVector

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

func TokenStartScopeVector

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

func UInt16AddValue

func UInt16AddValue(builder *flatbuffers.Builder, value uint16)

func UInt16End

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

func UInt16Start

func UInt16Start(builder *flatbuffers.Builder)

func UInt32AddValue

func UInt32AddValue(builder *flatbuffers.Builder, value uint32)

func UInt32End

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

func UInt32Start

func UInt32Start(builder *flatbuffers.Builder)

func UInt64AddValue

func UInt64AddValue(builder *flatbuffers.Builder, value uint64)

func UInt64End

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

func UInt64Start

func UInt64Start(builder *flatbuffers.Builder)

func UInt8AddValue

func UInt8AddValue(builder *flatbuffers.Builder, value byte)

func UInt8End

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

func UInt8Start

func UInt8Start(builder *flatbuffers.Builder)

func VariableAddBitoffset

func VariableAddBitoffset(builder *flatbuffers.Builder, bitoffset uint32)

func VariableAddBitsize

func VariableAddBitsize(builder *flatbuffers.Builder, bitsize uint32)

func VariableAddMetadata added in v1.3.0

func VariableAddMetadata(builder *flatbuffers.Builder, metadata flatbuffers.UOffsetT)

func VariableAddName

func VariableAddName(builder *flatbuffers.Builder, name flatbuffers.UOffsetT)

func VariableAddType

func VariableAddType(builder *flatbuffers.Builder, type_ flatbuffers.UOffsetT)

func VariableEnd

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

func VariableStart

func VariableStart(builder *flatbuffers.Builder)

/ metadata of the variable

func WatchlistAddItems

func WatchlistAddItems(builder *flatbuffers.Builder, items flatbuffers.UOffsetT)

func WatchlistAddName

func WatchlistAddName(builder *flatbuffers.Builder, name flatbuffers.UOffsetT)

func WatchlistEnd

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

func WatchlistStart

func WatchlistStart(builder *flatbuffers.Builder)

/ items of the watchlist

func WatchlistStartItemsVector

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

func WatchlistsAddWatchlists

func WatchlistsAddWatchlists(builder *flatbuffers.Builder, watchlists flatbuffers.UOffsetT)

func WatchlistsEnd

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

func WatchlistsStart

func WatchlistsStart(builder *flatbuffers.Builder)

/ Watchlists

func WatchlistsStartWatchlistsVector

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

Types

type AccessType added in v1.1.0

type AccessType int8
const (
	AccessTypeUnknown      AccessType = 0
	AccessTypeRaw          AccessType = 1
	AccessTypeTripleBuffer AccessType = 2
	AccessTypeNTelBuf      AccessType = 3
)

func (AccessType) String added in v1.1.0

func (v AccessType) String() string

type AllowedOperations

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

func GetRootAsAllowedOperations

func GetRootAsAllowedOperations(buf []byte, offset flatbuffers.UOffsetT) *AllowedOperations

func GetSizePrefixedRootAsAllowedOperations

func GetSizePrefixedRootAsAllowedOperations(buf []byte, offset flatbuffers.UOffsetT) *AllowedOperations

func (*AllowedOperations) Browse

func (rcv *AllowedOperations) Browse() bool

/ browse

func (*AllowedOperations) Create

func (rcv *AllowedOperations) Create() bool

/ post

func (*AllowedOperations) Delete

func (rcv *AllowedOperations) Delete() bool

/ delete

func (*AllowedOperations) Init

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

func (*AllowedOperations) MutateBrowse

func (rcv *AllowedOperations) MutateBrowse(n bool) bool

/ browse

func (*AllowedOperations) MutateCreate

func (rcv *AllowedOperations) MutateCreate(n bool) bool

/ post

func (*AllowedOperations) MutateDelete

func (rcv *AllowedOperations) MutateDelete(n bool) bool

/ delete

func (*AllowedOperations) MutateRead

func (rcv *AllowedOperations) MutateRead(n bool) bool

/ get

func (*AllowedOperations) MutateWrite

func (rcv *AllowedOperations) MutateWrite(n bool) bool

/ put

func (*AllowedOperations) Read

func (rcv *AllowedOperations) Read() bool

/ get

func (*AllowedOperations) Table

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

func (*AllowedOperations) UnPack added in v1.1.0

func (rcv *AllowedOperations) UnPack() *AllowedOperationsT

func (*AllowedOperations) UnPackTo added in v1.1.0

func (rcv *AllowedOperations) UnPackTo(t *AllowedOperationsT)

func (*AllowedOperations) Write

func (rcv *AllowedOperations) Write() bool

/ put

type AllowedOperationsT added in v1.1.0

type AllowedOperationsT struct {
	Read   bool
	Write  bool
	Create bool
	Delete bool
	Browse bool
}

func (*AllowedOperationsT) Pack added in v1.1.0

type ArrayOfBool8

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

func GetRootAsArrayOfBool8

func GetRootAsArrayOfBool8(buf []byte, offset flatbuffers.UOffsetT) *ArrayOfBool8

func GetSizePrefixedRootAsArrayOfBool8

func GetSizePrefixedRootAsArrayOfBool8(buf []byte, offset flatbuffers.UOffsetT) *ArrayOfBool8

func (*ArrayOfBool8) Init

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

func (*ArrayOfBool8) MutateValue

func (rcv *ArrayOfBool8) MutateValue(j int, n bool) bool

func (*ArrayOfBool8) Table

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

func (*ArrayOfBool8) UnPack added in v1.1.0

func (rcv *ArrayOfBool8) UnPack() *ArrayOfBool8T

func (*ArrayOfBool8) UnPackTo added in v1.1.0

func (rcv *ArrayOfBool8) UnPackTo(t *ArrayOfBool8T)

func (*ArrayOfBool8) Value

func (rcv *ArrayOfBool8) Value(j int) bool

func (*ArrayOfBool8) ValueLength

func (rcv *ArrayOfBool8) ValueLength() int

type ArrayOfBool8T added in v1.1.0

type ArrayOfBool8T struct {
	Value []bool
}

func (*ArrayOfBool8T) Pack added in v1.1.0

type ArrayOfDouble added in v1.3.0

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

func GetRootAsArrayOfDouble added in v1.3.0

func GetRootAsArrayOfDouble(buf []byte, offset flatbuffers.UOffsetT) *ArrayOfDouble

func GetSizePrefixedRootAsArrayOfDouble added in v1.3.0

func GetSizePrefixedRootAsArrayOfDouble(buf []byte, offset flatbuffers.UOffsetT) *ArrayOfDouble

func (*ArrayOfDouble) Init added in v1.3.0

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

func (*ArrayOfDouble) MutateValue added in v1.3.0

func (rcv *ArrayOfDouble) MutateValue(j int, n float64) bool

func (*ArrayOfDouble) Table added in v1.3.0

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

func (*ArrayOfDouble) UnPack added in v1.3.0

func (rcv *ArrayOfDouble) UnPack() *ArrayOfDoubleT

func (*ArrayOfDouble) UnPackTo added in v1.3.0

func (rcv *ArrayOfDouble) UnPackTo(t *ArrayOfDoubleT)

func (*ArrayOfDouble) Value added in v1.3.0

func (rcv *ArrayOfDouble) Value(j int) float64

func (*ArrayOfDouble) ValueLength added in v1.3.0

func (rcv *ArrayOfDouble) ValueLength() int

type ArrayOfDoubleT added in v1.3.0

type ArrayOfDoubleT struct {
	Value []float64
}

func (*ArrayOfDoubleT) Pack added in v1.3.0

type ArrayOfFloat32

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

func GetRootAsArrayOfFloat32

func GetRootAsArrayOfFloat32(buf []byte, offset flatbuffers.UOffsetT) *ArrayOfFloat32

func GetSizePrefixedRootAsArrayOfFloat32

func GetSizePrefixedRootAsArrayOfFloat32(buf []byte, offset flatbuffers.UOffsetT) *ArrayOfFloat32

func (*ArrayOfFloat32) Init

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

func (*ArrayOfFloat32) MutateValue

func (rcv *ArrayOfFloat32) MutateValue(j int, n float32) bool

func (*ArrayOfFloat32) Table

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

func (*ArrayOfFloat32) UnPack added in v1.1.0

func (rcv *ArrayOfFloat32) UnPack() *ArrayOfFloat32T

func (*ArrayOfFloat32) UnPackTo added in v1.1.0

func (rcv *ArrayOfFloat32) UnPackTo(t *ArrayOfFloat32T)

func (*ArrayOfFloat32) Value

func (rcv *ArrayOfFloat32) Value(j int) float32

func (*ArrayOfFloat32) ValueLength

func (rcv *ArrayOfFloat32) ValueLength() int

type ArrayOfFloat32T added in v1.1.0

type ArrayOfFloat32T struct {
	Value []float32
}

func (*ArrayOfFloat32T) Pack added in v1.1.0

type ArrayOfFloat64

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

func GetRootAsArrayOfFloat64

func GetRootAsArrayOfFloat64(buf []byte, offset flatbuffers.UOffsetT) *ArrayOfFloat64

func GetSizePrefixedRootAsArrayOfFloat64

func GetSizePrefixedRootAsArrayOfFloat64(buf []byte, offset flatbuffers.UOffsetT) *ArrayOfFloat64

func (*ArrayOfFloat64) Init

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

func (*ArrayOfFloat64) MutateValue

func (rcv *ArrayOfFloat64) MutateValue(j int, n float64) bool

func (*ArrayOfFloat64) Table

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

func (*ArrayOfFloat64) UnPack added in v1.1.0

func (rcv *ArrayOfFloat64) UnPack() *ArrayOfFloat64T

func (*ArrayOfFloat64) UnPackTo added in v1.1.0

func (rcv *ArrayOfFloat64) UnPackTo(t *ArrayOfFloat64T)

func (*ArrayOfFloat64) Value

func (rcv *ArrayOfFloat64) Value(j int) float64

func (*ArrayOfFloat64) ValueLength

func (rcv *ArrayOfFloat64) ValueLength() int

type ArrayOfFloat64T added in v1.1.0

type ArrayOfFloat64T struct {
	Value []float64
}

func (*ArrayOfFloat64T) Pack added in v1.1.0

type ArrayOfInt16

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

func GetRootAsArrayOfInt16

func GetRootAsArrayOfInt16(buf []byte, offset flatbuffers.UOffsetT) *ArrayOfInt16

func GetSizePrefixedRootAsArrayOfInt16

func GetSizePrefixedRootAsArrayOfInt16(buf []byte, offset flatbuffers.UOffsetT) *ArrayOfInt16

func (*ArrayOfInt16) Init

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

func (*ArrayOfInt16) MutateValue

func (rcv *ArrayOfInt16) MutateValue(j int, n int16) bool

func (*ArrayOfInt16) Table

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

func (*ArrayOfInt16) UnPack added in v1.1.0

func (rcv *ArrayOfInt16) UnPack() *ArrayOfInt16T

func (*ArrayOfInt16) UnPackTo added in v1.1.0

func (rcv *ArrayOfInt16) UnPackTo(t *ArrayOfInt16T)

func (*ArrayOfInt16) Value

func (rcv *ArrayOfInt16) Value(j int) int16

func (*ArrayOfInt16) ValueLength

func (rcv *ArrayOfInt16) ValueLength() int

type ArrayOfInt16T added in v1.1.0

type ArrayOfInt16T struct {
	Value []int16
}

func (*ArrayOfInt16T) Pack added in v1.1.0

type ArrayOfInt32

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

func GetRootAsArrayOfInt32

func GetRootAsArrayOfInt32(buf []byte, offset flatbuffers.UOffsetT) *ArrayOfInt32

func GetSizePrefixedRootAsArrayOfInt32

func GetSizePrefixedRootAsArrayOfInt32(buf []byte, offset flatbuffers.UOffsetT) *ArrayOfInt32

func (*ArrayOfInt32) Init

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

func (*ArrayOfInt32) MutateValue

func (rcv *ArrayOfInt32) MutateValue(j int, n int32) bool

func (*ArrayOfInt32) Table

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

func (*ArrayOfInt32) UnPack added in v1.1.0

func (rcv *ArrayOfInt32) UnPack() *ArrayOfInt32T

func (*ArrayOfInt32) UnPackTo added in v1.1.0

func (rcv *ArrayOfInt32) UnPackTo(t *ArrayOfInt32T)

func (*ArrayOfInt32) Value

func (rcv *ArrayOfInt32) Value(j int) int32

func (*ArrayOfInt32) ValueLength

func (rcv *ArrayOfInt32) ValueLength() int

type ArrayOfInt32T added in v1.1.0

type ArrayOfInt32T struct {
	Value []int32
}

func (*ArrayOfInt32T) Pack added in v1.1.0

type ArrayOfInt64

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

func GetRootAsArrayOfInt64

func GetRootAsArrayOfInt64(buf []byte, offset flatbuffers.UOffsetT) *ArrayOfInt64

func GetSizePrefixedRootAsArrayOfInt64

func GetSizePrefixedRootAsArrayOfInt64(buf []byte, offset flatbuffers.UOffsetT) *ArrayOfInt64

func (*ArrayOfInt64) Init

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

func (*ArrayOfInt64) MutateValue

func (rcv *ArrayOfInt64) MutateValue(j int, n int64) bool

func (*ArrayOfInt64) Table

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

func (*ArrayOfInt64) UnPack added in v1.1.0

func (rcv *ArrayOfInt64) UnPack() *ArrayOfInt64T

func (*ArrayOfInt64) UnPackTo added in v1.1.0

func (rcv *ArrayOfInt64) UnPackTo(t *ArrayOfInt64T)

func (*ArrayOfInt64) Value

func (rcv *ArrayOfInt64) Value(j int) int64

func (*ArrayOfInt64) ValueLength

func (rcv *ArrayOfInt64) ValueLength() int

type ArrayOfInt64T added in v1.1.0

type ArrayOfInt64T struct {
	Value []int64
}

func (*ArrayOfInt64T) Pack added in v1.1.0

type ArrayOfInt8

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

func GetRootAsArrayOfInt8

func GetRootAsArrayOfInt8(buf []byte, offset flatbuffers.UOffsetT) *ArrayOfInt8

func GetSizePrefixedRootAsArrayOfInt8

func GetSizePrefixedRootAsArrayOfInt8(buf []byte, offset flatbuffers.UOffsetT) *ArrayOfInt8

func (*ArrayOfInt8) Init

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

func (*ArrayOfInt8) MutateValue

func (rcv *ArrayOfInt8) MutateValue(j int, n int8) bool

func (*ArrayOfInt8) Table

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

func (*ArrayOfInt8) UnPack added in v1.1.0

func (rcv *ArrayOfInt8) UnPack() *ArrayOfInt8T

func (*ArrayOfInt8) UnPackTo added in v1.1.0

func (rcv *ArrayOfInt8) UnPackTo(t *ArrayOfInt8T)

func (*ArrayOfInt8) Value

func (rcv *ArrayOfInt8) Value(j int) int8

func (*ArrayOfInt8) ValueLength

func (rcv *ArrayOfInt8) ValueLength() int

type ArrayOfInt8T added in v1.1.0

type ArrayOfInt8T struct {
	Value []int8
}

func (*ArrayOfInt8T) Pack added in v1.1.0

type ArrayOfString

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

func GetRootAsArrayOfString

func GetRootAsArrayOfString(buf []byte, offset flatbuffers.UOffsetT) *ArrayOfString

func GetSizePrefixedRootAsArrayOfString

func GetSizePrefixedRootAsArrayOfString(buf []byte, offset flatbuffers.UOffsetT) *ArrayOfString

func (*ArrayOfString) Init

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

func (*ArrayOfString) Table

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

func (*ArrayOfString) UnPack added in v1.1.0

func (rcv *ArrayOfString) UnPack() *ArrayOfStringT

func (*ArrayOfString) UnPackTo added in v1.1.0

func (rcv *ArrayOfString) UnPackTo(t *ArrayOfStringT)

func (*ArrayOfString) Value

func (rcv *ArrayOfString) Value(j int) []byte

func (*ArrayOfString) ValueLength

func (rcv *ArrayOfString) ValueLength() int

type ArrayOfStringT added in v1.1.0

type ArrayOfStringT struct {
	Value []string
}

func (*ArrayOfStringT) Pack added in v1.1.0

type ArrayOfTimestamp added in v1.1.0

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

func GetRootAsArrayOfTimestamp added in v1.1.0

func GetRootAsArrayOfTimestamp(buf []byte, offset flatbuffers.UOffsetT) *ArrayOfTimestamp

func GetSizePrefixedRootAsArrayOfTimestamp added in v1.1.0

func GetSizePrefixedRootAsArrayOfTimestamp(buf []byte, offset flatbuffers.UOffsetT) *ArrayOfTimestamp

func (*ArrayOfTimestamp) Init added in v1.1.0

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

func (*ArrayOfTimestamp) MutateValue added in v1.1.0

func (rcv *ArrayOfTimestamp) MutateValue(j int, n uint64) bool

func (*ArrayOfTimestamp) Table added in v1.1.0

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

func (*ArrayOfTimestamp) UnPack added in v1.1.0

func (rcv *ArrayOfTimestamp) UnPack() *ArrayOfTimestampT

func (*ArrayOfTimestamp) UnPackTo added in v1.1.0

func (rcv *ArrayOfTimestamp) UnPackTo(t *ArrayOfTimestampT)

func (*ArrayOfTimestamp) Value added in v1.1.0

func (rcv *ArrayOfTimestamp) Value(j int) uint64

func (*ArrayOfTimestamp) ValueLength added in v1.1.0

func (rcv *ArrayOfTimestamp) ValueLength() int

type ArrayOfTimestampT added in v1.1.0

type ArrayOfTimestampT struct {
	Value []uint64
}

func (*ArrayOfTimestampT) Pack added in v1.1.0

type ArrayOfUInt16

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

func GetRootAsArrayOfUInt16

func GetRootAsArrayOfUInt16(buf []byte, offset flatbuffers.UOffsetT) *ArrayOfUInt16

func GetSizePrefixedRootAsArrayOfUInt16

func GetSizePrefixedRootAsArrayOfUInt16(buf []byte, offset flatbuffers.UOffsetT) *ArrayOfUInt16

func (*ArrayOfUInt16) Init

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

func (*ArrayOfUInt16) MutateValue

func (rcv *ArrayOfUInt16) MutateValue(j int, n uint16) bool

func (*ArrayOfUInt16) Table

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

func (*ArrayOfUInt16) UnPack added in v1.1.0

func (rcv *ArrayOfUInt16) UnPack() *ArrayOfUInt16T

func (*ArrayOfUInt16) UnPackTo added in v1.1.0

func (rcv *ArrayOfUInt16) UnPackTo(t *ArrayOfUInt16T)

func (*ArrayOfUInt16) Value

func (rcv *ArrayOfUInt16) Value(j int) uint16

func (*ArrayOfUInt16) ValueLength

func (rcv *ArrayOfUInt16) ValueLength() int

type ArrayOfUInt16T added in v1.1.0

type ArrayOfUInt16T struct {
	Value []uint16
}

func (*ArrayOfUInt16T) Pack added in v1.1.0

type ArrayOfUInt32

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

func GetRootAsArrayOfUInt32

func GetRootAsArrayOfUInt32(buf []byte, offset flatbuffers.UOffsetT) *ArrayOfUInt32

func GetSizePrefixedRootAsArrayOfUInt32

func GetSizePrefixedRootAsArrayOfUInt32(buf []byte, offset flatbuffers.UOffsetT) *ArrayOfUInt32

func (*ArrayOfUInt32) Init

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

func (*ArrayOfUInt32) MutateValue

func (rcv *ArrayOfUInt32) MutateValue(j int, n uint32) bool

func (*ArrayOfUInt32) Table

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

func (*ArrayOfUInt32) UnPack added in v1.1.0

func (rcv *ArrayOfUInt32) UnPack() *ArrayOfUInt32T

func (*ArrayOfUInt32) UnPackTo added in v1.1.0

func (rcv *ArrayOfUInt32) UnPackTo(t *ArrayOfUInt32T)

func (*ArrayOfUInt32) Value

func (rcv *ArrayOfUInt32) Value(j int) uint32

func (*ArrayOfUInt32) ValueLength

func (rcv *ArrayOfUInt32) ValueLength() int

type ArrayOfUInt32T added in v1.1.0

type ArrayOfUInt32T struct {
	Value []uint32
}

func (*ArrayOfUInt32T) Pack added in v1.1.0

type ArrayOfUInt64

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

func GetRootAsArrayOfUInt64

func GetRootAsArrayOfUInt64(buf []byte, offset flatbuffers.UOffsetT) *ArrayOfUInt64

func GetSizePrefixedRootAsArrayOfUInt64

func GetSizePrefixedRootAsArrayOfUInt64(buf []byte, offset flatbuffers.UOffsetT) *ArrayOfUInt64

func (*ArrayOfUInt64) Init

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

func (*ArrayOfUInt64) MutateValue

func (rcv *ArrayOfUInt64) MutateValue(j int, n uint64) bool

func (*ArrayOfUInt64) Table

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

func (*ArrayOfUInt64) UnPack added in v1.1.0

func (rcv *ArrayOfUInt64) UnPack() *ArrayOfUInt64T

func (*ArrayOfUInt64) UnPackTo added in v1.1.0

func (rcv *ArrayOfUInt64) UnPackTo(t *ArrayOfUInt64T)

func (*ArrayOfUInt64) Value

func (rcv *ArrayOfUInt64) Value(j int) uint64

func (*ArrayOfUInt64) ValueLength

func (rcv *ArrayOfUInt64) ValueLength() int

type ArrayOfUInt64T added in v1.1.0

type ArrayOfUInt64T struct {
	Value []uint64
}

func (*ArrayOfUInt64T) Pack added in v1.1.0

type ArrayOfUInt8

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

func GetRootAsArrayOfUInt8

func GetRootAsArrayOfUInt8(buf []byte, offset flatbuffers.UOffsetT) *ArrayOfUInt8

func GetSizePrefixedRootAsArrayOfUInt8

func GetSizePrefixedRootAsArrayOfUInt8(buf []byte, offset flatbuffers.UOffsetT) *ArrayOfUInt8

func (*ArrayOfUInt8) Init

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

func (*ArrayOfUInt8) MutateValue

func (rcv *ArrayOfUInt8) MutateValue(j int, n byte) bool

func (*ArrayOfUInt8) Table

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

func (*ArrayOfUInt8) UnPack added in v1.1.0

func (rcv *ArrayOfUInt8) UnPack() *ArrayOfUInt8T

func (*ArrayOfUInt8) UnPackTo added in v1.1.0

func (rcv *ArrayOfUInt8) UnPackTo(t *ArrayOfUInt8T)

func (*ArrayOfUInt8) Value

func (rcv *ArrayOfUInt8) Value(j int) byte

func (*ArrayOfUInt8) ValueBytes

func (rcv *ArrayOfUInt8) ValueBytes() []byte

func (*ArrayOfUInt8) ValueLength

func (rcv *ArrayOfUInt8) ValueLength() int

type ArrayOfUInt8T added in v1.1.0

type ArrayOfUInt8T struct {
	Value []byte
}

func (*ArrayOfUInt8T) Pack added in v1.1.0

type Bool8

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

func GetRootAsBool8

func GetRootAsBool8(buf []byte, offset flatbuffers.UOffsetT) *Bool8

func GetSizePrefixedRootAsBool8

func GetSizePrefixedRootAsBool8(buf []byte, offset flatbuffers.UOffsetT) *Bool8

func (*Bool8) Init

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

func (*Bool8) MutateValue

func (rcv *Bool8) MutateValue(n bool) bool

func (*Bool8) Table

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

func (*Bool8) UnPack added in v1.1.0

func (rcv *Bool8) UnPack() *Bool8T

func (*Bool8) UnPackTo added in v1.1.0

func (rcv *Bool8) UnPackTo(t *Bool8T)

func (*Bool8) Value

func (rcv *Bool8) Value() bool

type Bool8T added in v1.1.0

type Bool8T struct {
	Value bool
}

func (*Bool8T) Pack added in v1.1.0

func (t *Bool8T) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT

type ChangeEvents

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

func GetRootAsChangeEvents

func GetRootAsChangeEvents(buf []byte, offset flatbuffers.UOffsetT) *ChangeEvents

func GetSizePrefixedRootAsChangeEvents

func GetSizePrefixedRootAsChangeEvents(buf []byte, offset flatbuffers.UOffsetT) *ChangeEvents

func (*ChangeEvents) BrowselistChange

func (rcv *ChangeEvents) BrowselistChange() bool

func (*ChangeEvents) Init

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

func (*ChangeEvents) MetadataChange

func (rcv *ChangeEvents) MetadataChange() bool

func (*ChangeEvents) MutateBrowselistChange

func (rcv *ChangeEvents) MutateBrowselistChange(n bool) bool

func (*ChangeEvents) MutateMetadataChange

func (rcv *ChangeEvents) MutateMetadataChange(n bool) bool

func (*ChangeEvents) MutateValueChange

func (rcv *ChangeEvents) MutateValueChange(n DataChangeTrigger) bool

func (*ChangeEvents) Table

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

func (*ChangeEvents) UnPack added in v1.1.0

func (rcv *ChangeEvents) UnPack() *ChangeEventsT

func (*ChangeEvents) UnPackTo added in v1.1.0

func (rcv *ChangeEvents) UnPackTo(t *ChangeEventsT)

func (*ChangeEvents) ValueChange

func (rcv *ChangeEvents) ValueChange() DataChangeTrigger

type ChangeEventsT added in v1.1.0

type ChangeEventsT struct {
	ValueChange      DataChangeTrigger
	BrowselistChange bool
	MetadataChange   bool
}

func (*ChangeEventsT) Pack added in v1.1.0

type CheckOperations

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

func GetRootAsCheckOperations

func GetRootAsCheckOperations(buf []byte, offset flatbuffers.UOffsetT) *CheckOperations

func GetSizePrefixedRootAsCheckOperations

func GetSizePrefixedRootAsCheckOperations(buf []byte, offset flatbuffers.UOffsetT) *CheckOperations

func (*CheckOperations) Address

func (rcv *CheckOperations) Address() []byte

/ address to check

func (*CheckOperations) Init

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

func (*CheckOperations) Table

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

func (*CheckOperations) Token

func (rcv *CheckOperations) Token() []byte

/ address to check / token to check

func (*CheckOperations) UnPack added in v1.1.0

func (rcv *CheckOperations) UnPack() *CheckOperationsT

func (*CheckOperations) UnPackTo added in v1.1.0

func (rcv *CheckOperations) UnPackTo(t *CheckOperationsT)

type CheckOperationsT added in v1.1.0

type CheckOperationsT struct {
	Address string
	Token   string
}

func (*CheckOperationsT) Pack added in v1.1.0

type Claim

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

func GetRootAsClaim

func GetRootAsClaim(buf []byte, offset flatbuffers.UOffsetT) *Claim

func GetSizePrefixedRootAsClaim

func GetSizePrefixedRootAsClaim(buf []byte, offset flatbuffers.UOffsetT) *Claim

func (*Claim) Claim

func (rcv *Claim) Claim() []byte

func (*Claim) Init

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

func (*Claim) Table

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

func (*Claim) UnPack added in v1.1.0

func (rcv *Claim) UnPack() *ClaimT

func (*Claim) UnPackTo added in v1.1.0

func (rcv *Claim) UnPackTo(t *ClaimT)

func (*Claim) Value

func (rcv *Claim) Value() []byte

type ClaimT added in v1.1.0

type ClaimT struct {
	Claim string
	Value string
}

func (*ClaimT) Pack added in v1.1.0

func (t *ClaimT) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT

type Counting

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

func GetRootAsCounting

func GetRootAsCounting(buf []byte, offset flatbuffers.UOffsetT) *Counting

func GetSizePrefixedRootAsCounting

func GetSizePrefixedRootAsCounting(buf []byte, offset flatbuffers.UOffsetT) *Counting

func (*Counting) CountSubscriptions

func (rcv *Counting) CountSubscriptions() bool

/ Nodes are counted if subscribed multiple times. Unsubscribe only accures if counter for this node is 0.

func (*Counting) Init

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

func (*Counting) MutateCountSubscriptions

func (rcv *Counting) MutateCountSubscriptions(n bool) bool

/ Nodes are counted if subscribed multiple times. Unsubscribe only accures if counter for this node is 0.

func (*Counting) Table

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

func (*Counting) UnPack added in v1.1.0

func (rcv *Counting) UnPack() *CountingT

func (*Counting) UnPackTo added in v1.1.0

func (rcv *Counting) UnPackTo(t *CountingT)

type CountingT added in v1.1.0

type CountingT struct {
	CountSubscriptions bool
}

func (*CountingT) Pack added in v1.1.0

func (t *CountingT) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT

type DataChangeFilter

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

func GetRootAsDataChangeFilter

func GetRootAsDataChangeFilter(buf []byte, offset flatbuffers.UOffsetT) *DataChangeFilter

func GetSizePrefixedRootAsDataChangeFilter

func GetSizePrefixedRootAsDataChangeFilter(buf []byte, offset flatbuffers.UOffsetT) *DataChangeFilter

func (*DataChangeFilter) DeadBandValue

func (rcv *DataChangeFilter) DeadBandValue() float32

/ If (abs(lastCapturedValue - newValue) > deadBandValue) capture(newValue);

func (*DataChangeFilter) Init

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

func (*DataChangeFilter) MutateDeadBandValue

func (rcv *DataChangeFilter) MutateDeadBandValue(n float32) bool

/ If (abs(lastCapturedValue - newValue) > deadBandValue) capture(newValue);

func (*DataChangeFilter) Table

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

func (*DataChangeFilter) UnPack added in v1.1.0

func (rcv *DataChangeFilter) UnPack() *DataChangeFilterT

func (*DataChangeFilter) UnPackTo added in v1.1.0

func (rcv *DataChangeFilter) UnPackTo(t *DataChangeFilterT)

type DataChangeFilterT added in v1.1.0

type DataChangeFilterT struct {
	DeadBandValue float32
}

func (*DataChangeFilterT) Pack added in v1.1.0

type DataChangeTrigger

type DataChangeTrigger int32
const (
	/// Inform if STATUS changes
	DataChangeTriggerStatus DataChangeTrigger = 0
	/// Inform if Value or Status changed
	DataChangeTriggerStatusValue DataChangeTrigger = 1
	/// Inform if Status Or Status Or Timestamp changes (inform always)
	DataChangeTriggerStatusValueTimestamp DataChangeTrigger = 2
)

func (DataChangeTrigger) String

func (v DataChangeTrigger) String() string

type DebugChannel

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

func GetRootAsDebugChannel

func GetRootAsDebugChannel(buf []byte, offset flatbuffers.UOffsetT) *DebugChannel

func GetSizePrefixedRootAsDebugChannel

func GetSizePrefixedRootAsDebugChannel(buf []byte, offset flatbuffers.UOffsetT) *DebugChannel

func (*DebugChannel) Address

func (rcv *DebugChannel) Address() []byte

func (*DebugChannel) Init

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

func (*DebugChannel) IsTrigger

func (rcv *DebugChannel) IsTrigger() bool

func (*DebugChannel) MutateIsTrigger

func (rcv *DebugChannel) MutateIsTrigger(n bool) bool

func (*DebugChannel) Name

func (rcv *DebugChannel) Name() []byte

func (*DebugChannel) Table

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

func (*DebugChannel) UnPack added in v1.1.0

func (rcv *DebugChannel) UnPack() *DebugChannelT

func (*DebugChannel) UnPackTo added in v1.1.0

func (rcv *DebugChannel) UnPackTo(t *DebugChannelT)

type DebugChannelT added in v1.1.0

type DebugChannelT struct {
	Name      string
	Address   string
	IsTrigger bool
}

func (*DebugChannelT) Pack added in v1.1.0

type DiagMoreInfo added in v1.1.0

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

func GetRootAsDiagMoreInfo added in v1.1.0

func GetRootAsDiagMoreInfo(buf []byte, offset flatbuffers.UOffsetT) *DiagMoreInfo

func GetSizePrefixedRootAsDiagMoreInfo added in v1.1.0

func GetSizePrefixedRootAsDiagMoreInfo(buf []byte, offset flatbuffers.UOffsetT) *DiagMoreInfo

func (*DiagMoreInfo) Init added in v1.1.0

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

func (*DiagMoreInfo) Key added in v1.1.0

func (rcv *DiagMoreInfo) Key() []byte

/ defined key / "requiredLicenses": list of required licences seperated by "," / "requiredScopes": list of required scopes seperated by ","

func (*DiagMoreInfo) Table added in v1.1.0

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

func (*DiagMoreInfo) UnPack added in v1.1.0

func (rcv *DiagMoreInfo) UnPack() *DiagMoreInfoT

func (*DiagMoreInfo) UnPackTo added in v1.1.0

func (rcv *DiagMoreInfo) UnPackTo(t *DiagMoreInfoT)

func (*DiagMoreInfo) Value added in v1.1.0

func (rcv *DiagMoreInfo) Value() []byte

/ defined key / "requiredLicenses": list of required licences seperated by "," / "requiredScopes": list of required scopes seperated by "," / corresponding value

type DiagMoreInfoT added in v1.1.0

type DiagMoreInfoT struct {
	Key   string
	Value string
}

func (*DiagMoreInfoT) Pack added in v1.1.0

type Diagnosis

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

func GetRootAsDiagnosis

func GetRootAsDiagnosis(buf []byte, offset flatbuffers.UOffsetT) *Diagnosis

func GetSizePrefixedRootAsDiagnosis

func GetSizePrefixedRootAsDiagnosis(buf []byte, offset flatbuffers.UOffsetT) *Diagnosis

func (*Diagnosis) Cause added in v1.1.0

func (rcv *Diagnosis) Cause(obj *Diagnosis, j int) bool

/ More information about the diagnosis / Cause of this diagnosis

func (*Diagnosis) CauseLength added in v1.1.0

func (rcv *Diagnosis) CauseLength() int

func (*Diagnosis) DetailedDiagnosisCode

func (rcv *Diagnosis) DetailedDiagnosisCode() uint32

/ Detailed diagnosis code for diagnosis system. E.g.: 0xC00E2050

func (*Diagnosis) DynamicDescription

func (rcv *Diagnosis) DynamicDescription() []byte

/ A human-readable explanation with even more detailed information specific to this occurrence of the problem.

func (*Diagnosis) Entity

func (rcv *Diagnosis) Entity() []byte

/ A human-readable explanation with even more detailed information specific to this occurrence of the problem. / Resource or entity which causes the problem E.g.: motion/axs/Axis_1

func (*Diagnosis) Init

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

func (*Diagnosis) MainDiagnosisCode

func (rcv *Diagnosis) MainDiagnosisCode() uint32

/ Main diagnosis code for diagnosis system. E.g.: 0x3F0A0901

func (*Diagnosis) MoreInfo added in v1.1.0

func (rcv *Diagnosis) MoreInfo(obj *DiagMoreInfo, j int) bool

/ Resource or entity which causes the problem E.g.: motion/axs/Axis_1 / More information about the diagnosis

func (*Diagnosis) MoreInfoLength added in v1.1.0

func (rcv *Diagnosis) MoreInfoLength() int

func (*Diagnosis) MutateDetailedDiagnosisCode

func (rcv *Diagnosis) MutateDetailedDiagnosisCode(n uint32) bool

/ Detailed diagnosis code for diagnosis system. E.g.: 0xC00E2050

func (*Diagnosis) MutateMainDiagnosisCode

func (rcv *Diagnosis) MutateMainDiagnosisCode(n uint32) bool

/ Main diagnosis code for diagnosis system. E.g.: 0x3F0A0901

func (*Diagnosis) Table

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

func (*Diagnosis) UnPack added in v1.1.0

func (rcv *Diagnosis) UnPack() *DiagnosisT

func (*Diagnosis) UnPackTo added in v1.1.0

func (rcv *Diagnosis) UnPackTo(t *DiagnosisT)

type DiagnosisT added in v1.1.0

type DiagnosisT struct {
	MainDiagnosisCode     uint32
	DetailedDiagnosisCode uint32
	DynamicDescription    string
	Entity                string
	MoreInfo              []*DiagMoreInfoT
	Cause                 []*DiagnosisT
}

func (*DiagnosisT) Pack added in v1.1.0

type DisplayFormat

type DisplayFormat int8
const (
	DisplayFormatAuto DisplayFormat = 0
	DisplayFormatBin  DisplayFormat = 1
	DisplayFormatOct  DisplayFormat = 2
	DisplayFormatDec  DisplayFormat = 3
	DisplayFormatHex  DisplayFormat = 4
)

func (DisplayFormat) String

func (v DisplayFormat) String() string

type Double added in v1.3.0

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

func GetRootAsDouble added in v1.3.0

func GetRootAsDouble(buf []byte, offset flatbuffers.UOffsetT) *Double

func GetSizePrefixedRootAsDouble added in v1.3.0

func GetSizePrefixedRootAsDouble(buf []byte, offset flatbuffers.UOffsetT) *Double

func (*Double) Init added in v1.3.0

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

func (*Double) MutateValue added in v1.3.0

func (rcv *Double) MutateValue(n float64) bool

func (*Double) Table added in v1.3.0

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

func (*Double) UnPack added in v1.3.0

func (rcv *Double) UnPack() *DoubleT

func (*Double) UnPackTo added in v1.3.0

func (rcv *Double) UnPackTo(t *DoubleT)

func (*Double) Value added in v1.3.0

func (rcv *Double) Value() float64

type DoubleT added in v1.3.0

type DoubleT struct {
	Value float64
}

func (*DoubleT) Pack added in v1.3.0

func (t *DoubleT) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT

type Extension

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

func GetRootAsExtension

func GetRootAsExtension(buf []byte, offset flatbuffers.UOffsetT) *Extension

func GetSizePrefixedRootAsExtension

func GetSizePrefixedRootAsExtension(buf []byte, offset flatbuffers.UOffsetT) *Extension

func (*Extension) Init

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

func (*Extension) Key

func (rcv *Extension) Key() []byte

func (*Extension) Table

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

func (*Extension) UnPack added in v1.1.0

func (rcv *Extension) UnPack() *ExtensionT

func (*Extension) UnPackTo added in v1.1.0

func (rcv *Extension) UnPackTo(t *ExtensionT)

func (*Extension) Value

func (rcv *Extension) Value() []byte

type ExtensionT added in v1.1.0

type ExtensionT struct {
	Key   string
	Value string
}

func (*ExtensionT) Pack added in v1.1.0

type FactoryStats

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

func GetRootAsFactoryStats

func GetRootAsFactoryStats(buf []byte, offset flatbuffers.UOffsetT) *FactoryStats

func GetSizePrefixedRootAsFactoryStats

func GetSizePrefixedRootAsFactoryStats(buf []byte, offset flatbuffers.UOffsetT) *FactoryStats

func (*FactoryStats) Init

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

func (*FactoryStats) MutateNumClients

func (rcv *FactoryStats) MutateNumClients(n uint32) bool

/ number of clients

func (*FactoryStats) MutateNumProviders

func (rcv *FactoryStats) MutateNumProviders(n uint32) bool

/ number of provider

func (*FactoryStats) MutateOpenClientRequests

func (rcv *FactoryStats) MutateOpenClientRequests(n uint32) bool

/ number of open requests from clients

func (*FactoryStats) MutateOpenProviderRequests

func (rcv *FactoryStats) MutateOpenProviderRequests(n uint32) bool

/ number of open requests from provider

func (*FactoryStats) NumClients

func (rcv *FactoryStats) NumClients() uint32

/ number of clients

func (*FactoryStats) NumProviders

func (rcv *FactoryStats) NumProviders() uint32

/ number of provider

func (*FactoryStats) OpenClientRequests

func (rcv *FactoryStats) OpenClientRequests() uint32

/ number of open requests from clients

func (*FactoryStats) OpenProviderRequests

func (rcv *FactoryStats) OpenProviderRequests() uint32

/ number of open requests from provider

func (*FactoryStats) Table

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

func (*FactoryStats) UnPack added in v1.1.0

func (rcv *FactoryStats) UnPack() *FactoryStatsT

func (*FactoryStats) UnPackTo added in v1.1.0

func (rcv *FactoryStats) UnPackTo(t *FactoryStatsT)

type FactoryStatsT added in v1.1.0

type FactoryStatsT struct {
	NumClients           uint32
	NumProviders         uint32
	OpenClientRequests   uint32
	OpenProviderRequests uint32
}

func (*FactoryStatsT) Pack added in v1.1.0

type Float32

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

func GetRootAsFloat32

func GetRootAsFloat32(buf []byte, offset flatbuffers.UOffsetT) *Float32

func GetSizePrefixedRootAsFloat32

func GetSizePrefixedRootAsFloat32(buf []byte, offset flatbuffers.UOffsetT) *Float32

func (*Float32) Init

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

func (*Float32) MutateValue

func (rcv *Float32) MutateValue(n float32) bool

func (*Float32) Table

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

func (*Float32) UnPack added in v1.1.0

func (rcv *Float32) UnPack() *Float32T

func (*Float32) UnPackTo added in v1.1.0

func (rcv *Float32) UnPackTo(t *Float32T)

func (*Float32) Value

func (rcv *Float32) Value() float32

type Float32T added in v1.1.0

type Float32T struct {
	Value float32
}

func (*Float32T) Pack added in v1.1.0

func (t *Float32T) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT

type Float64

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

func GetRootAsFloat64

func GetRootAsFloat64(buf []byte, offset flatbuffers.UOffsetT) *Float64

func GetSizePrefixedRootAsFloat64

func GetSizePrefixedRootAsFloat64(buf []byte, offset flatbuffers.UOffsetT) *Float64

func (*Float64) Init

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

func (*Float64) MutateValue

func (rcv *Float64) MutateValue(n float64) bool

func (*Float64) Table

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

func (*Float64) UnPack added in v1.1.0

func (rcv *Float64) UnPack() *Float64T

func (*Float64) UnPackTo added in v1.1.0

func (rcv *Float64) UnPackTo(t *Float64T)

func (*Float64) Value

func (rcv *Float64) Value() float64

type Float64T added in v1.1.0

type Float64T struct {
	Value float64
}

func (*Float64T) Pack added in v1.1.0

func (t *Float64T) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT

type Int16

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

func GetRootAsInt16

func GetRootAsInt16(buf []byte, offset flatbuffers.UOffsetT) *Int16

func GetSizePrefixedRootAsInt16

func GetSizePrefixedRootAsInt16(buf []byte, offset flatbuffers.UOffsetT) *Int16

func (*Int16) Init

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

func (*Int16) MutateValue

func (rcv *Int16) MutateValue(n int16) bool

func (*Int16) Table

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

func (*Int16) UnPack added in v1.1.0

func (rcv *Int16) UnPack() *Int16T

func (*Int16) UnPackTo added in v1.1.0

func (rcv *Int16) UnPackTo(t *Int16T)

func (*Int16) Value

func (rcv *Int16) Value() int16

type Int16T added in v1.1.0

type Int16T struct {
	Value int16
}

func (*Int16T) Pack added in v1.1.0

func (t *Int16T) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT

type Int32

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

func GetRootAsInt32

func GetRootAsInt32(buf []byte, offset flatbuffers.UOffsetT) *Int32

func GetSizePrefixedRootAsInt32

func GetSizePrefixedRootAsInt32(buf []byte, offset flatbuffers.UOffsetT) *Int32

func (*Int32) Init

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

func (*Int32) MutateValue

func (rcv *Int32) MutateValue(n int32) bool

func (*Int32) Table

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

func (*Int32) UnPack added in v1.1.0

func (rcv *Int32) UnPack() *Int32T

func (*Int32) UnPackTo added in v1.1.0

func (rcv *Int32) UnPackTo(t *Int32T)

func (*Int32) Value

func (rcv *Int32) Value() int32

type Int32T added in v1.1.0

type Int32T struct {
	Value int32
}

func (*Int32T) Pack added in v1.1.0

func (t *Int32T) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT

type Int64

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

func GetRootAsInt64

func GetRootAsInt64(buf []byte, offset flatbuffers.UOffsetT) *Int64

func GetSizePrefixedRootAsInt64

func GetSizePrefixedRootAsInt64(buf []byte, offset flatbuffers.UOffsetT) *Int64

func (*Int64) Init

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

func (*Int64) MutateValue

func (rcv *Int64) MutateValue(n int64) bool

func (*Int64) Table

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

func (*Int64) UnPack added in v1.1.0

func (rcv *Int64) UnPack() *Int64T

func (*Int64) UnPackTo added in v1.1.0

func (rcv *Int64) UnPackTo(t *Int64T)

func (*Int64) Value

func (rcv *Int64) Value() int64

type Int64T added in v1.1.0

type Int64T struct {
	Value int64
}

func (*Int64T) Pack added in v1.1.0

func (t *Int64T) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT

type Int8

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

func GetRootAsInt8

func GetRootAsInt8(buf []byte, offset flatbuffers.UOffsetT) *Int8

func GetSizePrefixedRootAsInt8

func GetSizePrefixedRootAsInt8(buf []byte, offset flatbuffers.UOffsetT) *Int8

func (*Int8) Init

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

func (*Int8) MutateValue

func (rcv *Int8) MutateValue(n int8) bool

func (*Int8) Table

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

func (*Int8) UnPack added in v1.1.0

func (rcv *Int8) UnPack() *Int8T

func (*Int8) UnPackTo added in v1.1.0

func (rcv *Int8) UnPackTo(t *Int8T)

func (*Int8) Value

func (rcv *Int8) Value() int8

type Int8T added in v1.1.0

type Int8T struct {
	Value int8
}

func (*Int8T) Pack added in v1.1.0

func (t *Int8T) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT

type LocaleText

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

func GetRootAsLocaleText

func GetRootAsLocaleText(buf []byte, offset flatbuffers.UOffsetT) *LocaleText

func GetSizePrefixedRootAsLocaleText

func GetSizePrefixedRootAsLocaleText(buf []byte, offset flatbuffers.UOffsetT) *LocaleText

func (*LocaleText) Id

func (rcv *LocaleText) Id() []byte

/ iso 639.1

func (*LocaleText) Init

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

func (*LocaleText) Table

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

func (*LocaleText) Text

func (rcv *LocaleText) Text() []byte

/ iso 639.1

func (*LocaleText) UnPack added in v1.1.0

func (rcv *LocaleText) UnPack() *LocaleTextT

func (*LocaleText) UnPackTo added in v1.1.0

func (rcv *LocaleText) UnPackTo(t *LocaleTextT)

type LocaleTextT added in v1.1.0

type LocaleTextT struct {
	Id   string
	Text string
}

func (*LocaleTextT) Pack added in v1.1.0

type Memory

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

func GetRootAsMemory

func GetRootAsMemory(buf []byte, offset flatbuffers.UOffsetT) *Memory

func GetSizePrefixedRootAsMemory

func GetSizePrefixedRootAsMemory(buf []byte, offset flatbuffers.UOffsetT) *Memory

func (*Memory) AccessType added in v1.1.0

func (rcv *Memory) AccessType() AccessType

/ how to access memory

func (*Memory) Id

func (rcv *Memory) Id() []byte

/ identification of the memory - contains how to access memory

func (*Memory) Init

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

func (*Memory) MutateAccessType added in v1.1.0

func (rcv *Memory) MutateAccessType(n AccessType) bool

/ how to access memory

func (*Memory) MutateSizeBytes

func (rcv *Memory) MutateSizeBytes(n uint32) bool

/ size of usable bytes of memory

func (*Memory) MutateType

func (rcv *Memory) MutateType(n MemoryType) bool

/ memory type

func (*Memory) SizeBytes

func (rcv *Memory) SizeBytes() uint32

/ identification of the memory - contains how to access memory / size of usable bytes of memory

func (*Memory) Table

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

func (*Memory) Type

func (rcv *Memory) Type() MemoryType

/ memory type

func (*Memory) UnPack added in v1.1.0

func (rcv *Memory) UnPack() *MemoryT

func (*Memory) UnPackTo added in v1.1.0

func (rcv *Memory) UnPackTo(t *MemoryT)

type MemoryMap

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

func GetRootAsMemoryMap

func GetRootAsMemoryMap(buf []byte, offset flatbuffers.UOffsetT) *MemoryMap

func GetSizePrefixedRootAsMemoryMap

func GetSizePrefixedRootAsMemoryMap(buf []byte, offset flatbuffers.UOffsetT) *MemoryMap

func (*MemoryMap) DisableInputImage added in v1.3.0

func (rcv *MemoryMap) DisableInputImage() bool

/ Disable input buffer so save one copy from image to data

func (*MemoryMap) Init

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

func (*MemoryMap) MutateDisableInputImage added in v1.3.0

func (rcv *MemoryMap) MutateDisableInputImage(n bool) bool

/ Disable input buffer so save one copy from image to data

func (*MemoryMap) MutateRevision

func (rcv *MemoryMap) MutateRevision(n uint32) bool

/ revision number- changes every time on variables changes

func (*MemoryMap) Revision

func (rcv *MemoryMap) Revision() uint32

/ array of variables / revision number- changes every time on variables changes

func (*MemoryMap) Table

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

func (*MemoryMap) UnPack added in v1.1.0

func (rcv *MemoryMap) UnPack() *MemoryMapT

func (*MemoryMap) UnPackTo added in v1.1.0

func (rcv *MemoryMap) UnPackTo(t *MemoryMapT)

func (*MemoryMap) Variables

func (rcv *MemoryMap) Variables(obj *Variable, j int) bool

/ array of variables

func (*MemoryMap) VariablesLength

func (rcv *MemoryMap) VariablesLength() int

type MemoryMapT added in v1.1.0

type MemoryMapT struct {
	Variables         []*VariableT
	Revision          uint32
	DisableInputImage bool
}

func (*MemoryMapT) Pack added in v1.1.0

type MemoryT added in v1.1.0

type MemoryT struct {
	Type       MemoryType
	Id         string
	SizeBytes  uint32
	AccessType AccessType
}

func (*MemoryT) Pack added in v1.1.0

func (t *MemoryT) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT

type MemoryType

type MemoryType int8
const (
	MemoryTypeUnknown MemoryType = 0
	/// data flow from owner to user
	MemoryTypeInput MemoryType = 1
	/// data flow from user to owner
	MemoryTypeOutput MemoryType = 2
	/// shared ram in retain area
	MemoryTypeSharedRetain MemoryType = 3
	/// shared ram
	MemoryTypeShared MemoryType = 4
)

func (MemoryType) String

func (v MemoryType) String() string

type MessageDetail

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

func GetRootAsMessageDetail

func GetRootAsMessageDetail(buf []byte, offset flatbuffers.UOffsetT) *MessageDetail

func GetSizePrefixedRootAsMessageDetail

func GetSizePrefixedRootAsMessageDetail(buf []byte, offset flatbuffers.UOffsetT) *MessageDetail

func (*MessageDetail) Init

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

func (*MessageDetail) MutateTimestamp

func (rcv *MessageDetail) MutateTimestamp(n uint64) bool

/ source timestamp of message as FILETIME

func (*MessageDetail) Table

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

func (*MessageDetail) Timestamp

func (rcv *MessageDetail) Timestamp() uint64

/ source timestamp of message as FILETIME

func (*MessageDetail) UnPack added in v1.1.0

func (rcv *MessageDetail) UnPack() *MessageDetailT

func (*MessageDetail) UnPackTo added in v1.1.0

func (rcv *MessageDetail) UnPackTo(t *MessageDetailT)

type MessageDetailT added in v1.1.0

type MessageDetailT struct {
	Timestamp uint64
}

func (*MessageDetailT) Pack added in v1.1.0

type Metadata

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

func GetRootAsMetadata

func GetRootAsMetadata(buf []byte, offset flatbuffers.UOffsetT) *Metadata

func GetSizePrefixedRootAsMetadata

func GetSizePrefixedRootAsMetadata(buf []byte, offset flatbuffers.UOffsetT) *Metadata

func (*Metadata) Description

func (rcv *Metadata) Description() []byte

/ markdown text only

func (*Metadata) DescriptionUrl

func (rcv *Metadata) DescriptionUrl() []byte

/ markdown text only / URL to description

func (*Metadata) Descriptions

func (rcv *Metadata) Descriptions(obj *LocaleText, j int) bool

func (*Metadata) DescriptionsLength

func (rcv *Metadata) DescriptionsLength() int

func (*Metadata) DisplayFormat

func (rcv *Metadata) DisplayFormat() DisplayFormat

func (*Metadata) DisplayName

func (rcv *Metadata) DisplayName() []byte

/ URL to description

func (*Metadata) DisplayNames

func (rcv *Metadata) DisplayNames(obj *LocaleText, j int) bool

func (*Metadata) DisplayNamesLength

func (rcv *Metadata) DisplayNamesLength() int

func (*Metadata) Extensions

func (rcv *Metadata) Extensions(obj *Extension, j int) bool

func (*Metadata) ExtensionsLength

func (rcv *Metadata) ExtensionsLength() int

func (*Metadata) Init

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

func (*Metadata) MutateDisplayFormat

func (rcv *Metadata) MutateDisplayFormat(n DisplayFormat) bool

func (*Metadata) MutateNodeClass

func (rcv *Metadata) MutateNodeClass(n NodeClass) bool

func (*Metadata) NodeClass

func (rcv *Metadata) NodeClass() NodeClass

func (*Metadata) Operations

func (rcv *Metadata) Operations(obj *AllowedOperations) *AllowedOperations

func (*Metadata) References

func (rcv *Metadata) References(obj *Reference, j int) bool

func (*Metadata) ReferencesLength

func (rcv *Metadata) ReferencesLength() int

func (*Metadata) Table

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

func (*Metadata) UnPack added in v1.1.0

func (rcv *Metadata) UnPack() *MetadataT

func (*Metadata) UnPackTo added in v1.1.0

func (rcv *Metadata) UnPackTo(t *MetadataT)

func (*Metadata) Unit

func (rcv *Metadata) Unit() []byte

type MetadataDB

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

func GetRootAsMetadataDB

func GetRootAsMetadataDB(buf []byte, offset flatbuffers.UOffsetT) *MetadataDB

func GetSizePrefixedRootAsMetadataDB

func GetSizePrefixedRootAsMetadataDB(buf []byte, offset flatbuffers.UOffsetT) *MetadataDB

func (*MetadataDB) Address

func (rcv *MetadataDB) Address() []byte

func (*MetadataDB) Asterisk

func (rcv *MetadataDB) Asterisk(obj *MetadataDB) *MetadataDB

func (*MetadataDB) Childs

func (rcv *MetadataDB) Childs(obj *MetadataDB, j int) bool

func (*MetadataDB) ChildsLength

func (rcv *MetadataDB) ChildsLength() int

func (*MetadataDB) Init

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

func (*MetadataDB) Metadata

func (rcv *MetadataDB) Metadata(obj *Metadata) *Metadata

func (*MetadataDB) Table

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

func (*MetadataDB) UnPack added in v1.1.0

func (rcv *MetadataDB) UnPack() *MetadataDBT

func (*MetadataDB) UnPackTo added in v1.1.0

func (rcv *MetadataDB) UnPackTo(t *MetadataDBT)

type MetadataDBT added in v1.1.0

type MetadataDBT struct {
	Address  string
	Childs   []*MetadataDBT
	Asterisk *MetadataDBT
	Metadata *MetadataT
}

func (*MetadataDBT) Pack added in v1.1.0

type MetadataT added in v1.1.0

type MetadataT struct {
	NodeClass      NodeClass
	Operations     *AllowedOperationsT
	Description    string
	DescriptionUrl string
	DisplayName    string
	DisplayFormat  DisplayFormat
	Unit           string
	Extensions     []*ExtensionT
	References     []*ReferenceT
	Descriptions   []*LocaleTextT
	DisplayNames   []*LocaleTextT
}

func (*MetadataT) Pack added in v1.1.0

func (t *MetadataT) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT

type NTelBufferConfig added in v1.1.0

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

func GetRootAsNTelBufferConfig added in v1.1.0

func GetRootAsNTelBufferConfig(buf []byte, offset flatbuffers.UOffsetT) *NTelBufferConfig

func GetSizePrefixedRootAsNTelBufferConfig added in v1.1.0

func GetSizePrefixedRootAsNTelBufferConfig(buf []byte, offset flatbuffers.UOffsetT) *NTelBufferConfig

func (*NTelBufferConfig) DefaultN added in v1.1.0

func (rcv *NTelBufferConfig) DefaultN() uint16

/ number of buffer used if ntel buffer is used

func (*NTelBufferConfig) Init added in v1.1.0

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

func (*NTelBufferConfig) MutateDefaultN added in v1.1.0

func (rcv *NTelBufferConfig) MutateDefaultN(n uint16) bool

/ number of buffer used if ntel buffer is used

func (*NTelBufferConfig) Table added in v1.1.0

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

func (*NTelBufferConfig) UnPack added in v1.1.0

func (rcv *NTelBufferConfig) UnPack() *NTelBufferConfigT

func (*NTelBufferConfig) UnPackTo added in v1.1.0

func (rcv *NTelBufferConfig) UnPackTo(t *NTelBufferConfigT)

type NTelBufferConfigT added in v1.1.0

type NTelBufferConfigT struct {
	DefaultN uint16
}

func (*NTelBufferConfigT) Pack added in v1.1.0

type NodeClass

type NodeClass int8
const (
	NodeClassNode       NodeClass = 0
	NodeClassMethod     NodeClass = 1
	NodeClassType       NodeClass = 2
	NodeClassVariable   NodeClass = 3
	NodeClassCollection NodeClass = 4
	NodeClassResource   NodeClass = 5
	NodeClassProgram    NodeClass = 6
	NodeClassFolder     NodeClass = 7
)

func (NodeClass) String

func (v NodeClass) String() string

type NotifyInfo

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

func GetRootAsNotifyInfo

func GetRootAsNotifyInfo(buf []byte, offset flatbuffers.UOffsetT) *NotifyInfo

func GetSizePrefixedRootAsNotifyInfo

func GetSizePrefixedRootAsNotifyInfo(buf []byte, offset flatbuffers.UOffsetT) *NotifyInfo

func (*NotifyInfo) Init

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

func (*NotifyInfo) MutateNotifyType

func (rcv *NotifyInfo) MutateNotifyType(n NotifyType) bool

func (*NotifyInfo) MutateTimestamp

func (rcv *NotifyInfo) MutateTimestamp(n uint64) bool

/ Filetime: Contains a 64-bit value representing the number of 100-nanosecond intervals since January 1, 1601 (UTC).

func (*NotifyInfo) Node

func (rcv *NotifyInfo) Node() []byte

/ Node address

func (*NotifyInfo) NotifyType

func (rcv *NotifyInfo) NotifyType() NotifyType

func (*NotifyInfo) Table

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

func (*NotifyInfo) Timestamp

func (rcv *NotifyInfo) Timestamp() uint64

/ Node address / Filetime: Contains a 64-bit value representing the number of 100-nanosecond intervals since January 1, 1601 (UTC).

func (*NotifyInfo) UnPack added in v1.1.0

func (rcv *NotifyInfo) UnPack() *NotifyInfoT

func (*NotifyInfo) UnPackTo added in v1.1.0

func (rcv *NotifyInfo) UnPackTo(t *NotifyInfoT)

type NotifyInfoT added in v1.1.0

type NotifyInfoT struct {
	Node       string
	Timestamp  uint64
	NotifyType NotifyType
}

func (*NotifyInfoT) Pack added in v1.1.0

type NotifyType

type NotifyType int32
const (
	NotifyTypeData      NotifyType = 0
	NotifyTypeBrowse    NotifyType = 1
	NotifyTypeMetadata  NotifyType = 2
	NotifyTypeKeepalive NotifyType = 3
)

func (NotifyType) String

func (v NotifyType) String() string

type PersistenceParam

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

func GetRootAsPersistenceParam

func GetRootAsPersistenceParam(buf []byte, offset flatbuffers.UOffsetT) *PersistenceParam

func GetSizePrefixedRootAsPersistenceParam

func GetSizePrefixedRootAsPersistenceParam(buf []byte, offset flatbuffers.UOffsetT) *PersistenceParam

func (*PersistenceParam) ConfigurationPath

func (rcv *PersistenceParam) ConfigurationPath() []byte

/ the directory of the configuration to be loaded, or the directory of the target configuration in case of a save operation

func (*PersistenceParam) Id

func (rcv *PersistenceParam) Id() []byte

/ the directory of the configuration to be loaded, or the directory of the target configuration in case of a save operation / a random code which identifies the instance of save or load operation

func (*PersistenceParam) Init

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

func (*PersistenceParam) Phase

func (rcv *PersistenceParam) Phase() []byte

/ a random code which identifies the instance of save or load operation / specifies the current processing phase of a save or load operation

func (*PersistenceParam) Table

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

func (*PersistenceParam) UnPack added in v1.1.0

func (rcv *PersistenceParam) UnPack() *PersistenceParamT

func (*PersistenceParam) UnPackTo added in v1.1.0

func (rcv *PersistenceParam) UnPackTo(t *PersistenceParamT)

type PersistenceParamT added in v1.1.0

type PersistenceParamT struct {
	ConfigurationPath string
	Id                string
	Phase             string
}

/ parameters of the persistence operation / the type inforamtion of this flatbuffer is provided under "types/datalayer/persistence-param" / at implementation of "onMetadata()" return this path as create type reference

func (*PersistenceParamT) Pack added in v1.1.0

type Problem

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

func GetRootAsProblem

func GetRootAsProblem(buf []byte, offset flatbuffers.UOffsetT) *Problem

func GetSizePrefixedRootAsProblem

func GetSizePrefixedRootAsProblem(buf []byte, offset flatbuffers.UOffsetT) *Problem

func (*Problem) Cause added in v1.1.0

func (rcv *Problem) Cause(obj *Problem, j int) bool

/ Cause of the problem

func (*Problem) CauseLength added in v1.1.0

func (rcv *Problem) CauseLength() int

func (*Problem) Detail

func (rcv *Problem) Detail() []byte

/ A human-readable explanation specific to this occurrence of the problem.

func (*Problem) DetailedDiagnosisCode

func (rcv *Problem) DetailedDiagnosisCode() []byte

/ The main diagnosis code was/is issued by the system that caused the problem. / This code can be used to track down the root cause and source of the error. / It can be used to search in the documentation for a solution. / It SHOULD NOT change from occurrence to occurrence of the same problem. / example: 080F0100 / The detailed diagnosis code issued by the system that caused the problem. / This code can be used to track down the detailed cause and source of the error. / It can be used to search in the documentation for a solution. / The detailed diagnosis code gives additional information about the cause of the error. / It SHOULD NOT change from occurrence to occurrence of the same problem. / example: 00666001

func (*Problem) DynamicDescription

func (rcv *Problem) DynamicDescription() []byte

/ The detailed diagnosis code issued by the system that caused the problem. / This code can be used to track down the detailed cause and source of the error. / It can be used to search in the documentation for a solution. / The detailed diagnosis code gives additional information about the cause of the error. / It SHOULD NOT change from occurrence to occurrence of the same problem. / example: 00666001 / A dynamic description gives detailed information about the occurrence of a problem. / It can change between different occurrences of the same error. / example: value = -4.5

func (*Problem) Entity

func (rcv *Problem) Entity() []byte

/ Collection of links to fix the problem. E.g. links to online user manual, to an online community (using tags) or a developer chat (e.g. Slack). / Resource or entity which causes the problem

func (*Problem) Init

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

func (*Problem) Instance

func (rcv *Problem) Instance() []byte

/ A human-readable explanation specific to this occurrence of the problem. / A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.

func (rcv *Problem) Links(j int) []byte

/ Collection of links to fix the problem. E.g. links to online user manual, to an online community (using tags) or a developer chat (e.g. Slack).

func (*Problem) LinksLength

func (rcv *Problem) LinksLength() int

func (*Problem) MainDiagnosisCode

func (rcv *Problem) MainDiagnosisCode() []byte

/ A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced. / The main diagnosis code was/is issued by the system that caused the problem. / This code can be used to track down the root cause and source of the error. / It can be used to search in the documentation for a solution. / It SHOULD NOT change from occurrence to occurrence of the same problem. / example: 080F0100

func (*Problem) MoreInfo added in v1.1.0

func (rcv *Problem) MoreInfo(j int) byte

/ Resource or entity which causes the problem / More information about the problem (key/value pair)

func (*Problem) MoreInfoBytes added in v1.1.0

func (rcv *Problem) MoreInfoBytes() []byte

func (*Problem) MoreInfoLength added in v1.1.0

func (rcv *Problem) MoreInfoLength() int

func (*Problem) MutateMoreInfo added in v1.1.0

func (rcv *Problem) MutateMoreInfo(j int, n byte) bool

/ More information about the problem (key/value pair)

func (*Problem) MutateSeverity

func (rcv *Problem) MutateSeverity(n Severity) bool

/ Severity of a problem as defined RFC5424 of the Syslog standard, see https://tools.ietf.org/html/rfc5424'

func (*Problem) MutateStatus

func (rcv *Problem) MutateStatus(n int32) bool

/ The HTTP status code ([RFC7231], Section 6) generated by the origin server for this occurrence of the problem. / This will be added by the webserver - so you don't have to fill this field.

func (*Problem) Severity

func (rcv *Problem) Severity() Severity

/ A dynamic description gives detailed information about the occurrence of a problem. / It can change between different occurrences of the same error. / example: value = -4.5 / Severity of a problem as defined RFC5424 of the Syslog standard, see https://tools.ietf.org/html/rfc5424'

func (*Problem) Status

func (rcv *Problem) Status() int32

/ A short, human-readable summary of the problem type. / It SHOULD NOT change from occurrence to occurrence of the problem, / except for purposes of localization (e.g., using proactive content / negotiation; see [RFC7231], Section 3.4). / The HTTP status code ([RFC7231], Section 6) generated by the origin server for this occurrence of the problem. / This will be added by the webserver - so you don't have to fill this field.

func (*Problem) Table

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

func (*Problem) Title

func (rcv *Problem) Title() []byte

/ A URI reference [RFC3986] that identifies the problem type. / This specification encourages that, when dereferenced, / it provide human-readable documentation for the problem type / (e.g., using HTML [W3C.REC-html5-20141028]). When this member / is not present, its value is assumed to be "about:blank". / A short, human-readable summary of the problem type. / It SHOULD NOT change from occurrence to occurrence of the problem, / except for purposes of localization (e.g., using proactive content / negotiation; see [RFC7231], Section 3.4).

func (*Problem) Type

func (rcv *Problem) Type() []byte

/ A URI reference [RFC3986] that identifies the problem type. / This specification encourages that, when dereferenced, / it provide human-readable documentation for the problem type / (e.g., using HTML [W3C.REC-html5-20141028]). When this member / is not present, its value is assumed to be "about:blank".

func (*Problem) UnPack added in v1.1.0

func (rcv *Problem) UnPack() *ProblemT

func (*Problem) UnPackTo added in v1.1.0

func (rcv *Problem) UnPackTo(t *ProblemT)

type ProblemT added in v1.1.0

type ProblemT struct {
	Type                  string
	Title                 string
	Status                int32
	Detail                string
	Instance              string
	MainDiagnosisCode     string
	DetailedDiagnosisCode string
	DynamicDescription    string
	Severity              Severity
	Links                 []string
	Entity                string
	MoreInfo              []byte
	Cause                 []*ProblemT
}

func (*ProblemT) Pack added in v1.1.0

func (t *ProblemT) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT

type ProgramTask

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

func GetRootAsProgramTask

func GetRootAsProgramTask(buf []byte, offset flatbuffers.UOffsetT) *ProgramTask

func GetSizePrefixedRootAsProgramTask

func GetSizePrefixedRootAsProgramTask(buf []byte, offset flatbuffers.UOffsetT) *ProgramTask

func (*ProgramTask) Id

func (rcv *ProgramTask) Id() []byte

/ id of the task

func (*ProgramTask) Init

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

func (*ProgramTask) MutateProgress

func (rcv *ProgramTask) MutateProgress(n uint32) bool

/ Progress of the task in percent, if it's not possible to calculate, set state to running and progress to 0

func (*ProgramTask) MutateState

func (rcv *ProgramTask) MutateState(n ProgramTaskState) bool

/ state of the task

func (*ProgramTask) Progress

func (rcv *ProgramTask) Progress() uint32

/ Progress of the task in percent, if it's not possible to calculate, set state to running and progress to 0

func (*ProgramTask) ProgressInfo added in v1.1.0

func (rcv *ProgramTask) ProgressInfo() []byte

/ result of task; / Additional progress information

func (*ProgramTask) Result

func (rcv *ProgramTask) Result(obj *Diagnosis) *Diagnosis

/ result of task;

func (*ProgramTask) State

func (rcv *ProgramTask) State() ProgramTaskState

/ id of the task / state of the task

func (*ProgramTask) Table

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

func (*ProgramTask) UnPack added in v1.1.0

func (rcv *ProgramTask) UnPack() *ProgramTaskT

func (*ProgramTask) UnPackTo added in v1.1.0

func (rcv *ProgramTask) UnPackTo(t *ProgramTaskT)

type ProgramTaskAll

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

func GetRootAsProgramTaskAll

func GetRootAsProgramTaskAll(buf []byte, offset flatbuffers.UOffsetT) *ProgramTaskAll

func GetSizePrefixedRootAsProgramTaskAll

func GetSizePrefixedRootAsProgramTaskAll(buf []byte, offset flatbuffers.UOffsetT) *ProgramTaskAll

func (*ProgramTaskAll) Init

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

func (*ProgramTaskAll) Table

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

func (*ProgramTaskAll) Tasks

func (rcv *ProgramTaskAll) Tasks(obj *ProgramTask, j int) bool

func (*ProgramTaskAll) TasksLength

func (rcv *ProgramTaskAll) TasksLength() int

func (*ProgramTaskAll) UnPack added in v1.1.0

func (rcv *ProgramTaskAll) UnPack() *ProgramTaskAllT

func (*ProgramTaskAll) UnPackTo added in v1.1.0

func (rcv *ProgramTaskAll) UnPackTo(t *ProgramTaskAllT)

type ProgramTaskAllT added in v1.1.0

type ProgramTaskAllT struct {
	Tasks []*ProgramTaskT
}

func (*ProgramTaskAllT) Pack added in v1.1.0

type ProgramTaskState

type ProgramTaskState int8
const (
	/// task is pending and not been started
	ProgramTaskStatepending ProgramTaskState = 0
	/// task finished with failure
	ProgramTaskStatefailed ProgramTaskState = 1
	/// task is successfully done
	ProgramTaskStatedone ProgramTaskState = 2
	/// task is running
	ProgramTaskStaterunning ProgramTaskState = 3
)

func (ProgramTaskState) String

func (v ProgramTaskState) String() string

type ProgramTaskT added in v1.1.0

type ProgramTaskT struct {
	Id           string
	State        ProgramTaskState
	Progress     uint32
	Result       *DiagnosisT
	ProgressInfo string
}

func (*ProgramTaskT) Pack added in v1.1.0

type Properties

type Properties byte
const (
	PropertiesNONE             Properties = 0
	PropertiesSampling         Properties = 1
	PropertiesQueueing         Properties = 2
	PropertiesDataChangeFilter Properties = 3
	PropertiesChangeEvents     Properties = 4
	PropertiesCounting         Properties = 5
)

func (Properties) String

func (v Properties) String() string

func (Properties) UnPack added in v1.1.0

func (rcv Properties) UnPack(table flatbuffers.Table) *PropertiesT

type PropertiesT added in v1.1.0

type PropertiesT struct {
	Type  Properties
	Value interface{}
}

func (*PropertiesT) Pack added in v1.1.0

type Property

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

func GetRootAsProperty

func GetRootAsProperty(buf []byte, offset flatbuffers.UOffsetT) *Property

func GetSizePrefixedRootAsProperty

func GetSizePrefixedRootAsProperty(buf []byte, offset flatbuffers.UOffsetT) *Property

func (*Property) Init

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

func (*Property) MutateRuleType

func (rcv *Property) MutateRuleType(n Properties) bool

func (*Property) Rule

func (rcv *Property) Rule(obj *flatbuffers.Table) bool

func (*Property) RuleType

func (rcv *Property) RuleType() Properties

func (*Property) Table

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

func (*Property) UnPack added in v1.1.0

func (rcv *Property) UnPack() *PropertyT

func (*Property) UnPackTo added in v1.1.0

func (rcv *Property) UnPackTo(t *PropertyT)

type PropertyT added in v1.1.0

type PropertyT struct {
	Rule *PropertiesT
}

/ The table Property can be used to set additional optional properties which influence the subcription behaviour. / If no Properties are given, default values will be used automatically.

func (*PropertyT) Pack added in v1.1.0

func (t *PropertyT) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT

type QueueBehaviour

type QueueBehaviour int32
const (
	QueueBehaviourDiscardOldest QueueBehaviour = 0
	QueueBehaviourDiscardNewest QueueBehaviour = 1
)

func (QueueBehaviour) String

func (v QueueBehaviour) String() string

type Queueing

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

func GetRootAsQueueing

func GetRootAsQueueing(buf []byte, offset flatbuffers.UOffsetT) *Queueing

func GetSizePrefixedRootAsQueueing

func GetSizePrefixedRootAsQueueing(buf []byte, offset flatbuffers.UOffsetT) *Queueing

func (*Queueing) Behaviour

func (rcv *Queueing) Behaviour() QueueBehaviour

/ The queing strategy. Decided what data should be sent or disarded when the queue runs full before it could be sent.

func (*Queueing) Init

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

func (*Queueing) MutateBehaviour

func (rcv *Queueing) MutateBehaviour(n QueueBehaviour) bool

/ The queing strategy. Decided what data should be sent or disarded when the queue runs full before it could be sent.

func (*Queueing) MutateQueueSize

func (rcv *Queueing) MutateQueueSize(n uint32) bool

/ size of buffer

func (*Queueing) QueueSize

func (rcv *Queueing) QueueSize() uint32

/ size of buffer

func (*Queueing) Table

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

func (*Queueing) UnPack added in v1.1.0

func (rcv *Queueing) UnPack() *QueueingT

func (*Queueing) UnPackTo added in v1.1.0

func (rcv *Queueing) UnPackTo(t *QueueingT)

type QueueingT added in v1.1.0

type QueueingT struct {
	QueueSize uint32
	Behaviour QueueBehaviour
}

func (*QueueingT) Pack added in v1.1.0

func (t *QueueingT) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT

type Raw

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

func GetRootAsRaw

func GetRootAsRaw(buf []byte, offset flatbuffers.UOffsetT) *Raw

func GetSizePrefixedRootAsRaw

func GetSizePrefixedRootAsRaw(buf []byte, offset flatbuffers.UOffsetT) *Raw

func (*Raw) Init

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

func (*Raw) MutateValue

func (rcv *Raw) MutateValue(j int, n int8) bool

func (*Raw) Table

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

func (*Raw) UnPack added in v1.1.0

func (rcv *Raw) UnPack() *RawT

func (*Raw) UnPackTo added in v1.1.0

func (rcv *Raw) UnPackTo(t *RawT)

func (*Raw) Value

func (rcv *Raw) Value(j int) int8

func (*Raw) ValueLength

func (rcv *Raw) ValueLength() int

type RawT added in v1.1.0

type RawT struct {
	Value []int8
}

func (*RawT) Pack added in v1.1.0

func (t *RawT) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT

type RealtimeConfig added in v1.1.0

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

func GetRootAsRealtimeConfig added in v1.1.0

func GetRootAsRealtimeConfig(buf []byte, offset flatbuffers.UOffsetT) *RealtimeConfig

func GetSizePrefixedRootAsRealtimeConfig added in v1.1.0

func GetSizePrefixedRootAsRealtimeConfig(buf []byte, offset flatbuffers.UOffsetT) *RealtimeConfig

func (*RealtimeConfig) DefaultInputAcessType added in v1.1.0

func (rcv *RealtimeConfig) DefaultInputAcessType() AccessType

/ default buffer type used for Data Layer RT input

func (*RealtimeConfig) Init added in v1.1.0

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

func (*RealtimeConfig) MutateDefaultInputAcessType added in v1.1.0

func (rcv *RealtimeConfig) MutateDefaultInputAcessType(n AccessType) bool

/ default buffer type used for Data Layer RT input

func (*RealtimeConfig) NTelBufConfig added in v1.1.0

func (rcv *RealtimeConfig) NTelBufConfig(obj *NTelBufferConfig) *NTelBufferConfig

/ Configuration if NTelBuf is configured in defaultInputAcessType

func (*RealtimeConfig) Table added in v1.1.0

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

func (*RealtimeConfig) UnPack added in v1.1.0

func (rcv *RealtimeConfig) UnPack() *RealtimeConfigT

func (*RealtimeConfig) UnPackTo added in v1.1.0

func (rcv *RealtimeConfig) UnPackTo(t *RealtimeConfigT)

type RealtimeConfigT added in v1.1.0

type RealtimeConfigT struct {
	DefaultInputAcessType AccessType
	NTelBufConfig         *NTelBufferConfigT
}

/ configuration of realtime input buffer system

func (*RealtimeConfigT) Pack added in v1.1.0

type Reference

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

func GetRootAsReference

func GetRootAsReference(buf []byte, offset flatbuffers.UOffsetT) *Reference

func GetSizePrefixedRootAsReference

func GetSizePrefixedRootAsReference(buf []byte, offset flatbuffers.UOffsetT) *Reference

func (*Reference) Init

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

func (*Reference) Table

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

func (*Reference) TargetAddress

func (rcv *Reference) TargetAddress() []byte

/ nodeid of type "readType", "writeType", "createType", ... / full qualified address of target

func (*Reference) Type

func (rcv *Reference) Type() []byte

/ nodeid of type "readType", "writeType", "createType", ...

func (*Reference) UnPack added in v1.1.0

func (rcv *Reference) UnPack() *ReferenceT

func (*Reference) UnPackTo added in v1.1.0

func (rcv *Reference) UnPackTo(t *ReferenceT)

type ReferenceT added in v1.1.0

type ReferenceT struct {
	Type          string
	TargetAddress string
}

func (*ReferenceT) Pack added in v1.1.0

type RetainStats

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

func GetRootAsRetainStats

func GetRootAsRetainStats(buf []byte, offset flatbuffers.UOffsetT) *RetainStats

func GetSizePrefixedRootAsRetainStats

func GetSizePrefixedRootAsRetainStats(buf []byte, offset flatbuffers.UOffsetT) *RetainStats

func (*RetainStats) BiggestFree

func (rcv *RetainStats) BiggestFree() uint32

/ biggest free chunk of memory in bytes

func (*RetainStats) Free

func (rcv *RetainStats) Free() uint32

/ free size of memory in bytes

func (*RetainStats) Info

func (rcv *RetainStats) Info() []byte

/ debug information of shared memory

func (*RetainStats) Init

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

func (*RetainStats) LastUsed

func (rcv *RetainStats) LastUsed() uint32

/ last used offset

func (*RetainStats) MutateBiggestFree

func (rcv *RetainStats) MutateBiggestFree(n uint32) bool

/ biggest free chunk of memory in bytes

func (*RetainStats) MutateFree

func (rcv *RetainStats) MutateFree(n uint32) bool

/ free size of memory in bytes

func (*RetainStats) MutateLastUsed

func (rcv *RetainStats) MutateLastUsed(n uint32) bool

/ last used offset

func (*RetainStats) MutateSyncCounter

func (rcv *RetainStats) MutateSyncCounter(n uint32) bool

/ now often was the nvram synced

func (*RetainStats) MutateTotal

func (rcv *RetainStats) MutateTotal(n uint32) bool

/ total size of memory in bytes

func (*RetainStats) MutateUsed

func (rcv *RetainStats) MutateUsed(n uint32) bool

/ used size of memory in bytes

func (*RetainStats) SyncCounter

func (rcv *RetainStats) SyncCounter() uint32

/ now often was the nvram synced

func (*RetainStats) Table

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

func (*RetainStats) Total

func (rcv *RetainStats) Total() uint32

/ total size of memory in bytes

func (*RetainStats) UnPack added in v1.1.0

func (rcv *RetainStats) UnPack() *RetainStatsT

func (*RetainStats) UnPackTo added in v1.1.0

func (rcv *RetainStats) UnPackTo(t *RetainStatsT)

func (*RetainStats) Used

func (rcv *RetainStats) Used() uint32

/ used size of memory in bytes

type RetainStatsT added in v1.1.0

type RetainStatsT struct {
	Total       uint32
	Free        uint32
	Used        uint32
	BiggestFree uint32
	SyncCounter uint32
	LastUsed    uint32
	Info        string
}

func (*RetainStatsT) Pack added in v1.1.0

type Sampling

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

func GetRootAsSampling

func GetRootAsSampling(buf []byte, offset flatbuffers.UOffsetT) *Sampling

func GetSizePrefixedRootAsSampling

func GetSizePrefixedRootAsSampling(buf []byte, offset flatbuffers.UOffsetT) *Sampling

func (*Sampling) Init

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

func (*Sampling) MutateSamplingInterval

func (rcv *Sampling) MutateSamplingInterval(n uint64) bool

/ sample time in µ seconds for minimum sampling of data - currently only multiples of 1000 are supported

func (*Sampling) SamplingInterval

func (rcv *Sampling) SamplingInterval() uint64

/ sample time in µ seconds for minimum sampling of data - currently only multiples of 1000 are supported

func (*Sampling) Table

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

func (*Sampling) UnPack added in v1.1.0

func (rcv *Sampling) UnPack() *SamplingT

func (*Sampling) UnPackTo added in v1.1.0

func (rcv *Sampling) UnPackTo(t *SamplingT)

type SamplingT added in v1.1.0

type SamplingT struct {
	SamplingInterval uint64
}

func (*SamplingT) Pack added in v1.1.0

func (t *SamplingT) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT

type Scope

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

func GetRootAsScope

func GetRootAsScope(buf []byte, offset flatbuffers.UOffsetT) *Scope

func GetSizePrefixedRootAsScope

func GetSizePrefixedRootAsScope(buf []byte, offset flatbuffers.UOffsetT) *Scope

func (*Scope) Description

func (rcv *Scope) Description() []byte

/ Human readable name of the Scope / Description of the Scope

func (*Scope) Identifier

func (rcv *Scope) Identifier() []byte

/ Identifier of the Scope

func (*Scope) Init

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

func (*Scope) Name

func (rcv *Scope) Name() []byte

/ Identifier of the Scope / Human readable name of the Scope

func (*Scope) PermissionsR added in v1.1.0

func (rcv *Scope) PermissionsR(j int) []byte

/ Description of the Scope / List of permission string for read operations

func (*Scope) PermissionsRLength added in v1.1.0

func (rcv *Scope) PermissionsRLength() int

func (*Scope) PermissionsRW added in v1.1.0

func (rcv *Scope) PermissionsRW(j int) []byte

/ List of permission string for read operations / List of permission string for read/write operations

func (*Scope) PermissionsRWLength added in v1.1.0

func (rcv *Scope) PermissionsRWLength() int

func (*Scope) PermissionsRWX added in v1.1.0

func (rcv *Scope) PermissionsRWX(j int) []byte

/ List of permission string for execute operations / List of permission string for all operations

func (*Scope) PermissionsRWXLength added in v1.1.0

func (rcv *Scope) PermissionsRWXLength() int

func (*Scope) PermissionsX added in v1.1.0

func (rcv *Scope) PermissionsX(j int) []byte

/ List of permission string for read/write operations / List of permission string for execute operations

func (*Scope) PermissionsXLength added in v1.1.0

func (rcv *Scope) PermissionsXLength() int

func (*Scope) Table

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

func (*Scope) UnPack added in v1.1.0

func (rcv *Scope) UnPack() *ScopeT

func (*Scope) UnPackTo added in v1.1.0

func (rcv *Scope) UnPackTo(t *ScopeT)

type ScopeT added in v1.1.0

type ScopeT struct {
	Identifier     string
	Name           string
	Description    string
	PermissionsR   []string
	PermissionsRW  []string
	PermissionsX   []string
	PermissionsRWX []string
}

func (*ScopeT) Pack added in v1.1.0

func (t *ScopeT) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT

type Scopes

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

func GetRootAsScopes

func GetRootAsScopes(buf []byte, offset flatbuffers.UOffsetT) *Scopes

func GetSizePrefixedRootAsScopes

func GetSizePrefixedRootAsScopes(buf []byte, offset flatbuffers.UOffsetT) *Scopes

func (*Scopes) Init

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

func (*Scopes) Scopes

func (rcv *Scopes) Scopes(obj *Scope, j int) bool

/ List of scopes

func (*Scopes) ScopesLength

func (rcv *Scopes) ScopesLength() int

func (*Scopes) Table

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

func (*Scopes) UnPack added in v1.1.0

func (rcv *Scopes) UnPack() *ScopesT

func (*Scopes) UnPackTo added in v1.1.0

func (rcv *Scopes) UnPackTo(t *ScopesT)

type ScopesT added in v1.1.0

type ScopesT struct {
	Scopes []*ScopeT
}

func (*ScopesT) Pack added in v1.1.0

func (t *ScopesT) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT

type ServerSettings

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

func GetRootAsServerSettings

func GetRootAsServerSettings(buf []byte, offset flatbuffers.UOffsetT) *ServerSettings

func GetSizePrefixedRootAsServerSettings

func GetSizePrefixedRootAsServerSettings(buf []byte, offset flatbuffers.UOffsetT) *ServerSettings

func (*ServerSettings) DebugAddress added in v1.2.0

func (rcv *ServerSettings) DebugAddress() []byte

/ Address to debug disconnect

func (*ServerSettings) Init

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

func (*ServerSettings) MutateServerEmulatedNvramSize added in v1.3.0

func (rcv *ServerSettings) MutateServerEmulatedNvramSize(n uint32) bool

/ Emulated NVRam size - will be active after a restart of app.automationcore

func (*ServerSettings) MutateServerIdlePingTimeout

func (rcv *ServerSettings) MutateServerIdlePingTimeout(n uint32) bool

/ after this time send a ping to not used provider is send to test if provider is still alive

func (*ServerSettings) MutateServerMaxMessageSize added in v1.1.0

func (rcv *ServerSettings) MutateServerMaxMessageSize(n uint32) bool

/ maximum inbound message size

func (*ServerSettings) MutateServerMaxRtSize added in v1.2.0

func (rcv *ServerSettings) MutateServerMaxRtSize(n uint32) bool

/ Maximum size of a RT area

func (*ServerSettings) MutateServerWaitResponseTimeout

func (rcv *ServerSettings) MutateServerWaitResponseTimeout(n uint32) bool

/ after this time a response from provider is expected - if there is no answer a provider is assumed to be dead --> kick provider out of routing

func (*ServerSettings) ServerEmulatedNvramSize added in v1.3.0

func (rcv *ServerSettings) ServerEmulatedNvramSize() uint32

/ Emulated NVRam size - will be active after a restart of app.automationcore

func (*ServerSettings) ServerIdlePingTimeout

func (rcv *ServerSettings) ServerIdlePingTimeout() uint32

/ after this time send a ping to not used provider is send to test if provider is still alive

func (*ServerSettings) ServerMaxMessageSize added in v1.1.0

func (rcv *ServerSettings) ServerMaxMessageSize() uint32

/ maximum inbound message size

func (*ServerSettings) ServerMaxRtSize added in v1.2.0

func (rcv *ServerSettings) ServerMaxRtSize() uint32

/ Address to debug disconnect / Maximum size of a RT area

func (*ServerSettings) ServerWaitResponseTimeout

func (rcv *ServerSettings) ServerWaitResponseTimeout() uint32

/ after this time a response from provider is expected - if there is no answer a provider is assumed to be dead --> kick provider out of routing

func (*ServerSettings) Table

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

func (*ServerSettings) UnPack added in v1.1.0

func (rcv *ServerSettings) UnPack() *ServerSettingsT

func (*ServerSettings) UnPackTo added in v1.1.0

func (rcv *ServerSettings) UnPackTo(t *ServerSettingsT)

type ServerSettingsT added in v1.1.0

type ServerSettingsT struct {
	ServerIdlePingTimeout     uint32
	ServerWaitResponseTimeout uint32
	ServerMaxMessageSize      uint32
	DebugAddress              string
	ServerMaxRtSize           uint32
	ServerEmulatedNvramSize   uint32
}

func (*ServerSettingsT) Pack added in v1.1.0

type Severity

type Severity int8
const (
	SeverityEmergency     Severity = 0
	SeverityAlert         Severity = 1
	SeverityCritical      Severity = 2
	SeverityError         Severity = 3
	SeverityWarning       Severity = 4
	SeverityNotice        Severity = 5
	SeverityInformational Severity = 6
	SeverityDebug         Severity = 7
)

func (Severity) String

func (v Severity) String() string

type String

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

func GetRootAsString

func GetRootAsString(buf []byte, offset flatbuffers.UOffsetT) *String

func GetSizePrefixedRootAsString

func GetSizePrefixedRootAsString(buf []byte, offset flatbuffers.UOffsetT) *String

func (*String) Init

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

func (*String) Table

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

func (*String) UnPack added in v1.1.0

func (rcv *String) UnPack() *StringT

func (*String) UnPackTo added in v1.1.0

func (rcv *String) UnPackTo(t *StringT)

func (*String) Value

func (rcv *String) Value() []byte

type StringT added in v1.1.0

type StringT struct {
	Value string
}

func (*StringT) Pack added in v1.1.0

func (t *StringT) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT

type SubscriptionData

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

func GetRootAsSubscriptionData

func GetRootAsSubscriptionData(buf []byte, offset flatbuffers.UOffsetT) *SubscriptionData

func GetSizePrefixedRootAsSubscriptionData

func GetSizePrefixedRootAsSubscriptionData(buf []byte, offset flatbuffers.UOffsetT) *SubscriptionData

func (*SubscriptionData) Init

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

func (*SubscriptionData) Nodes

func (rcv *SubscriptionData) Nodes(j int) []byte

func (*SubscriptionData) NodesLength

func (rcv *SubscriptionData) NodesLength() int

func (*SubscriptionData) Properties

func (*SubscriptionData) Table

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

func (*SubscriptionData) UnPack added in v1.1.0

func (rcv *SubscriptionData) UnPack() *SubscriptionDataT

func (*SubscriptionData) UnPackTo added in v1.1.0

func (rcv *SubscriptionData) UnPackTo(t *SubscriptionDataT)

type SubscriptionDataT added in v1.1.0

type SubscriptionDataT struct {
	Properties *SubscriptionPropertiesT
	Nodes      []string
}

func (*SubscriptionDataT) Pack added in v1.1.0

type SubscriptionProperties

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

func GetRootAsSubscriptionProperties

func GetRootAsSubscriptionProperties(buf []byte, offset flatbuffers.UOffsetT) *SubscriptionProperties

func GetSizePrefixedRootAsSubscriptionProperties

func GetSizePrefixedRootAsSubscriptionProperties(buf []byte, offset flatbuffers.UOffsetT) *SubscriptionProperties

func (*SubscriptionProperties) ErrorInterval

func (rcv *SubscriptionProperties) ErrorInterval() uint32

/ Rules for subscription / time in milli seconds to re-read data if an error was received for a nodex

func (*SubscriptionProperties) Id

func (rcv *SubscriptionProperties) Id() []byte

/ user identification for subscribtion Use it update and dispose the old subscription

func (*SubscriptionProperties) Init

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

func (*SubscriptionProperties) KeepaliveInterval

func (rcv *SubscriptionProperties) KeepaliveInterval() uint32

/ user identification for subscribtion Use it update and dispose the old subscription / keepalive in milli seconds for subscription - this time is used to detect life status of providers

func (*SubscriptionProperties) MutateErrorInterval

func (rcv *SubscriptionProperties) MutateErrorInterval(n uint32) bool

/ time in milli seconds to re-read data if an error was received for a nodex

func (*SubscriptionProperties) MutateKeepaliveInterval

func (rcv *SubscriptionProperties) MutateKeepaliveInterval(n uint32) bool

/ keepalive in milli seconds for subscription - this time is used to detect life status of providers

func (*SubscriptionProperties) MutatePublishInterval

func (rcv *SubscriptionProperties) MutatePublishInterval(n uint32) bool

/ time in milli seconds for upper limit of publish messages to not get flooded with new messages

func (*SubscriptionProperties) PublishInterval

func (rcv *SubscriptionProperties) PublishInterval() uint32

/ time in milli seconds for upper limit of publish messages to not get flooded with new messages

func (*SubscriptionProperties) Rules

func (rcv *SubscriptionProperties) Rules(obj *Property, j int) bool

/ Rules for subscription

func (*SubscriptionProperties) RulesLength

func (rcv *SubscriptionProperties) RulesLength() int

func (*SubscriptionProperties) Table

func (*SubscriptionProperties) UnPack added in v1.1.0

func (*SubscriptionProperties) UnPackTo added in v1.1.0

type SubscriptionPropertiesT added in v1.1.0

type SubscriptionPropertiesT struct {
	Id                string
	KeepaliveInterval uint32
	PublishInterval   uint32
	Rules             []*PropertyT
	ErrorInterval     uint32
}

func (*SubscriptionPropertiesT) Pack added in v1.1.0

type SubscriptionSettings

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

func GetRootAsSubscriptionSettings

func GetRootAsSubscriptionSettings(buf []byte, offset flatbuffers.UOffsetT) *SubscriptionSettings

func GetSizePrefixedRootAsSubscriptionSettings

func GetSizePrefixedRootAsSubscriptionSettings(buf []byte, offset flatbuffers.UOffsetT) *SubscriptionSettings

func (*SubscriptionSettings) Init

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

func (*SubscriptionSettings) MaximumBufferSize

func (rcv *SubscriptionSettings) MaximumBufferSize() uint32

/ maximum size of buffer

func (*SubscriptionSettings) MaximumRTSubscribedNodes added in v1.3.0

func (rcv *SubscriptionSettings) MaximumRTSubscribedNodes() uint32

/ Maximum allowed count of RT Subscriptions to addresses

func (*SubscriptionSettings) MinimumErrorInterval

func (rcv *SubscriptionSettings) MinimumErrorInterval() uint32

/ minimum error interval

func (*SubscriptionSettings) MinimumPublishInterval

func (rcv *SubscriptionSettings) MinimumPublishInterval() uint32

/ minimum publish interval in milliseconds

func (*SubscriptionSettings) MinimumSampleInterval

func (rcv *SubscriptionSettings) MinimumSampleInterval() uint64

/ minimum sampling interval in microseconds

func (*SubscriptionSettings) MutateMaximumBufferSize

func (rcv *SubscriptionSettings) MutateMaximumBufferSize(n uint32) bool

/ maximum size of buffer

func (*SubscriptionSettings) MutateMaximumRTSubscribedNodes added in v1.3.0

func (rcv *SubscriptionSettings) MutateMaximumRTSubscribedNodes(n uint32) bool

/ Maximum allowed count of RT Subscriptions to addresses

func (*SubscriptionSettings) MutateMinimumErrorInterval

func (rcv *SubscriptionSettings) MutateMinimumErrorInterval(n uint32) bool

/ minimum error interval

func (*SubscriptionSettings) MutateMinimumPublishInterval

func (rcv *SubscriptionSettings) MutateMinimumPublishInterval(n uint32) bool

/ minimum publish interval in milliseconds

func (*SubscriptionSettings) MutateMinimumSampleInterval

func (rcv *SubscriptionSettings) MutateMinimumSampleInterval(n uint64) bool

/ minimum sampling interval in microseconds

func (*SubscriptionSettings) Table

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

func (*SubscriptionSettings) UnPack added in v1.1.0

func (*SubscriptionSettings) UnPackTo added in v1.1.0

func (rcv *SubscriptionSettings) UnPackTo(t *SubscriptionSettingsT)

type SubscriptionSettingsT added in v1.1.0

type SubscriptionSettingsT struct {
	MinimumPublishInterval   uint32
	MinimumSampleInterval    uint64
	MaximumBufferSize        uint32
	MinimumErrorInterval     uint32
	MaximumRTSubscribedNodes uint32
}

func (*SubscriptionSettingsT) Pack added in v1.1.0

type SubscriptionStatistics added in v1.3.0

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

func GetRootAsSubscriptionStatistics added in v1.3.0

func GetRootAsSubscriptionStatistics(buf []byte, offset flatbuffers.UOffsetT) *SubscriptionStatistics

func GetSizePrefixedRootAsSubscriptionStatistics added in v1.3.0

func GetSizePrefixedRootAsSubscriptionStatistics(buf []byte, offset flatbuffers.UOffsetT) *SubscriptionStatistics

func (*SubscriptionStatistics) Init added in v1.3.0

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

func (*SubscriptionStatistics) MutateNumberClients added in v1.3.0

func (rcv *SubscriptionStatistics) MutateNumberClients(n uint32) bool

/ Number of clients with subscriptions

func (*SubscriptionStatistics) MutateNumberRTSubscribedNodes added in v1.3.0

func (rcv *SubscriptionStatistics) MutateNumberRTSubscribedNodes(n uint32) bool

/ Number of realtime subscribed nodes

func (*SubscriptionStatistics) MutateNumberSubscribedNodes added in v1.3.0

func (rcv *SubscriptionStatistics) MutateNumberSubscribedNodes(n uint32) bool

/ Number of subscribed nodes;

func (*SubscriptionStatistics) MutateNumberSubscriptions added in v1.3.0

func (rcv *SubscriptionStatistics) MutateNumberSubscriptions(n uint32) bool

/ Number of subscriptions

func (*SubscriptionStatistics) NumberClients added in v1.3.0

func (rcv *SubscriptionStatistics) NumberClients() uint32

/ Number of clients with subscriptions

func (*SubscriptionStatistics) NumberRTSubscribedNodes added in v1.3.0

func (rcv *SubscriptionStatistics) NumberRTSubscribedNodes() uint32

/ Number of realtime subscribed nodes

func (*SubscriptionStatistics) NumberSubscribedNodes added in v1.3.0

func (rcv *SubscriptionStatistics) NumberSubscribedNodes() uint32

/ Number of subscribed nodes;

func (*SubscriptionStatistics) NumberSubscriptions added in v1.3.0

func (rcv *SubscriptionStatistics) NumberSubscriptions() uint32

/ Number of subscriptions

func (*SubscriptionStatistics) Table added in v1.3.0

func (*SubscriptionStatistics) UnPack added in v1.3.0

func (*SubscriptionStatistics) UnPackTo added in v1.3.0

type SubscriptionStatisticsT added in v1.3.0

type SubscriptionStatisticsT struct {
	NumberClients           uint32
	NumberSubscriptions     uint32
	NumberSubscribedNodes   uint32
	NumberRTSubscribedNodes uint32
}

func (*SubscriptionStatisticsT) Pack added in v1.3.0

type Timestamp added in v1.1.0

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

func GetRootAsTimestamp added in v1.1.0

func GetRootAsTimestamp(buf []byte, offset flatbuffers.UOffsetT) *Timestamp

func GetSizePrefixedRootAsTimestamp added in v1.1.0

func GetSizePrefixedRootAsTimestamp(buf []byte, offset flatbuffers.UOffsetT) *Timestamp

func (*Timestamp) Init added in v1.1.0

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

func (*Timestamp) MutateValue added in v1.1.0

func (rcv *Timestamp) MutateValue(n uint64) bool

func (*Timestamp) Table added in v1.1.0

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

func (*Timestamp) UnPack added in v1.1.0

func (rcv *Timestamp) UnPack() *TimestampT

func (*Timestamp) UnPackTo added in v1.1.0

func (rcv *Timestamp) UnPackTo(t *TimestampT)

func (*Timestamp) Value added in v1.1.0

func (rcv *Timestamp) Value() uint64

type TimestampT added in v1.1.0

type TimestampT struct {
	Value uint64
}

func (*TimestampT) Pack added in v1.1.0

type Token

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

func GetRootAsToken

func GetRootAsToken(buf []byte, offset flatbuffers.UOffsetT) *Token

func GetSizePrefixedRootAsToken

func GetSizePrefixedRootAsToken(buf []byte, offset flatbuffers.UOffsetT) *Token

func (*Token) Claims

func (rcv *Token) Claims(obj *Claim, j int) bool

/ for all unknown claims - not in fields below

func (*Token) ClaimsLength

func (rcv *Token) ClaimsLength() int

func (*Token) Exp

func (rcv *Token) Exp() uint64

func (*Token) Iat

func (rcv *Token) Iat() uint64

func (*Token) Id

func (rcv *Token) Id() []byte

/ for all unknown claims - not in fields below

func (*Token) Init

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

func (*Token) MutateExp

func (rcv *Token) MutateExp(n uint64) bool

func (*Token) MutateIat

func (rcv *Token) MutateIat(n uint64) bool

func (*Token) MutatePlchandle

func (rcv *Token) MutatePlchandle(n uint64) bool

func (*Token) Name

func (rcv *Token) Name() []byte

func (*Token) Plchandle

func (rcv *Token) Plchandle() uint64

func (*Token) Scope

func (rcv *Token) Scope(j int) []byte

func (*Token) ScopeLength

func (rcv *Token) ScopeLength() int

func (*Token) Table

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

func (*Token) UnPack added in v1.1.0

func (rcv *Token) UnPack() *TokenT

func (*Token) UnPackTo added in v1.1.0

func (rcv *Token) UnPackTo(t *TokenT)

type TokenT added in v1.1.0

type TokenT struct {
	Claims    []*ClaimT
	Id        string
	Iat       uint64
	Exp       uint64
	Name      string
	Plchandle uint64
	Scope     []string
}

func (*TokenT) Pack added in v1.1.0

func (t *TokenT) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT

type UInt16

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

func GetRootAsUInt16

func GetRootAsUInt16(buf []byte, offset flatbuffers.UOffsetT) *UInt16

func GetSizePrefixedRootAsUInt16

func GetSizePrefixedRootAsUInt16(buf []byte, offset flatbuffers.UOffsetT) *UInt16

func (*UInt16) Init

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

func (*UInt16) MutateValue

func (rcv *UInt16) MutateValue(n uint16) bool

func (*UInt16) Table

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

func (*UInt16) UnPack added in v1.1.0

func (rcv *UInt16) UnPack() *UInt16T

func (*UInt16) UnPackTo added in v1.1.0

func (rcv *UInt16) UnPackTo(t *UInt16T)

func (*UInt16) Value

func (rcv *UInt16) Value() uint16

type UInt16T added in v1.1.0

type UInt16T struct {
	Value uint16
}

func (*UInt16T) Pack added in v1.1.0

func (t *UInt16T) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT

type UInt32

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

func GetRootAsUInt32

func GetRootAsUInt32(buf []byte, offset flatbuffers.UOffsetT) *UInt32

func GetSizePrefixedRootAsUInt32

func GetSizePrefixedRootAsUInt32(buf []byte, offset flatbuffers.UOffsetT) *UInt32

func (*UInt32) Init

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

func (*UInt32) MutateValue

func (rcv *UInt32) MutateValue(n uint32) bool

func (*UInt32) Table

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

func (*UInt32) UnPack added in v1.1.0

func (rcv *UInt32) UnPack() *UInt32T

func (*UInt32) UnPackTo added in v1.1.0

func (rcv *UInt32) UnPackTo(t *UInt32T)

func (*UInt32) Value

func (rcv *UInt32) Value() uint32

type UInt32T added in v1.1.0

type UInt32T struct {
	Value uint32
}

func (*UInt32T) Pack added in v1.1.0

func (t *UInt32T) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT

type UInt64

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

func GetRootAsUInt64

func GetRootAsUInt64(buf []byte, offset flatbuffers.UOffsetT) *UInt64

func GetSizePrefixedRootAsUInt64

func GetSizePrefixedRootAsUInt64(buf []byte, offset flatbuffers.UOffsetT) *UInt64

func (*UInt64) Init

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

func (*UInt64) MutateValue

func (rcv *UInt64) MutateValue(n uint64) bool

func (*UInt64) Table

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

func (*UInt64) UnPack added in v1.1.0

func (rcv *UInt64) UnPack() *UInt64T

func (*UInt64) UnPackTo added in v1.1.0

func (rcv *UInt64) UnPackTo(t *UInt64T)

func (*UInt64) Value

func (rcv *UInt64) Value() uint64

type UInt64T added in v1.1.0

type UInt64T struct {
	Value uint64
}

func (*UInt64T) Pack added in v1.1.0

func (t *UInt64T) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT

type UInt8

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

func GetRootAsUInt8

func GetRootAsUInt8(buf []byte, offset flatbuffers.UOffsetT) *UInt8

func GetSizePrefixedRootAsUInt8

func GetSizePrefixedRootAsUInt8(buf []byte, offset flatbuffers.UOffsetT) *UInt8

func (*UInt8) Init

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

func (*UInt8) MutateValue

func (rcv *UInt8) MutateValue(n byte) bool

func (*UInt8) Table

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

func (*UInt8) UnPack added in v1.1.0

func (rcv *UInt8) UnPack() *UInt8T

func (*UInt8) UnPackTo added in v1.1.0

func (rcv *UInt8) UnPackTo(t *UInt8T)

func (*UInt8) Value

func (rcv *UInt8) Value() byte

type UInt8T added in v1.1.0

type UInt8T struct {
	Value byte
}

func (*UInt8T) Pack added in v1.1.0

func (t *UInt8T) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT

type Variable

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

func GetRootAsVariable

func GetRootAsVariable(buf []byte, offset flatbuffers.UOffsetT) *Variable

func GetSizePrefixedRootAsVariable

func GetSizePrefixedRootAsVariable(buf []byte, offset flatbuffers.UOffsetT) *Variable

func (*Variable) Bitoffset

func (rcv *Variable) Bitoffset() uint32

/ Name of the variable / Offset (in bits) of variable in memory

func (*Variable) Bitsize

func (rcv *Variable) Bitsize() uint32

/ Size (in bits) of variable in memory

func (*Variable) Init

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

func (*Variable) Metadata added in v1.3.0

func (rcv *Variable) Metadata(obj *Metadata) *Metadata

/ type information / metadata of the variable

func (*Variable) MutateBitoffset

func (rcv *Variable) MutateBitoffset(n uint32) bool

/ Offset (in bits) of variable in memory

func (*Variable) MutateBitsize

func (rcv *Variable) MutateBitsize(n uint32) bool

/ Size (in bits) of variable in memory

func (*Variable) Name

func (rcv *Variable) Name() []byte

/ Name of the variable

func (*Variable) Table

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

func (*Variable) Type

func (rcv *Variable) Type() []byte

/ type information

func (*Variable) UnPack added in v1.1.0

func (rcv *Variable) UnPack() *VariableT

func (*Variable) UnPackTo added in v1.1.0

func (rcv *Variable) UnPackTo(t *VariableT)

type VariableT added in v1.1.0

type VariableT struct {
	Name      string
	Bitoffset uint32
	Bitsize   uint32
	Type      string
	Metadata  *MetadataT
}

func (*VariableT) Pack added in v1.1.0

func (t *VariableT) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT

type Watchlist

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

func GetRootAsWatchlist

func GetRootAsWatchlist(buf []byte, offset flatbuffers.UOffsetT) *Watchlist

func GetSizePrefixedRootAsWatchlist

func GetSizePrefixedRootAsWatchlist(buf []byte, offset flatbuffers.UOffsetT) *Watchlist

func (*Watchlist) Init

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

func (*Watchlist) Items

func (rcv *Watchlist) Items(j int) []byte

/ name of the watchlist / items of the watchlist

func (*Watchlist) ItemsLength

func (rcv *Watchlist) ItemsLength() int

func (*Watchlist) Name

func (rcv *Watchlist) Name() []byte

/ name of the watchlist

func (*Watchlist) Table

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

func (*Watchlist) UnPack added in v1.1.0

func (rcv *Watchlist) UnPack() *WatchlistT

func (*Watchlist) UnPackTo added in v1.1.0

func (rcv *Watchlist) UnPackTo(t *WatchlistT)

type WatchlistT added in v1.1.0

type WatchlistT struct {
	Name  string
	Items []string
}

func (*WatchlistT) Pack added in v1.1.0

type Watchlists

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

func GetRootAsWatchlists

func GetRootAsWatchlists(buf []byte, offset flatbuffers.UOffsetT) *Watchlists

func GetSizePrefixedRootAsWatchlists

func GetSizePrefixedRootAsWatchlists(buf []byte, offset flatbuffers.UOffsetT) *Watchlists

func (*Watchlists) Init

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

func (*Watchlists) Table

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

func (*Watchlists) UnPack added in v1.1.0

func (rcv *Watchlists) UnPack() *WatchlistsT

func (*Watchlists) UnPackTo added in v1.1.0

func (rcv *Watchlists) UnPackTo(t *WatchlistsT)

func (*Watchlists) Watchlists

func (rcv *Watchlists) Watchlists(obj *Watchlist, j int) bool

/ Watchlists

func (*Watchlists) WatchlistsLength

func (rcv *Watchlists) WatchlistsLength() int

type WatchlistsT added in v1.1.0

type WatchlistsT struct {
	Watchlists []*WatchlistT
}

func (*WatchlistsT) Pack added in v1.1.0

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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