conf

package
v0.0.0-...-1c9a717 Latest Latest
Warning

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

Go to latest
Published: Mar 20, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const DefaultPictureRadius = 35 * unit.NauticalMile

Variables

This section is empty.

Functions

This section is empty.

Types

type Configuration

type Configuration struct {
	// DCSGRPCAddress is the network address of the DCS-gRPC server (including port)
	DCSGRPCAddress string
	// GRPCConnectionTimeout is the connection timeout for connecting to DCS-gRPC
	GRPCConnectionTimeout time.Duration
	// SRSAddress is the network address of the SimpleRadio Standalone server (including port)
	SRSAddress string
	// SRSConnectionTimeout is the connection timeout for connecting to the SimpleRadio Standalone server
	SRSConnectionTimeout time.Duration
	// SRSClientName is the name of the bot that will appear in the client list and in in-game transmissions
	SRSClientName string
	// SRSExternalAWACSModePassword is the password for connecting to the SimpleRadio Standalone server using External AWACS Mode
	SRSExternalAWACSModePassword string
	// SRSFrequency is the radio frequency the bot will listen to and talk on in Hz
	SRSFrequency float64
	// SRSCoalition is the coalition that the bot will act on
	SRSCoalition srs.Coalition
	// WhisperModel is a whisper.cpp model used for Speech To Text
	WhisperModel whisper.Model
}

Configuration for the SkyEye application.

Jump to

Keyboard shortcuts

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