std_msgs_msg

package
v0.0.0-...-f3704aa Latest Latest
Warning

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

Go to latest
Published: Oct 8, 2021 License: Apache-2.0 Imports: 6 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var BoolTypeSupport types.MessageTypeSupport = _BoolTypeSupport{}

Modifying this variable is undefined behavior.

View Source
var ByteMultiArrayTypeSupport types.MessageTypeSupport = _ByteMultiArrayTypeSupport{}

Modifying this variable is undefined behavior.

View Source
var ByteTypeSupport types.MessageTypeSupport = _ByteTypeSupport{}

Modifying this variable is undefined behavior.

View Source
var CharTypeSupport types.MessageTypeSupport = _CharTypeSupport{}

Modifying this variable is undefined behavior.

View Source
var ColorRGBATypeSupport types.MessageTypeSupport = _ColorRGBATypeSupport{}

Modifying this variable is undefined behavior.

View Source
var EmptyTypeSupport types.MessageTypeSupport = _EmptyTypeSupport{}

Modifying this variable is undefined behavior.

View Source
var Float32MultiArrayTypeSupport types.MessageTypeSupport = _Float32MultiArrayTypeSupport{}

Modifying this variable is undefined behavior.

View Source
var Float32TypeSupport types.MessageTypeSupport = _Float32TypeSupport{}

Modifying this variable is undefined behavior.

View Source
var Float64MultiArrayTypeSupport types.MessageTypeSupport = _Float64MultiArrayTypeSupport{}

Modifying this variable is undefined behavior.

View Source
var Float64TypeSupport types.MessageTypeSupport = _Float64TypeSupport{}

Modifying this variable is undefined behavior.

View Source
var HeaderTypeSupport types.MessageTypeSupport = _HeaderTypeSupport{}

Modifying this variable is undefined behavior.

View Source
var Int16MultiArrayTypeSupport types.MessageTypeSupport = _Int16MultiArrayTypeSupport{}

Modifying this variable is undefined behavior.

View Source
var Int16TypeSupport types.MessageTypeSupport = _Int16TypeSupport{}

Modifying this variable is undefined behavior.

View Source
var Int32MultiArrayTypeSupport types.MessageTypeSupport = _Int32MultiArrayTypeSupport{}

Modifying this variable is undefined behavior.

View Source
var Int32TypeSupport types.MessageTypeSupport = _Int32TypeSupport{}

Modifying this variable is undefined behavior.

View Source
var Int64MultiArrayTypeSupport types.MessageTypeSupport = _Int64MultiArrayTypeSupport{}

Modifying this variable is undefined behavior.

View Source
var Int64TypeSupport types.MessageTypeSupport = _Int64TypeSupport{}

Modifying this variable is undefined behavior.

View Source
var Int8MultiArrayTypeSupport types.MessageTypeSupport = _Int8MultiArrayTypeSupport{}

Modifying this variable is undefined behavior.

View Source
var Int8TypeSupport types.MessageTypeSupport = _Int8TypeSupport{}

Modifying this variable is undefined behavior.

View Source
var MultiArrayDimensionTypeSupport types.MessageTypeSupport = _MultiArrayDimensionTypeSupport{}

Modifying this variable is undefined behavior.

View Source
var MultiArrayLayoutTypeSupport types.MessageTypeSupport = _MultiArrayLayoutTypeSupport{}

Modifying this variable is undefined behavior.

View Source
var StringTypeSupport types.MessageTypeSupport = _StringTypeSupport{}

Modifying this variable is undefined behavior.

View Source
var UInt16MultiArrayTypeSupport types.MessageTypeSupport = _UInt16MultiArrayTypeSupport{}

Modifying this variable is undefined behavior.

View Source
var UInt16TypeSupport types.MessageTypeSupport = _UInt16TypeSupport{}

Modifying this variable is undefined behavior.

View Source
var UInt32MultiArrayTypeSupport types.MessageTypeSupport = _UInt32MultiArrayTypeSupport{}

Modifying this variable is undefined behavior.

View Source
var UInt32TypeSupport types.MessageTypeSupport = _UInt32TypeSupport{}

Modifying this variable is undefined behavior.

View Source
var UInt64MultiArrayTypeSupport types.MessageTypeSupport = _UInt64MultiArrayTypeSupport{}

Modifying this variable is undefined behavior.

View Source
var UInt64TypeSupport types.MessageTypeSupport = _UInt64TypeSupport{}

Modifying this variable is undefined behavior.

View Source
var UInt8MultiArrayTypeSupport types.MessageTypeSupport = _UInt8MultiArrayTypeSupport{}

Modifying this variable is undefined behavior.

View Source
var UInt8TypeSupport types.MessageTypeSupport = _UInt8TypeSupport{}

Modifying this variable is undefined behavior.

Functions

func Bool__Array_to_C

func Bool__Array_to_C(cSlice []CBool, goSlice []Bool)

func Bool__Array_to_Go

func Bool__Array_to_Go(goSlice []Bool, cSlice []CBool)

func Bool__Sequence_to_C

func Bool__Sequence_to_C(cSlice *CBool__Sequence, goSlice []Bool)

func Bool__Sequence_to_Go

func Bool__Sequence_to_Go(goSlice *[]Bool, cSlice CBool__Sequence)

func ByteMultiArray__Array_to_C

func ByteMultiArray__Array_to_C(cSlice []CByteMultiArray, goSlice []ByteMultiArray)

func ByteMultiArray__Array_to_Go

func ByteMultiArray__Array_to_Go(goSlice []ByteMultiArray, cSlice []CByteMultiArray)

func ByteMultiArray__Sequence_to_C

func ByteMultiArray__Sequence_to_C(cSlice *CByteMultiArray__Sequence, goSlice []ByteMultiArray)

func ByteMultiArray__Sequence_to_Go

func ByteMultiArray__Sequence_to_Go(goSlice *[]ByteMultiArray, cSlice CByteMultiArray__Sequence)

func Byte__Array_to_C

func Byte__Array_to_C(cSlice []CByte, goSlice []Byte)

func Byte__Array_to_Go

func Byte__Array_to_Go(goSlice []Byte, cSlice []CByte)

func Byte__Sequence_to_C

func Byte__Sequence_to_C(cSlice *CByte__Sequence, goSlice []Byte)

func Byte__Sequence_to_Go

func Byte__Sequence_to_Go(goSlice *[]Byte, cSlice CByte__Sequence)

func Char__Array_to_C

func Char__Array_to_C(cSlice []CChar, goSlice []Char)

func Char__Array_to_Go

func Char__Array_to_Go(goSlice []Char, cSlice []CChar)

func Char__Sequence_to_C

func Char__Sequence_to_C(cSlice *CChar__Sequence, goSlice []Char)

func Char__Sequence_to_Go

func Char__Sequence_to_Go(goSlice *[]Char, cSlice CChar__Sequence)

func CloneBoolSlice

func CloneBoolSlice(dst, src []Bool)

CloneBoolSlice clones src to dst by calling Clone for each element in src. Panics if len(dst) < len(src).

func CloneByteMultiArraySlice

func CloneByteMultiArraySlice(dst, src []ByteMultiArray)

CloneByteMultiArraySlice clones src to dst by calling Clone for each element in src. Panics if len(dst) < len(src).

func CloneByteSlice

func CloneByteSlice(dst, src []Byte)

CloneByteSlice clones src to dst by calling Clone for each element in src. Panics if len(dst) < len(src).

func CloneCharSlice

func CloneCharSlice(dst, src []Char)

CloneCharSlice clones src to dst by calling Clone for each element in src. Panics if len(dst) < len(src).

func CloneColorRGBASlice

func CloneColorRGBASlice(dst, src []ColorRGBA)

CloneColorRGBASlice clones src to dst by calling Clone for each element in src. Panics if len(dst) < len(src).

func CloneEmptySlice

func CloneEmptySlice(dst, src []Empty)

CloneEmptySlice clones src to dst by calling Clone for each element in src. Panics if len(dst) < len(src).

func CloneFloat32MultiArraySlice

func CloneFloat32MultiArraySlice(dst, src []Float32MultiArray)

CloneFloat32MultiArraySlice clones src to dst by calling Clone for each element in src. Panics if len(dst) < len(src).

func CloneFloat32Slice

func CloneFloat32Slice(dst, src []Float32)

CloneFloat32Slice clones src to dst by calling Clone for each element in src. Panics if len(dst) < len(src).

func CloneFloat64MultiArraySlice

func CloneFloat64MultiArraySlice(dst, src []Float64MultiArray)

CloneFloat64MultiArraySlice clones src to dst by calling Clone for each element in src. Panics if len(dst) < len(src).

func CloneFloat64Slice

func CloneFloat64Slice(dst, src []Float64)

CloneFloat64Slice clones src to dst by calling Clone for each element in src. Panics if len(dst) < len(src).

func CloneHeaderSlice

func CloneHeaderSlice(dst, src []Header)

CloneHeaderSlice clones src to dst by calling Clone for each element in src. Panics if len(dst) < len(src).

func CloneInt16MultiArraySlice

func CloneInt16MultiArraySlice(dst, src []Int16MultiArray)

CloneInt16MultiArraySlice clones src to dst by calling Clone for each element in src. Panics if len(dst) < len(src).

func CloneInt16Slice

func CloneInt16Slice(dst, src []Int16)

CloneInt16Slice clones src to dst by calling Clone for each element in src. Panics if len(dst) < len(src).

func CloneInt32MultiArraySlice

func CloneInt32MultiArraySlice(dst, src []Int32MultiArray)

CloneInt32MultiArraySlice clones src to dst by calling Clone for each element in src. Panics if len(dst) < len(src).

func CloneInt32Slice

func CloneInt32Slice(dst, src []Int32)

CloneInt32Slice clones src to dst by calling Clone for each element in src. Panics if len(dst) < len(src).

func CloneInt64MultiArraySlice

func CloneInt64MultiArraySlice(dst, src []Int64MultiArray)

CloneInt64MultiArraySlice clones src to dst by calling Clone for each element in src. Panics if len(dst) < len(src).

func CloneInt64Slice

func CloneInt64Slice(dst, src []Int64)

CloneInt64Slice clones src to dst by calling Clone for each element in src. Panics if len(dst) < len(src).

func CloneInt8MultiArraySlice

func CloneInt8MultiArraySlice(dst, src []Int8MultiArray)

CloneInt8MultiArraySlice clones src to dst by calling Clone for each element in src. Panics if len(dst) < len(src).

func CloneInt8Slice

func CloneInt8Slice(dst, src []Int8)

CloneInt8Slice clones src to dst by calling Clone for each element in src. Panics if len(dst) < len(src).

func CloneMultiArrayDimensionSlice

func CloneMultiArrayDimensionSlice(dst, src []MultiArrayDimension)

CloneMultiArrayDimensionSlice clones src to dst by calling Clone for each element in src. Panics if len(dst) < len(src).

func CloneMultiArrayLayoutSlice

func CloneMultiArrayLayoutSlice(dst, src []MultiArrayLayout)

CloneMultiArrayLayoutSlice clones src to dst by calling Clone for each element in src. Panics if len(dst) < len(src).

func CloneStringSlice

func CloneStringSlice(dst, src []String)

CloneStringSlice clones src to dst by calling Clone for each element in src. Panics if len(dst) < len(src).

func CloneUInt16MultiArraySlice

func CloneUInt16MultiArraySlice(dst, src []UInt16MultiArray)

CloneUInt16MultiArraySlice clones src to dst by calling Clone for each element in src. Panics if len(dst) < len(src).

func CloneUInt16Slice

func CloneUInt16Slice(dst, src []UInt16)

CloneUInt16Slice clones src to dst by calling Clone for each element in src. Panics if len(dst) < len(src).

func CloneUInt32MultiArraySlice

func CloneUInt32MultiArraySlice(dst, src []UInt32MultiArray)

CloneUInt32MultiArraySlice clones src to dst by calling Clone for each element in src. Panics if len(dst) < len(src).

func CloneUInt32Slice

func CloneUInt32Slice(dst, src []UInt32)

CloneUInt32Slice clones src to dst by calling Clone for each element in src. Panics if len(dst) < len(src).

func CloneUInt64MultiArraySlice

func CloneUInt64MultiArraySlice(dst, src []UInt64MultiArray)

CloneUInt64MultiArraySlice clones src to dst by calling Clone for each element in src. Panics if len(dst) < len(src).

func CloneUInt64Slice

func CloneUInt64Slice(dst, src []UInt64)

CloneUInt64Slice clones src to dst by calling Clone for each element in src. Panics if len(dst) < len(src).

func CloneUInt8MultiArraySlice

func CloneUInt8MultiArraySlice(dst, src []UInt8MultiArray)

CloneUInt8MultiArraySlice clones src to dst by calling Clone for each element in src. Panics if len(dst) < len(src).

func CloneUInt8Slice

func CloneUInt8Slice(dst, src []UInt8)

CloneUInt8Slice clones src to dst by calling Clone for each element in src. Panics if len(dst) < len(src).

func ColorRGBA__Array_to_C

func ColorRGBA__Array_to_C(cSlice []CColorRGBA, goSlice []ColorRGBA)

func ColorRGBA__Array_to_Go

func ColorRGBA__Array_to_Go(goSlice []ColorRGBA, cSlice []CColorRGBA)

func ColorRGBA__Sequence_to_C

func ColorRGBA__Sequence_to_C(cSlice *CColorRGBA__Sequence, goSlice []ColorRGBA)

func ColorRGBA__Sequence_to_Go

func ColorRGBA__Sequence_to_Go(goSlice *[]ColorRGBA, cSlice CColorRGBA__Sequence)

func Empty__Array_to_C

func Empty__Array_to_C(cSlice []CEmpty, goSlice []Empty)

func Empty__Array_to_Go

func Empty__Array_to_Go(goSlice []Empty, cSlice []CEmpty)

func Empty__Sequence_to_C

func Empty__Sequence_to_C(cSlice *CEmpty__Sequence, goSlice []Empty)

func Empty__Sequence_to_Go

func Empty__Sequence_to_Go(goSlice *[]Empty, cSlice CEmpty__Sequence)

func Float32MultiArray__Array_to_C

func Float32MultiArray__Array_to_C(cSlice []CFloat32MultiArray, goSlice []Float32MultiArray)

func Float32MultiArray__Array_to_Go

func Float32MultiArray__Array_to_Go(goSlice []Float32MultiArray, cSlice []CFloat32MultiArray)

func Float32MultiArray__Sequence_to_C

func Float32MultiArray__Sequence_to_C(cSlice *CFloat32MultiArray__Sequence, goSlice []Float32MultiArray)

func Float32MultiArray__Sequence_to_Go

func Float32MultiArray__Sequence_to_Go(goSlice *[]Float32MultiArray, cSlice CFloat32MultiArray__Sequence)

func Float32__Array_to_C

func Float32__Array_to_C(cSlice []CFloat32, goSlice []Float32)

func Float32__Array_to_Go

func Float32__Array_to_Go(goSlice []Float32, cSlice []CFloat32)

func Float32__Sequence_to_C

func Float32__Sequence_to_C(cSlice *CFloat32__Sequence, goSlice []Float32)

func Float32__Sequence_to_Go

func Float32__Sequence_to_Go(goSlice *[]Float32, cSlice CFloat32__Sequence)

func Float64MultiArray__Array_to_C

func Float64MultiArray__Array_to_C(cSlice []CFloat64MultiArray, goSlice []Float64MultiArray)

func Float64MultiArray__Array_to_Go

func Float64MultiArray__Array_to_Go(goSlice []Float64MultiArray, cSlice []CFloat64MultiArray)

func Float64MultiArray__Sequence_to_C

func Float64MultiArray__Sequence_to_C(cSlice *CFloat64MultiArray__Sequence, goSlice []Float64MultiArray)

func Float64MultiArray__Sequence_to_Go

func Float64MultiArray__Sequence_to_Go(goSlice *[]Float64MultiArray, cSlice CFloat64MultiArray__Sequence)

func Float64__Array_to_C

func Float64__Array_to_C(cSlice []CFloat64, goSlice []Float64)

func Float64__Array_to_Go

func Float64__Array_to_Go(goSlice []Float64, cSlice []CFloat64)

func Float64__Sequence_to_C

func Float64__Sequence_to_C(cSlice *CFloat64__Sequence, goSlice []Float64)

func Float64__Sequence_to_Go

func Float64__Sequence_to_Go(goSlice *[]Float64, cSlice CFloat64__Sequence)

func Header__Array_to_C

func Header__Array_to_C(cSlice []CHeader, goSlice []Header)

func Header__Array_to_Go

func Header__Array_to_Go(goSlice []Header, cSlice []CHeader)

func Header__Sequence_to_C

func Header__Sequence_to_C(cSlice *CHeader__Sequence, goSlice []Header)

func Header__Sequence_to_Go

func Header__Sequence_to_Go(goSlice *[]Header, cSlice CHeader__Sequence)

func Int16MultiArray__Array_to_C

func Int16MultiArray__Array_to_C(cSlice []CInt16MultiArray, goSlice []Int16MultiArray)

func Int16MultiArray__Array_to_Go

func Int16MultiArray__Array_to_Go(goSlice []Int16MultiArray, cSlice []CInt16MultiArray)

func Int16MultiArray__Sequence_to_C

func Int16MultiArray__Sequence_to_C(cSlice *CInt16MultiArray__Sequence, goSlice []Int16MultiArray)

func Int16MultiArray__Sequence_to_Go

func Int16MultiArray__Sequence_to_Go(goSlice *[]Int16MultiArray, cSlice CInt16MultiArray__Sequence)

func Int16__Array_to_C

func Int16__Array_to_C(cSlice []CInt16, goSlice []Int16)

func Int16__Array_to_Go

func Int16__Array_to_Go(goSlice []Int16, cSlice []CInt16)

func Int16__Sequence_to_C

func Int16__Sequence_to_C(cSlice *CInt16__Sequence, goSlice []Int16)

func Int16__Sequence_to_Go

func Int16__Sequence_to_Go(goSlice *[]Int16, cSlice CInt16__Sequence)

func Int32MultiArray__Array_to_C

func Int32MultiArray__Array_to_C(cSlice []CInt32MultiArray, goSlice []Int32MultiArray)

func Int32MultiArray__Array_to_Go

func Int32MultiArray__Array_to_Go(goSlice []Int32MultiArray, cSlice []CInt32MultiArray)

func Int32MultiArray__Sequence_to_C

func Int32MultiArray__Sequence_to_C(cSlice *CInt32MultiArray__Sequence, goSlice []Int32MultiArray)

func Int32MultiArray__Sequence_to_Go

func Int32MultiArray__Sequence_to_Go(goSlice *[]Int32MultiArray, cSlice CInt32MultiArray__Sequence)

func Int32__Array_to_C

func Int32__Array_to_C(cSlice []CInt32, goSlice []Int32)

func Int32__Array_to_Go

func Int32__Array_to_Go(goSlice []Int32, cSlice []CInt32)

func Int32__Sequence_to_C

func Int32__Sequence_to_C(cSlice *CInt32__Sequence, goSlice []Int32)

func Int32__Sequence_to_Go

func Int32__Sequence_to_Go(goSlice *[]Int32, cSlice CInt32__Sequence)

func Int64MultiArray__Array_to_C

func Int64MultiArray__Array_to_C(cSlice []CInt64MultiArray, goSlice []Int64MultiArray)

func Int64MultiArray__Array_to_Go

func Int64MultiArray__Array_to_Go(goSlice []Int64MultiArray, cSlice []CInt64MultiArray)

func Int64MultiArray__Sequence_to_C

func Int64MultiArray__Sequence_to_C(cSlice *CInt64MultiArray__Sequence, goSlice []Int64MultiArray)

func Int64MultiArray__Sequence_to_Go

func Int64MultiArray__Sequence_to_Go(goSlice *[]Int64MultiArray, cSlice CInt64MultiArray__Sequence)

func Int64__Array_to_C

func Int64__Array_to_C(cSlice []CInt64, goSlice []Int64)

func Int64__Array_to_Go

func Int64__Array_to_Go(goSlice []Int64, cSlice []CInt64)

func Int64__Sequence_to_C

func Int64__Sequence_to_C(cSlice *CInt64__Sequence, goSlice []Int64)

func Int64__Sequence_to_Go

func Int64__Sequence_to_Go(goSlice *[]Int64, cSlice CInt64__Sequence)

func Int8MultiArray__Array_to_C

func Int8MultiArray__Array_to_C(cSlice []CInt8MultiArray, goSlice []Int8MultiArray)

func Int8MultiArray__Array_to_Go

func Int8MultiArray__Array_to_Go(goSlice []Int8MultiArray, cSlice []CInt8MultiArray)

func Int8MultiArray__Sequence_to_C

func Int8MultiArray__Sequence_to_C(cSlice *CInt8MultiArray__Sequence, goSlice []Int8MultiArray)

func Int8MultiArray__Sequence_to_Go

func Int8MultiArray__Sequence_to_Go(goSlice *[]Int8MultiArray, cSlice CInt8MultiArray__Sequence)

func Int8__Array_to_C

func Int8__Array_to_C(cSlice []CInt8, goSlice []Int8)

func Int8__Array_to_Go

func Int8__Array_to_Go(goSlice []Int8, cSlice []CInt8)

func Int8__Sequence_to_C

func Int8__Sequence_to_C(cSlice *CInt8__Sequence, goSlice []Int8)

func Int8__Sequence_to_Go

func Int8__Sequence_to_Go(goSlice *[]Int8, cSlice CInt8__Sequence)

func MultiArrayDimension__Array_to_C

func MultiArrayDimension__Array_to_C(cSlice []CMultiArrayDimension, goSlice []MultiArrayDimension)

func MultiArrayDimension__Array_to_Go

func MultiArrayDimension__Array_to_Go(goSlice []MultiArrayDimension, cSlice []CMultiArrayDimension)

func MultiArrayDimension__Sequence_to_C

func MultiArrayDimension__Sequence_to_C(cSlice *CMultiArrayDimension__Sequence, goSlice []MultiArrayDimension)

func MultiArrayDimension__Sequence_to_Go

func MultiArrayDimension__Sequence_to_Go(goSlice *[]MultiArrayDimension, cSlice CMultiArrayDimension__Sequence)

func MultiArrayLayout__Array_to_C

func MultiArrayLayout__Array_to_C(cSlice []CMultiArrayLayout, goSlice []MultiArrayLayout)

func MultiArrayLayout__Array_to_Go

func MultiArrayLayout__Array_to_Go(goSlice []MultiArrayLayout, cSlice []CMultiArrayLayout)

func MultiArrayLayout__Sequence_to_C

func MultiArrayLayout__Sequence_to_C(cSlice *CMultiArrayLayout__Sequence, goSlice []MultiArrayLayout)

func MultiArrayLayout__Sequence_to_Go

func MultiArrayLayout__Sequence_to_Go(goSlice *[]MultiArrayLayout, cSlice CMultiArrayLayout__Sequence)

func String__Array_to_C

func String__Array_to_C(cSlice []CString, goSlice []String)

func String__Array_to_Go

func String__Array_to_Go(goSlice []String, cSlice []CString)

func String__Sequence_to_C

func String__Sequence_to_C(cSlice *CString__Sequence, goSlice []String)

func String__Sequence_to_Go

func String__Sequence_to_Go(goSlice *[]String, cSlice CString__Sequence)

func UInt16MultiArray__Array_to_C

func UInt16MultiArray__Array_to_C(cSlice []CUInt16MultiArray, goSlice []UInt16MultiArray)

func UInt16MultiArray__Array_to_Go

func UInt16MultiArray__Array_to_Go(goSlice []UInt16MultiArray, cSlice []CUInt16MultiArray)

func UInt16MultiArray__Sequence_to_C

func UInt16MultiArray__Sequence_to_C(cSlice *CUInt16MultiArray__Sequence, goSlice []UInt16MultiArray)

func UInt16MultiArray__Sequence_to_Go

func UInt16MultiArray__Sequence_to_Go(goSlice *[]UInt16MultiArray, cSlice CUInt16MultiArray__Sequence)

func UInt16__Array_to_C

func UInt16__Array_to_C(cSlice []CUInt16, goSlice []UInt16)

func UInt16__Array_to_Go

func UInt16__Array_to_Go(goSlice []UInt16, cSlice []CUInt16)

func UInt16__Sequence_to_C

func UInt16__Sequence_to_C(cSlice *CUInt16__Sequence, goSlice []UInt16)

func UInt16__Sequence_to_Go

func UInt16__Sequence_to_Go(goSlice *[]UInt16, cSlice CUInt16__Sequence)

func UInt32MultiArray__Array_to_C

func UInt32MultiArray__Array_to_C(cSlice []CUInt32MultiArray, goSlice []UInt32MultiArray)

func UInt32MultiArray__Array_to_Go

func UInt32MultiArray__Array_to_Go(goSlice []UInt32MultiArray, cSlice []CUInt32MultiArray)

func UInt32MultiArray__Sequence_to_C

func UInt32MultiArray__Sequence_to_C(cSlice *CUInt32MultiArray__Sequence, goSlice []UInt32MultiArray)

func UInt32MultiArray__Sequence_to_Go

func UInt32MultiArray__Sequence_to_Go(goSlice *[]UInt32MultiArray, cSlice CUInt32MultiArray__Sequence)

func UInt32__Array_to_C

func UInt32__Array_to_C(cSlice []CUInt32, goSlice []UInt32)

func UInt32__Array_to_Go

func UInt32__Array_to_Go(goSlice []UInt32, cSlice []CUInt32)

func UInt32__Sequence_to_C

func UInt32__Sequence_to_C(cSlice *CUInt32__Sequence, goSlice []UInt32)

func UInt32__Sequence_to_Go

func UInt32__Sequence_to_Go(goSlice *[]UInt32, cSlice CUInt32__Sequence)

func UInt64MultiArray__Array_to_C

func UInt64MultiArray__Array_to_C(cSlice []CUInt64MultiArray, goSlice []UInt64MultiArray)

func UInt64MultiArray__Array_to_Go

func UInt64MultiArray__Array_to_Go(goSlice []UInt64MultiArray, cSlice []CUInt64MultiArray)

func UInt64MultiArray__Sequence_to_C

func UInt64MultiArray__Sequence_to_C(cSlice *CUInt64MultiArray__Sequence, goSlice []UInt64MultiArray)

func UInt64MultiArray__Sequence_to_Go

func UInt64MultiArray__Sequence_to_Go(goSlice *[]UInt64MultiArray, cSlice CUInt64MultiArray__Sequence)

func UInt64__Array_to_C

func UInt64__Array_to_C(cSlice []CUInt64, goSlice []UInt64)

func UInt64__Array_to_Go

func UInt64__Array_to_Go(goSlice []UInt64, cSlice []CUInt64)

func UInt64__Sequence_to_C

func UInt64__Sequence_to_C(cSlice *CUInt64__Sequence, goSlice []UInt64)

func UInt64__Sequence_to_Go

func UInt64__Sequence_to_Go(goSlice *[]UInt64, cSlice CUInt64__Sequence)

func UInt8MultiArray__Array_to_C

func UInt8MultiArray__Array_to_C(cSlice []CUInt8MultiArray, goSlice []UInt8MultiArray)

func UInt8MultiArray__Array_to_Go

func UInt8MultiArray__Array_to_Go(goSlice []UInt8MultiArray, cSlice []CUInt8MultiArray)

func UInt8MultiArray__Sequence_to_C

func UInt8MultiArray__Sequence_to_C(cSlice *CUInt8MultiArray__Sequence, goSlice []UInt8MultiArray)

func UInt8MultiArray__Sequence_to_Go

func UInt8MultiArray__Sequence_to_Go(goSlice *[]UInt8MultiArray, cSlice CUInt8MultiArray__Sequence)

func UInt8__Array_to_C

func UInt8__Array_to_C(cSlice []CUInt8, goSlice []UInt8)

func UInt8__Array_to_Go

func UInt8__Array_to_Go(goSlice []UInt8, cSlice []CUInt8)

func UInt8__Sequence_to_C

func UInt8__Sequence_to_C(cSlice *CUInt8__Sequence, goSlice []UInt8)

func UInt8__Sequence_to_Go

func UInt8__Sequence_to_Go(goSlice *[]UInt8, cSlice CUInt8__Sequence)

Types

type Bool

type Bool struct {
	Data bool `yaml:"data"`
}

Do not create instances of this type directly. Always use NewBool function instead.

func NewBool

func NewBool() *Bool

NewBool creates a new Bool with default values.

func (*Bool) Clone

func (t *Bool) Clone() *Bool

func (*Bool) CloneMsg

func (t *Bool) CloneMsg() types.Message

func (*Bool) SetDefaults

func (t *Bool) SetDefaults()

type Byte

type Byte struct {
	Data byte `yaml:"data"`
}

Do not create instances of this type directly. Always use NewByte function instead.

func NewByte

func NewByte() *Byte

NewByte creates a new Byte with default values.

func (*Byte) Clone

func (t *Byte) Clone() *Byte

func (*Byte) CloneMsg

func (t *Byte) CloneMsg() types.Message

func (*Byte) SetDefaults

func (t *Byte) SetDefaults()

type ByteMultiArray

type ByteMultiArray struct {
	Layout MultiArrayLayout `yaml:"layout"` // specification of data layout
	Data   []byte           `yaml:"data"`   // array of data
}

Do not create instances of this type directly. Always use NewByteMultiArray function instead.

func NewByteMultiArray

func NewByteMultiArray() *ByteMultiArray

NewByteMultiArray creates a new ByteMultiArray with default values.

func (*ByteMultiArray) Clone

func (t *ByteMultiArray) Clone() *ByteMultiArray

func (*ByteMultiArray) CloneMsg

func (t *ByteMultiArray) CloneMsg() types.Message

func (*ByteMultiArray) SetDefaults

func (t *ByteMultiArray) SetDefaults()

type CBool

type CBool = C.std_msgs__msg__Bool

type CBool__Sequence

type CBool__Sequence = C.std_msgs__msg__Bool__Sequence

type CByte

type CByte = C.std_msgs__msg__Byte

type CByteMultiArray

type CByteMultiArray = C.std_msgs__msg__ByteMultiArray

type CByte__Sequence

type CByte__Sequence = C.std_msgs__msg__Byte__Sequence

type CChar

type CChar = C.std_msgs__msg__Char

type CChar__Sequence

type CChar__Sequence = C.std_msgs__msg__Char__Sequence

type CColorRGBA

type CColorRGBA = C.std_msgs__msg__ColorRGBA

type CColorRGBA__Sequence

type CColorRGBA__Sequence = C.std_msgs__msg__ColorRGBA__Sequence

type CEmpty

type CEmpty = C.std_msgs__msg__Empty

type CEmpty__Sequence

type CEmpty__Sequence = C.std_msgs__msg__Empty__Sequence

type CFloat32

type CFloat32 = C.std_msgs__msg__Float32

type CFloat32MultiArray

type CFloat32MultiArray = C.std_msgs__msg__Float32MultiArray

type CFloat32__Sequence

type CFloat32__Sequence = C.std_msgs__msg__Float32__Sequence

type CFloat64

type CFloat64 = C.std_msgs__msg__Float64

type CFloat64MultiArray

type CFloat64MultiArray = C.std_msgs__msg__Float64MultiArray

type CFloat64__Sequence

type CFloat64__Sequence = C.std_msgs__msg__Float64__Sequence

type CHeader

type CHeader = C.std_msgs__msg__Header

type CHeader__Sequence

type CHeader__Sequence = C.std_msgs__msg__Header__Sequence

type CInt16

type CInt16 = C.std_msgs__msg__Int16

type CInt16MultiArray

type CInt16MultiArray = C.std_msgs__msg__Int16MultiArray

type CInt16__Sequence

type CInt16__Sequence = C.std_msgs__msg__Int16__Sequence

type CInt32

type CInt32 = C.std_msgs__msg__Int32

type CInt32MultiArray

type CInt32MultiArray = C.std_msgs__msg__Int32MultiArray

type CInt32__Sequence

type CInt32__Sequence = C.std_msgs__msg__Int32__Sequence

type CInt64

type CInt64 = C.std_msgs__msg__Int64

type CInt64MultiArray

type CInt64MultiArray = C.std_msgs__msg__Int64MultiArray

type CInt64__Sequence

type CInt64__Sequence = C.std_msgs__msg__Int64__Sequence

type CInt8

type CInt8 = C.std_msgs__msg__Int8

type CInt8MultiArray

type CInt8MultiArray = C.std_msgs__msg__Int8MultiArray

type CInt8__Sequence

type CInt8__Sequence = C.std_msgs__msg__Int8__Sequence

type CMultiArrayDimension

type CMultiArrayDimension = C.std_msgs__msg__MultiArrayDimension

type CMultiArrayLayout

type CMultiArrayLayout = C.std_msgs__msg__MultiArrayLayout

type CString

type CString = C.std_msgs__msg__String

type CString__Sequence

type CString__Sequence = C.std_msgs__msg__String__Sequence

type CUInt16

type CUInt16 = C.std_msgs__msg__UInt16

type CUInt16MultiArray

type CUInt16MultiArray = C.std_msgs__msg__UInt16MultiArray

type CUInt16__Sequence

type CUInt16__Sequence = C.std_msgs__msg__UInt16__Sequence

type CUInt32

type CUInt32 = C.std_msgs__msg__UInt32

type CUInt32MultiArray

type CUInt32MultiArray = C.std_msgs__msg__UInt32MultiArray

type CUInt32__Sequence

type CUInt32__Sequence = C.std_msgs__msg__UInt32__Sequence

type CUInt64

type CUInt64 = C.std_msgs__msg__UInt64

type CUInt64MultiArray

type CUInt64MultiArray = C.std_msgs__msg__UInt64MultiArray

type CUInt64__Sequence

type CUInt64__Sequence = C.std_msgs__msg__UInt64__Sequence

type CUInt8

type CUInt8 = C.std_msgs__msg__UInt8

type CUInt8MultiArray

type CUInt8MultiArray = C.std_msgs__msg__UInt8MultiArray

type CUInt8__Sequence

type CUInt8__Sequence = C.std_msgs__msg__UInt8__Sequence

type Char

type Char struct {
	Data byte `yaml:"data"`
}

Do not create instances of this type directly. Always use NewChar function instead.

func NewChar

func NewChar() *Char

NewChar creates a new Char with default values.

func (*Char) Clone

func (t *Char) Clone() *Char

func (*Char) CloneMsg

func (t *Char) CloneMsg() types.Message

func (*Char) SetDefaults

func (t *Char) SetDefaults()

type ColorRGBA

type ColorRGBA struct {
	R float32 `yaml:"r"`
	G float32 `yaml:"g"`
	B float32 `yaml:"b"`
	A float32 `yaml:"a"`
}

Do not create instances of this type directly. Always use NewColorRGBA function instead.

func NewColorRGBA

func NewColorRGBA() *ColorRGBA

NewColorRGBA creates a new ColorRGBA with default values.

func (*ColorRGBA) Clone

func (t *ColorRGBA) Clone() *ColorRGBA

func (*ColorRGBA) CloneMsg

func (t *ColorRGBA) CloneMsg() types.Message

func (*ColorRGBA) SetDefaults

func (t *ColorRGBA) SetDefaults()

type Empty

type Empty struct {
}

Do not create instances of this type directly. Always use NewEmpty function instead.

func NewEmpty

func NewEmpty() *Empty

NewEmpty creates a new Empty with default values.

func (*Empty) Clone

func (t *Empty) Clone() *Empty

func (*Empty) CloneMsg

func (t *Empty) CloneMsg() types.Message

func (*Empty) SetDefaults

func (t *Empty) SetDefaults()

type Float32

type Float32 struct {
	Data float32 `yaml:"data"`
}

Do not create instances of this type directly. Always use NewFloat32 function instead.

func NewFloat32

func NewFloat32() *Float32

NewFloat32 creates a new Float32 with default values.

func (*Float32) Clone

func (t *Float32) Clone() *Float32

func (*Float32) CloneMsg

func (t *Float32) CloneMsg() types.Message

func (*Float32) SetDefaults

func (t *Float32) SetDefaults()

type Float32MultiArray

type Float32MultiArray struct {
	Layout MultiArrayLayout `yaml:"layout"` // specification of data layout
	Data   []float32        `yaml:"data"`   // array of data
}

Do not create instances of this type directly. Always use NewFloat32MultiArray function instead.

func NewFloat32MultiArray

func NewFloat32MultiArray() *Float32MultiArray

NewFloat32MultiArray creates a new Float32MultiArray with default values.

func (*Float32MultiArray) Clone

func (*Float32MultiArray) CloneMsg

func (t *Float32MultiArray) CloneMsg() types.Message

func (*Float32MultiArray) SetDefaults

func (t *Float32MultiArray) SetDefaults()

type Float64

type Float64 struct {
	Data float64 `yaml:"data"`
}

Do not create instances of this type directly. Always use NewFloat64 function instead.

func NewFloat64

func NewFloat64() *Float64

NewFloat64 creates a new Float64 with default values.

func (*Float64) Clone

func (t *Float64) Clone() *Float64

func (*Float64) CloneMsg

func (t *Float64) CloneMsg() types.Message

func (*Float64) SetDefaults

func (t *Float64) SetDefaults()

type Float64MultiArray

type Float64MultiArray struct {
	Layout MultiArrayLayout `yaml:"layout"` // specification of data layout
	Data   []float64        `yaml:"data"`   // array of data
}

Do not create instances of this type directly. Always use NewFloat64MultiArray function instead.

func NewFloat64MultiArray

func NewFloat64MultiArray() *Float64MultiArray

NewFloat64MultiArray creates a new Float64MultiArray with default values.

func (*Float64MultiArray) Clone

func (*Float64MultiArray) CloneMsg

func (t *Float64MultiArray) CloneMsg() types.Message

func (*Float64MultiArray) SetDefaults

func (t *Float64MultiArray) SetDefaults()
type Header struct {
	Stamp   builtin_interfaces_msg.Time `yaml:"stamp"`    // Two-integer timestamp that is expressed as seconds and nanoseconds.
	FrameId string                      `yaml:"frame_id"` // Transform frame with which this data is associated.
}

Do not create instances of this type directly. Always use NewHeader function instead.

func NewHeader

func NewHeader() *Header

NewHeader creates a new Header with default values.

func (*Header) Clone

func (t *Header) Clone() *Header

func (*Header) CloneMsg

func (t *Header) CloneMsg() types.Message

func (*Header) SetDefaults

func (t *Header) SetDefaults()

type Int16

type Int16 struct {
	Data int16 `yaml:"data"`
}

Do not create instances of this type directly. Always use NewInt16 function instead.

func NewInt16

func NewInt16() *Int16

NewInt16 creates a new Int16 with default values.

func (*Int16) Clone

func (t *Int16) Clone() *Int16

func (*Int16) CloneMsg

func (t *Int16) CloneMsg() types.Message

func (*Int16) SetDefaults

func (t *Int16) SetDefaults()

type Int16MultiArray

type Int16MultiArray struct {
	Layout MultiArrayLayout `yaml:"layout"` // specification of data layout
	Data   []int16          `yaml:"data"`   // array of data
}

Do not create instances of this type directly. Always use NewInt16MultiArray function instead.

func NewInt16MultiArray

func NewInt16MultiArray() *Int16MultiArray

NewInt16MultiArray creates a new Int16MultiArray with default values.

func (*Int16MultiArray) Clone

func (t *Int16MultiArray) Clone() *Int16MultiArray

func (*Int16MultiArray) CloneMsg

func (t *Int16MultiArray) CloneMsg() types.Message

func (*Int16MultiArray) SetDefaults

func (t *Int16MultiArray) SetDefaults()

type Int32

type Int32 struct {
	Data int32 `yaml:"data"`
}

Do not create instances of this type directly. Always use NewInt32 function instead.

func NewInt32

func NewInt32() *Int32

NewInt32 creates a new Int32 with default values.

func (*Int32) Clone

func (t *Int32) Clone() *Int32

func (*Int32) CloneMsg

func (t *Int32) CloneMsg() types.Message

func (*Int32) SetDefaults

func (t *Int32) SetDefaults()

type Int32MultiArray

type Int32MultiArray struct {
	Layout MultiArrayLayout `yaml:"layout"` // specification of data layout
	Data   []int32          `yaml:"data"`   // array of data
}

Do not create instances of this type directly. Always use NewInt32MultiArray function instead.

func NewInt32MultiArray

func NewInt32MultiArray() *Int32MultiArray

NewInt32MultiArray creates a new Int32MultiArray with default values.

func (*Int32MultiArray) Clone

func (t *Int32MultiArray) Clone() *Int32MultiArray

func (*Int32MultiArray) CloneMsg

func (t *Int32MultiArray) CloneMsg() types.Message

func (*Int32MultiArray) SetDefaults

func (t *Int32MultiArray) SetDefaults()

type Int64

type Int64 struct {
	Data int64 `yaml:"data"`
}

Do not create instances of this type directly. Always use NewInt64 function instead.

func NewInt64

func NewInt64() *Int64

NewInt64 creates a new Int64 with default values.

func (*Int64) Clone

func (t *Int64) Clone() *Int64

func (*Int64) CloneMsg

func (t *Int64) CloneMsg() types.Message

func (*Int64) SetDefaults

func (t *Int64) SetDefaults()

type Int64MultiArray

type Int64MultiArray struct {
	Layout MultiArrayLayout `yaml:"layout"` // specification of data layout
	Data   []int64          `yaml:"data"`   // array of data
}

Do not create instances of this type directly. Always use NewInt64MultiArray function instead.

func NewInt64MultiArray

func NewInt64MultiArray() *Int64MultiArray

NewInt64MultiArray creates a new Int64MultiArray with default values.

func (*Int64MultiArray) Clone

func (t *Int64MultiArray) Clone() *Int64MultiArray

func (*Int64MultiArray) CloneMsg

func (t *Int64MultiArray) CloneMsg() types.Message

func (*Int64MultiArray) SetDefaults

func (t *Int64MultiArray) SetDefaults()

type Int8

type Int8 struct {
	Data int8 `yaml:"data"`
}

Do not create instances of this type directly. Always use NewInt8 function instead.

func NewInt8

func NewInt8() *Int8

NewInt8 creates a new Int8 with default values.

func (*Int8) Clone

func (t *Int8) Clone() *Int8

func (*Int8) CloneMsg

func (t *Int8) CloneMsg() types.Message

func (*Int8) SetDefaults

func (t *Int8) SetDefaults()

type Int8MultiArray

type Int8MultiArray struct {
	Layout MultiArrayLayout `yaml:"layout"` // specification of data layout
	Data   []int8           `yaml:"data"`   // array of data
}

Do not create instances of this type directly. Always use NewInt8MultiArray function instead.

func NewInt8MultiArray

func NewInt8MultiArray() *Int8MultiArray

NewInt8MultiArray creates a new Int8MultiArray with default values.

func (*Int8MultiArray) Clone

func (t *Int8MultiArray) Clone() *Int8MultiArray

func (*Int8MultiArray) CloneMsg

func (t *Int8MultiArray) CloneMsg() types.Message

func (*Int8MultiArray) SetDefaults

func (t *Int8MultiArray) SetDefaults()

type MultiArrayDimension

type MultiArrayDimension struct {
	Label  string `yaml:"label"`  // label of given dimension
	Size   uint32 `yaml:"size"`   // size of given dimension (in type units)
	Stride uint32 `yaml:"stride"` // stride of given dimension
}

Do not create instances of this type directly. Always use NewMultiArrayDimension function instead.

func NewMultiArrayDimension

func NewMultiArrayDimension() *MultiArrayDimension

NewMultiArrayDimension creates a new MultiArrayDimension with default values.

func (*MultiArrayDimension) Clone

func (*MultiArrayDimension) CloneMsg

func (t *MultiArrayDimension) CloneMsg() types.Message

func (*MultiArrayDimension) SetDefaults

func (t *MultiArrayDimension) SetDefaults()

type MultiArrayLayout

type MultiArrayLayout struct {
	Dim        []MultiArrayDimension `yaml:"dim"`         // Array of dimension properties
	DataOffset uint32                `yaml:"data_offset"` // padding bytes at front of data
}

Do not create instances of this type directly. Always use NewMultiArrayLayout function instead.

func NewMultiArrayLayout

func NewMultiArrayLayout() *MultiArrayLayout

NewMultiArrayLayout creates a new MultiArrayLayout with default values.

func (*MultiArrayLayout) Clone

func (t *MultiArrayLayout) Clone() *MultiArrayLayout

func (*MultiArrayLayout) CloneMsg

func (t *MultiArrayLayout) CloneMsg() types.Message

func (*MultiArrayLayout) SetDefaults

func (t *MultiArrayLayout) SetDefaults()

type String

type String struct {
	Data string `yaml:"data"`
}

Do not create instances of this type directly. Always use NewString function instead.

func NewString

func NewString() *String

NewString creates a new String with default values.

func (*String) Clone

func (t *String) Clone() *String

func (*String) CloneMsg

func (t *String) CloneMsg() types.Message

func (*String) SetDefaults

func (t *String) SetDefaults()

type UInt16

type UInt16 struct {
	Data uint16 `yaml:"data"`
}

Do not create instances of this type directly. Always use NewUInt16 function instead.

func NewUInt16

func NewUInt16() *UInt16

NewUInt16 creates a new UInt16 with default values.

func (*UInt16) Clone

func (t *UInt16) Clone() *UInt16

func (*UInt16) CloneMsg

func (t *UInt16) CloneMsg() types.Message

func (*UInt16) SetDefaults

func (t *UInt16) SetDefaults()

type UInt16MultiArray

type UInt16MultiArray struct {
	Layout MultiArrayLayout `yaml:"layout"` // specification of data layout
	Data   []uint16         `yaml:"data"`   // array of data
}

Do not create instances of this type directly. Always use NewUInt16MultiArray function instead.

func NewUInt16MultiArray

func NewUInt16MultiArray() *UInt16MultiArray

NewUInt16MultiArray creates a new UInt16MultiArray with default values.

func (*UInt16MultiArray) Clone

func (t *UInt16MultiArray) Clone() *UInt16MultiArray

func (*UInt16MultiArray) CloneMsg

func (t *UInt16MultiArray) CloneMsg() types.Message

func (*UInt16MultiArray) SetDefaults

func (t *UInt16MultiArray) SetDefaults()

type UInt32

type UInt32 struct {
	Data uint32 `yaml:"data"`
}

Do not create instances of this type directly. Always use NewUInt32 function instead.

func NewUInt32

func NewUInt32() *UInt32

NewUInt32 creates a new UInt32 with default values.

func (*UInt32) Clone

func (t *UInt32) Clone() *UInt32

func (*UInt32) CloneMsg

func (t *UInt32) CloneMsg() types.Message

func (*UInt32) SetDefaults

func (t *UInt32) SetDefaults()

type UInt32MultiArray

type UInt32MultiArray struct {
	Layout MultiArrayLayout `yaml:"layout"` // specification of data layout
	Data   []uint32         `yaml:"data"`   // array of data
}

Do not create instances of this type directly. Always use NewUInt32MultiArray function instead.

func NewUInt32MultiArray

func NewUInt32MultiArray() *UInt32MultiArray

NewUInt32MultiArray creates a new UInt32MultiArray with default values.

func (*UInt32MultiArray) Clone

func (t *UInt32MultiArray) Clone() *UInt32MultiArray

func (*UInt32MultiArray) CloneMsg

func (t *UInt32MultiArray) CloneMsg() types.Message

func (*UInt32MultiArray) SetDefaults

func (t *UInt32MultiArray) SetDefaults()

type UInt64

type UInt64 struct {
	Data uint64 `yaml:"data"`
}

Do not create instances of this type directly. Always use NewUInt64 function instead.

func NewUInt64

func NewUInt64() *UInt64

NewUInt64 creates a new UInt64 with default values.

func (*UInt64) Clone

func (t *UInt64) Clone() *UInt64

func (*UInt64) CloneMsg

func (t *UInt64) CloneMsg() types.Message

func (*UInt64) SetDefaults

func (t *UInt64) SetDefaults()

type UInt64MultiArray

type UInt64MultiArray struct {
	Layout MultiArrayLayout `yaml:"layout"` // specification of data layout
	Data   []uint64         `yaml:"data"`   // array of data
}

Do not create instances of this type directly. Always use NewUInt64MultiArray function instead.

func NewUInt64MultiArray

func NewUInt64MultiArray() *UInt64MultiArray

NewUInt64MultiArray creates a new UInt64MultiArray with default values.

func (*UInt64MultiArray) Clone

func (t *UInt64MultiArray) Clone() *UInt64MultiArray

func (*UInt64MultiArray) CloneMsg

func (t *UInt64MultiArray) CloneMsg() types.Message

func (*UInt64MultiArray) SetDefaults

func (t *UInt64MultiArray) SetDefaults()

type UInt8

type UInt8 struct {
	Data uint8 `yaml:"data"`
}

Do not create instances of this type directly. Always use NewUInt8 function instead.

func NewUInt8

func NewUInt8() *UInt8

NewUInt8 creates a new UInt8 with default values.

func (*UInt8) Clone

func (t *UInt8) Clone() *UInt8

func (*UInt8) CloneMsg

func (t *UInt8) CloneMsg() types.Message

func (*UInt8) SetDefaults

func (t *UInt8) SetDefaults()

type UInt8MultiArray

type UInt8MultiArray struct {
	Layout MultiArrayLayout `yaml:"layout"` // specification of data layout
	Data   []uint8          `yaml:"data"`   // array of data
}

Do not create instances of this type directly. Always use NewUInt8MultiArray function instead.

func NewUInt8MultiArray

func NewUInt8MultiArray() *UInt8MultiArray

NewUInt8MultiArray creates a new UInt8MultiArray with default values.

func (*UInt8MultiArray) Clone

func (t *UInt8MultiArray) Clone() *UInt8MultiArray

func (*UInt8MultiArray) CloneMsg

func (t *UInt8MultiArray) CloneMsg() types.Message

func (*UInt8MultiArray) SetDefaults

func (t *UInt8MultiArray) SetDefaults()

Jump to

Keyboard shortcuts

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