structs

package
v0.0.0-...-c695042 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Channel

type Channel struct {
	State       int // index in vector of the beggining of State's array
	Length      int // length of the arrays (same for the two)
	InitialSize int // initial length for the array
}

A Channel contains informations realted to a channel's representation inside go2pins

type Goroutine

type Goroutine struct {
	Status      int           // index in vector for status variable
	LineCounter int           // index in vector for line counter variable
	Func        GoroutineFunc // duplicated function to launch
}

A Goroutine contains information related to a goroutine's representation inside go2pins

type GoroutineFunc

type GoroutineFunc func(G2PStateType) G2PStateType

Jump to

Keyboard shortcuts

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