Use TopfieldUSBEcode for received values too.master
commit3df14e369d74808714b70ae718159cf40fbac86e
authorKalle Olavi Niemitalo <kon@iki.fi>
Sun, 20 Jan 2008 19:46:58 +0000 (20 21:46 +0200)
committerKalle Olavi Niemitalo <kon@hanna-niemitalo.Niemitalo.local>
Sun, 20 Jan 2008 19:46:58 +0000 (20 21:46 +0200)
tree6abec7d5493798f70484899392c322961a846fde
parent8d3076a4d33a4c8749b54f832560caf55d6a2312
Use TopfieldUSBEcode for received values too.

Previously, error codes received from the PVR were stored as UInt32,
because they might be out of range for enum TopfieldUSBEcode.  Now, there
is a dummy enumerator so that the enum can contain all UInt32 values.
This allows the variables to be defined as TopfieldUSBEcode, so the
debugger can display the names of enumerators.
TFDataFormat.h
TFDataFormat.m
TFUSBController.m