Documentation
¶
Overview ¶
Package control_go_gx are Go bindings to the GX package: control.
Automatically generated by gx/golang/binder/gobindings/bindings.go.tmpl.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Factory ¶
type Factory struct {
Package *Package
}
Factory create new instance of types used in the package. The compiler associated with the factory defines on what device and with which options methods of the instances created by the factory are compiled for.
type Package ¶
type Package struct { Package *PackageIR Device *api.Device Factory *Factory // contains filtered or unexported fields }
Package is a GX package for a given device. Functions and methods are compiled specifically for that device.
func BuildFor ¶
BuildFor loads the GX package control then returns that package for a given device and options.
func (*Package) AppendOptions ¶
func (cmpl *Package) AppendOptions(options ...options.PackageOptionFactory)
AppendOptions appends options to the compiler.
Click to show internal directories.
Click to hide internal directories.