From 4ea94ca0fef7786ce21722cbb02a9cf069bdedd9 Mon Sep 17 00:00:00 2001 From: "Andrew Gallant (Ocelot)" Date: Sat, 26 May 2012 18:24:52 -0400 Subject: Bug fix in the generator that was outputting %(MISSING) crud. --- nexgb/sync/sync.go | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'nexgb/sync') diff --git a/nexgb/sync/sync.go b/nexgb/sync/sync.go index 5aa019e..bc63a45 100644 --- a/nexgb/sync/sync.go +++ b/nexgb/sync/sync.go @@ -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 -- cgit v1.2.3