diff options
| author | Andrew Gallant (Ocelot) <Andrew.Gallant@tufts.edu> | 2012-05-26 18:24:52 -0400 | 
|---|---|---|
| committer | Andrew Gallant (Ocelot) <Andrew.Gallant@tufts.edu> | 2012-05-26 18:24:52 -0400 | 
| commit | 4ea94ca0fef7786ce21722cbb02a9cf069bdedd9 (patch) | |
| tree | e9457e6797efb4c5e55666e440c886045204a79d /nexgb/sync | |
| parent | 58bb2572c5d1e88689aa1b30dc55b702acf57f4f (diff) | |
| download | haven-4ea94ca0fef7786ce21722cbb02a9cf069bdedd9.tar.gz haven-4ea94ca0fef7786ce21722cbb02a9cf069bdedd9.tar.xz haven-4ea94ca0fef7786ce21722cbb02a9cf069bdedd9.zip | |
Bug fix in the generator that was outputting %(MISSING) crud.
Diffstat (limited to 'nexgb/sync')
| -rw-r--r-- | nexgb/sync/sync.go | 30 | 
1 files changed, 15 insertions, 15 deletions
| 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 | 
