associate headerChannel with human readable ID and assign underlying ID

Issue #24 resolved
daliu87 created an issue

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.

Comments (5)

  1. Mattias Karlsson repo owner

    Hey Dan, is this fixed now? The displayed auxilliary channels now display the human readable ID, such as "Din1". Was that the problem?

  2. daliu87 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?

  3. Maris Kali

    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.

  4. Log in to comment