Currently header channel does not reference the human readable ID that's assigned to a channel in the configuration file. A header channel "port" id is autogenerated by configuration.cpp but should be associated with with the human readable ID.
associate headerChannel with human readable ID and assign underlying ID
Issue #24
resolved
Comments (5)
-
repo owner -
reporter I think it was about the underlying datastructure for class headerChannel, where streamprocessor sends DIO packets based on the int port value, but I couldn't find a convenient way to lookup the human readable ID?
-
Hey @daliu87 is this still an issue for you? If it is, we can implement the headerChannel storage as a hash table using the string IDs as keys for instant lookups.
-
- marked as minor
-
repo owner - changed status to resolved
- Log in to comment
Hey Dan, is this fixed now? The displayed auxilliary channels now display the human readable ID, such as "Din1". Was that the problem?