simulationpackage

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

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

Go to latest
Published: May 12, 2024 License: GPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Consumer

type Consumer interface {
	// contains filtered or unexported methods
}

type DataGen

type DataGen struct {
	// contains filtered or unexported fields
}

func NewDataGen

func NewDataGen(freq int, maxPeak int, svc domain.IService, wg *sync.WaitGroup) *DataGen

func (*DataGen) Start

func (d *DataGen) Start()

type Sim

type Sim struct {
	// contains filtered or unexported fields
}

func NewSim

func NewSim(freq int, maxPeak int) *Sim

type SimServer

type SimServer struct {
	Frequency int `yaml:"frequency"`
	MaxPeak   int `yaml:"maxPeak"`
}

Jump to

Keyboard shortcuts

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