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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var UUIDTypeSupport types.MessageTypeSupport = _UUIDTypeSupport{}

Modifying this variable is undefined behavior.

Functions

func CloneUUIDSlice

func CloneUUIDSlice(dst, src []UUID)

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

func UUID__Array_to_C

func UUID__Array_to_C(cSlice []CUUID, goSlice []UUID)

func UUID__Array_to_Go

func UUID__Array_to_Go(goSlice []UUID, cSlice []CUUID)

func UUID__Sequence_to_C

func UUID__Sequence_to_C(cSlice *CUUID__Sequence, goSlice []UUID)

func UUID__Sequence_to_Go

func UUID__Sequence_to_Go(goSlice *[]UUID, cSlice CUUID__Sequence)

Types

type UUID

type UUID struct {
	Uuid [16]uint8 `yaml:"uuid"`
}

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

func NewUUID

func NewUUID() *UUID

NewUUID creates a new UUID with default values.

func (*UUID) Clone

func (t *UUID) Clone() *UUID

func (*UUID) CloneMsg

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

func (*UUID) SetDefaults

func (t *UUID) SetDefaults()

Jump to

Keyboard shortcuts

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