internal

package
v0.2.4 Latest Latest
Warning

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

Go to latest
Published: Dec 5, 2022 License: AGPL-3.0 Imports: 5 Imported by: 0

Documentation

Overview

Package internal implements a slam service definition with additional exported functions for the purpose of testing

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Service

type Service interface {
	StartDataProcess(cancelCtx context.Context, cam []camera.Camera, camStreams []gostream.VideoStream, c chan int)
	StartSLAMProcess(ctx context.Context) error
	StopSLAMProcess() error
	Close() error
	GetSLAMProcessConfig() pexec.ProcessConfig
	GetSLAMProcessBufferedLogReader() bufio.Reader
}

Service in the internal package includes additional exported functions relating to the data and slam processes in the slam service. These functions are not exported to the user. This resolves a circular import caused by the inject package.

Jump to

Keyboard shortcuts

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