Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CECCTransition ¶
CECCTransition is used with getCECCTransitionCondition to return results to the template
type Converter ¶
type Converter struct { Funcs []rvdef.Monitor Language string // contains filtered or unexported fields }
Converter is the struct we use to store all functions for conversion (and what we operate from)
func (*Converter) AddFunction ¶
AddFunction should be called for each Function in the project
func (*Converter) ConvertAll ¶
func (c *Converter) ConvertAll() ([]OutputFile, error)
ConvertAll converts iec61499 xml (stored as []FB) into vhdl []byte for each block (becomes []VHDLOutput struct) Returns nil error on success
type OutputFile ¶
OutputFile is used when returning the converted data from the iec61499
type TemplateData ¶
TemplateData is the structure used to hold data being passed into the templating engine
Source Files
¶
Click to show internal directories.
Click to hide internal directories.