Bug fix in the generator that was outputting %(MISSING) crud.

This commit is contained in:
Andrew Gallant (Ocelot)
2012-05-26 18:24:52 -04:00
parent 58bb2572c5
commit 4ea94ca0fe
29 changed files with 332 additions and 332 deletions

View File

@@ -2,7 +2,7 @@
package sync
/*
This file was generated by sync.xml on May 11 2012 11:57:19pm EDT.
This file was generated by sync.xml on May 26 2012 6:23:13pm EDT.
This file is automatically generated. Edit at your peril!
*/
@@ -40,6 +40,16 @@ func init() {
xgb.NewExtErrorFuncs["SYNC"] = make(map[int]xgb.NewErrorFun)
}
// Skipping definition for base type 'Card16'
// Skipping definition for base type 'Char'
// Skipping definition for base type 'Card32'
// Skipping definition for base type 'Double'
// Skipping definition for base type 'Bool'
// Skipping definition for base type 'Float'
// Skipping definition for base type 'Card8'
@@ -54,16 +64,6 @@ func init() {
// Skipping definition for base type 'Int8'
// Skipping definition for base type 'Card16'
// Skipping definition for base type 'Char'
// Skipping definition for base type 'Card32'
// Skipping definition for base type 'Double'
// Skipping definition for base type 'Bool'
const (
AlarmstateActive = 0
AlarmstateInactive = 1
@@ -163,7 +163,7 @@ func (v Int64) Bytes() []byte {
return buf
}
// Int64ListBytes writes a list of %s(MISSING) values to a byte slice.
// Int64ListBytes writes a list of Int64 values to a byte slice.
func Int64ListBytes(buf []byte, list []Int64) int {
b := 0
var structBytes []byte
@@ -238,7 +238,7 @@ func (v Systemcounter) Bytes() []byte {
return buf
}
// SystemcounterListBytes writes a list of %s(MISSING) values to a byte slice.
// SystemcounterListBytes writes a list of Systemcounter values to a byte slice.
func SystemcounterListBytes(buf []byte, list []Systemcounter) int {
b := 0
var structBytes []byte
@@ -318,7 +318,7 @@ func (v Trigger) Bytes() []byte {
return buf
}
// TriggerListBytes writes a list of %s(MISSING) values to a byte slice.
// TriggerListBytes writes a list of Trigger values to a byte slice.
func TriggerListBytes(buf []byte, list []Trigger) int {
b := 0
var structBytes []byte
@@ -378,7 +378,7 @@ func (v Waitcondition) Bytes() []byte {
return buf
}
// WaitconditionListBytes writes a list of %s(MISSING) values to a byte slice.
// WaitconditionListBytes writes a list of Waitcondition values to a byte slice.
func WaitconditionListBytes(buf []byte, list []Waitcondition) int {
b := 0
var structBytes []byte