Use TopfieldUSBCmd for received values too.
commit8d3076a4d33a4c8749b54f832560caf55d6a2312
authorKalle Olavi Niemitalo <kon@iki.fi>
Sun, 20 Jan 2008 19:42:01 +0000 (20 21:42 +0200)
committerKalle Olavi Niemitalo <kon@hanna-niemitalo.Niemitalo.local>
Sun, 20 Jan 2008 19:42:01 +0000 (20 21:42 +0200)
tree888bbef1be8079987495f3df93aac9655ecd7812
parentd0d349c733ea645b6a7b78b02d70269b4792ea9c
Use TopfieldUSBCmd for received values too.

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