primitive

package
v0.0.0-...-7c29f4c Latest Latest
Warning

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

Go to latest
Published: Sep 13, 2017 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Overview

Package primitive is a generated protocol buffer package.

It is generated from these files:

primitive/bool.proto

It has these top-level messages:

BoolArray
Bool

Package primitive is a generated protocol buffer package.

It is generated from these files:

primitive/bytes.proto

It has these top-level messages:

Bytes

Package primitive is a generated protocol buffer package.

It is generated from these files:

primitive/double.proto

It has these top-level messages:

DoubleArray
Double

Package primitive is a generated protocol buffer package.

It is generated from these files:

primitive/fixed.proto

It has these top-level messages:

Fixed32Array
Fixed32
Fixed64Array
Fixed64

Package primitive is a generated protocol buffer package.

It is generated from these files:

primitive/float.proto

It has these top-level messages:

FloatArray
Float
Float32Array
Float32
Float64Array
Float64

Package primitive is a generated protocol buffer package.

It is generated from these files:

primitive/header.proto

It has these top-level messages:

Header

Package primitive is a generated protocol buffer package.

It is generated from these files:

primitive/int.proto

It has these top-level messages:

Int32Array
Int32
Int64Array
Int64
SInt32Array
SInt32
SInt64Array
SInt64
UInt32Array
UInt32
UInt64Array
UInt64

Package primitive is a generated protocol buffer package.

It is generated from these files:

primitive/string.proto

It has these top-level messages:

String

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Bool

type Bool struct {
	Data bool `protobuf:"varint,1,opt,name=data" json:"data,omitempty"`
}

func (*Bool) Descriptor

func (*Bool) Descriptor() ([]byte, []int)

func (*Bool) GetData

func (m *Bool) GetData() bool

func (*Bool) ProtoMessage

func (*Bool) ProtoMessage()

func (*Bool) Reset

func (m *Bool) Reset()

func (*Bool) String

func (m *Bool) String() string

type BoolArray

type BoolArray struct {
	Data []*Bool `protobuf:"bytes,1,rep,name=data" json:"data,omitempty"`
}

func (*BoolArray) Descriptor

func (*BoolArray) Descriptor() ([]byte, []int)

func (*BoolArray) GetData

func (m *BoolArray) GetData() []*Bool

func (*BoolArray) ProtoMessage

func (*BoolArray) ProtoMessage()

func (*BoolArray) Reset

func (m *BoolArray) Reset()

func (*BoolArray) String

func (m *BoolArray) String() string

type Bytes

type Bytes struct {
	Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
}

func (*Bytes) Descriptor

func (*Bytes) Descriptor() ([]byte, []int)

func (*Bytes) GetData

func (m *Bytes) GetData() []byte

func (*Bytes) ProtoMessage

func (*Bytes) ProtoMessage()

func (*Bytes) Reset

func (m *Bytes) Reset()

func (*Bytes) String

func (m *Bytes) String() string

type Double

type Double struct {
	Data float64 `protobuf:"fixed64,1,opt,name=data" json:"data,omitempty"`
}

func (*Double) Descriptor

func (*Double) Descriptor() ([]byte, []int)

func (*Double) GetData

func (m *Double) GetData() float64

func (*Double) ProtoMessage

func (*Double) ProtoMessage()

func (*Double) Reset

func (m *Double) Reset()

func (*Double) String

func (m *Double) String() string

type DoubleArray

type DoubleArray struct {
	Data []*Double `protobuf:"bytes,1,rep,name=data" json:"data,omitempty"`
}

func (*DoubleArray) Descriptor

func (*DoubleArray) Descriptor() ([]byte, []int)

func (*DoubleArray) GetData

func (m *DoubleArray) GetData() []*Double

func (*DoubleArray) ProtoMessage

func (*DoubleArray) ProtoMessage()

func (*DoubleArray) Reset

func (m *DoubleArray) Reset()

func (*DoubleArray) String

func (m *DoubleArray) String() string

type Fixed32

type Fixed32 struct {
	Data uint32 `protobuf:"varint,1,opt,name=data" json:"data,omitempty"`
}

func (*Fixed32) Descriptor

func (*Fixed32) Descriptor() ([]byte, []int)

func (*Fixed32) GetData

func (m *Fixed32) GetData() uint32

func (*Fixed32) ProtoMessage

func (*Fixed32) ProtoMessage()

func (*Fixed32) Reset

func (m *Fixed32) Reset()

func (*Fixed32) String

func (m *Fixed32) String() string

type Fixed32Array

type Fixed32Array struct {
	Data []*Fixed32 `protobuf:"bytes,1,rep,name=data" json:"data,omitempty"`
}

func (*Fixed32Array) Descriptor

func (*Fixed32Array) Descriptor() ([]byte, []int)

func (*Fixed32Array) GetData

func (m *Fixed32Array) GetData() []*Fixed32

func (*Fixed32Array) ProtoMessage

func (*Fixed32Array) ProtoMessage()

func (*Fixed32Array) Reset

func (m *Fixed32Array) Reset()

func (*Fixed32Array) String

func (m *Fixed32Array) String() string

type Fixed64

type Fixed64 struct {
	Data uint64 `protobuf:"varint,1,opt,name=data" json:"data,omitempty"`
}

func (*Fixed64) Descriptor

func (*Fixed64) Descriptor() ([]byte, []int)

func (*Fixed64) GetData

func (m *Fixed64) GetData() uint64

func (*Fixed64) ProtoMessage

func (*Fixed64) ProtoMessage()

func (*Fixed64) Reset

func (m *Fixed64) Reset()

func (*Fixed64) String

func (m *Fixed64) String() string

type Fixed64Array

type Fixed64Array struct {
	Data []*Fixed64 `protobuf:"bytes,1,rep,name=data" json:"data,omitempty"`
}

func (*Fixed64Array) Descriptor

func (*Fixed64Array) Descriptor() ([]byte, []int)

func (*Fixed64Array) GetData

func (m *Fixed64Array) GetData() []*Fixed64

func (*Fixed64Array) ProtoMessage

func (*Fixed64Array) ProtoMessage()

func (*Fixed64Array) Reset

func (m *Fixed64Array) Reset()

func (*Fixed64Array) String

func (m *Fixed64Array) String() string

type Float

type Float struct {
	Data float32 `protobuf:"fixed32,1,opt,name=data" json:"data,omitempty"`
}

func (*Float) Descriptor

func (*Float) Descriptor() ([]byte, []int)

func (*Float) GetData

func (m *Float) GetData() float32

func (*Float) ProtoMessage

func (*Float) ProtoMessage()

func (*Float) Reset

func (m *Float) Reset()

func (*Float) String

func (m *Float) String() string

type Float32

type Float32 struct {
	Data float32 `protobuf:"fixed32,1,opt,name=data" json:"data,omitempty"`
}

func (*Float32) Descriptor

func (*Float32) Descriptor() ([]byte, []int)

func (*Float32) GetData

func (m *Float32) GetData() float32

func (*Float32) ProtoMessage

func (*Float32) ProtoMessage()

func (*Float32) Reset

func (m *Float32) Reset()

func (*Float32) String

func (m *Float32) String() string

type Float32Array

type Float32Array struct {
	Data []*Float32 `protobuf:"bytes,1,rep,name=data" json:"data,omitempty"`
}

func (*Float32Array) Descriptor

func (*Float32Array) Descriptor() ([]byte, []int)

func (*Float32Array) GetData

func (m *Float32Array) GetData() []*Float32

func (*Float32Array) ProtoMessage

func (*Float32Array) ProtoMessage()

func (*Float32Array) Reset

func (m *Float32Array) Reset()

func (*Float32Array) String

func (m *Float32Array) String() string

type Float64

type Float64 struct {
	Data float32 `protobuf:"fixed32,1,opt,name=data" json:"data,omitempty"`
}

func (*Float64) Descriptor

func (*Float64) Descriptor() ([]byte, []int)

func (*Float64) GetData

func (m *Float64) GetData() float32

func (*Float64) ProtoMessage

func (*Float64) ProtoMessage()

func (*Float64) Reset

func (m *Float64) Reset()

func (*Float64) String

func (m *Float64) String() string

type Float64Array

type Float64Array struct {
	Data []*Float64 `protobuf:"bytes,1,rep,name=data" json:"data,omitempty"`
}

func (*Float64Array) Descriptor

func (*Float64Array) Descriptor() ([]byte, []int)

func (*Float64Array) GetData

func (m *Float64Array) GetData() []*Float64

func (*Float64Array) ProtoMessage

func (*Float64Array) ProtoMessage()

func (*Float64Array) Reset

func (m *Float64Array) Reset()

func (*Float64Array) String

func (m *Float64Array) String() string

type FloatArray

type FloatArray struct {
	Data []*Float `protobuf:"bytes,1,rep,name=data" json:"data,omitempty"`
}

func (*FloatArray) Descriptor

func (*FloatArray) Descriptor() ([]byte, []int)

func (*FloatArray) GetData

func (m *FloatArray) GetData() []*Float

func (*FloatArray) ProtoMessage

func (*FloatArray) ProtoMessage()

func (*FloatArray) Reset

func (m *FloatArray) Reset()

func (*FloatArray) String

func (m *FloatArray) String() string
type Header struct {
	Seq     uint32                     `protobuf:"varint,1,opt,name=seq" json:"seq,omitempty"`
	Stamp   *google_protobuf.Timestamp `protobuf:"bytes,2,opt,name=stamp" json:"stamp,omitempty"`
	FrameId string                     `protobuf:"bytes,3,opt,name=frame_id,json=frameId" json:"frame_id,omitempty"`
}

func (*Header) Descriptor

func (*Header) Descriptor() ([]byte, []int)

func (*Header) GetFrameId

func (m *Header) GetFrameId() string

func (*Header) GetSeq

func (m *Header) GetSeq() uint32

func (*Header) GetStamp

func (m *Header) GetStamp() *google_protobuf.Timestamp

func (*Header) ProtoMessage

func (*Header) ProtoMessage()

func (*Header) Reset

func (m *Header) Reset()

func (*Header) String

func (m *Header) String() string

type Int32

type Int32 struct {
	Data int32 `protobuf:"varint,1,opt,name=data" json:"data,omitempty"`
}

func (*Int32) Descriptor

func (*Int32) Descriptor() ([]byte, []int)

func (*Int32) GetData

func (m *Int32) GetData() int32

func (*Int32) ProtoMessage

func (*Int32) ProtoMessage()

func (*Int32) Reset

func (m *Int32) Reset()

func (*Int32) String

func (m *Int32) String() string

type Int32Array

type Int32Array struct {
	Data []*Int32 `protobuf:"bytes,1,rep,name=data" json:"data,omitempty"`
}

func (*Int32Array) Descriptor

func (*Int32Array) Descriptor() ([]byte, []int)

func (*Int32Array) GetData

func (m *Int32Array) GetData() []*Int32

func (*Int32Array) ProtoMessage

func (*Int32Array) ProtoMessage()

func (*Int32Array) Reset

func (m *Int32Array) Reset()

func (*Int32Array) String

func (m *Int32Array) String() string

type Int64

type Int64 struct {
	Data int64 `protobuf:"varint,1,opt,name=data" json:"data,omitempty"`
}

func (*Int64) Descriptor

func (*Int64) Descriptor() ([]byte, []int)

func (*Int64) GetData

func (m *Int64) GetData() int64

func (*Int64) ProtoMessage

func (*Int64) ProtoMessage()

func (*Int64) Reset

func (m *Int64) Reset()

func (*Int64) String

func (m *Int64) String() string

type Int64Array

type Int64Array struct {
	Data []*Int64 `protobuf:"bytes,1,rep,name=data" json:"data,omitempty"`
}

func (*Int64Array) Descriptor

func (*Int64Array) Descriptor() ([]byte, []int)

func (*Int64Array) GetData

func (m *Int64Array) GetData() []*Int64

func (*Int64Array) ProtoMessage

func (*Int64Array) ProtoMessage()

func (*Int64Array) Reset

func (m *Int64Array) Reset()

func (*Int64Array) String

func (m *Int64Array) String() string

type SInt32

type SInt32 struct {
	Data int32 `protobuf:"varint,1,opt,name=data" json:"data,omitempty"`
}

func (*SInt32) Descriptor

func (*SInt32) Descriptor() ([]byte, []int)

func (*SInt32) GetData

func (m *SInt32) GetData() int32

func (*SInt32) ProtoMessage

func (*SInt32) ProtoMessage()

func (*SInt32) Reset

func (m *SInt32) Reset()

func (*SInt32) String

func (m *SInt32) String() string

type SInt32Array

type SInt32Array struct {
	Data []*SInt32 `protobuf:"bytes,1,rep,name=data" json:"data,omitempty"`
}

func (*SInt32Array) Descriptor

func (*SInt32Array) Descriptor() ([]byte, []int)

func (*SInt32Array) GetData

func (m *SInt32Array) GetData() []*SInt32

func (*SInt32Array) ProtoMessage

func (*SInt32Array) ProtoMessage()

func (*SInt32Array) Reset

func (m *SInt32Array) Reset()

func (*SInt32Array) String

func (m *SInt32Array) String() string

type SInt64

type SInt64 struct {
	Data int64 `protobuf:"varint,1,opt,name=data" json:"data,omitempty"`
}

func (*SInt64) Descriptor

func (*SInt64) Descriptor() ([]byte, []int)

func (*SInt64) GetData

func (m *SInt64) GetData() int64

func (*SInt64) ProtoMessage

func (*SInt64) ProtoMessage()

func (*SInt64) Reset

func (m *SInt64) Reset()

func (*SInt64) String

func (m *SInt64) String() string

type SInt64Array

type SInt64Array struct {
	Data []*SInt64 `protobuf:"bytes,1,rep,name=data" json:"data,omitempty"`
}

func (*SInt64Array) Descriptor

func (*SInt64Array) Descriptor() ([]byte, []int)

func (*SInt64Array) GetData

func (m *SInt64Array) GetData() []*SInt64

func (*SInt64Array) ProtoMessage

func (*SInt64Array) ProtoMessage()

func (*SInt64Array) Reset

func (m *SInt64Array) Reset()

func (*SInt64Array) String

func (m *SInt64Array) String() string

type String

type String struct {
	Data string `protobuf:"bytes,1,opt,name=data" json:"data,omitempty"`
}

func (*String) Descriptor

func (*String) Descriptor() ([]byte, []int)

func (*String) GetData

func (m *String) GetData() string

func (*String) ProtoMessage

func (*String) ProtoMessage()

func (*String) Reset

func (m *String) Reset()

func (*String) String

func (m *String) String() string

type UInt32

type UInt32 struct {
	Data uint32 `protobuf:"varint,1,opt,name=data" json:"data,omitempty"`
}

func (*UInt32) Descriptor

func (*UInt32) Descriptor() ([]byte, []int)

func (*UInt32) GetData

func (m *UInt32) GetData() uint32

func (*UInt32) ProtoMessage

func (*UInt32) ProtoMessage()

func (*UInt32) Reset

func (m *UInt32) Reset()

func (*UInt32) String

func (m *UInt32) String() string

type UInt32Array

type UInt32Array struct {
	Data []*UInt32 `protobuf:"bytes,1,rep,name=data" json:"data,omitempty"`
}

func (*UInt32Array) Descriptor

func (*UInt32Array) Descriptor() ([]byte, []int)

func (*UInt32Array) GetData

func (m *UInt32Array) GetData() []*UInt32

func (*UInt32Array) ProtoMessage

func (*UInt32Array) ProtoMessage()

func (*UInt32Array) Reset

func (m *UInt32Array) Reset()

func (*UInt32Array) String

func (m *UInt32Array) String() string

type UInt64

type UInt64 struct {
	Data uint64 `protobuf:"varint,1,opt,name=data" json:"data,omitempty"`
}

func (*UInt64) Descriptor

func (*UInt64) Descriptor() ([]byte, []int)

func (*UInt64) GetData

func (m *UInt64) GetData() uint64

func (*UInt64) ProtoMessage

func (*UInt64) ProtoMessage()

func (*UInt64) Reset

func (m *UInt64) Reset()

func (*UInt64) String

func (m *UInt64) String() string

type UInt64Array

type UInt64Array struct {
	Data []*UInt64 `protobuf:"bytes,1,rep,name=data" json:"data,omitempty"`
}

func (*UInt64Array) Descriptor

func (*UInt64Array) Descriptor() ([]byte, []int)

func (*UInt64Array) GetData

func (m *UInt64Array) GetData() []*UInt64

func (*UInt64Array) ProtoMessage

func (*UInt64Array) ProtoMessage()

func (*UInt64Array) Reset

func (m *UInt64Array) Reset()

func (*UInt64Array) String

func (m *UInt64Array) String() string

Jump to

Keyboard shortcuts

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