Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

inc: add an attribute for implementation templates #138

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

toru-mano
Copy link
Contributor

Implementation templates represent the list of transmission modes
supported by the network interface. Implementation templates are
described as a list of enum lists, and each transmission mode is
expressed as a combination of enum values. Each enum list has an enum
id (attribute id) and a list of enum values. The i-th transmission
mode is a combination of i-th values of each enum list.

Implementation templates also represent the preference among the
transmission modes. When only a part of the parameters corresponds to
the transmission mode is configured, then the first mode that matches
the current configured value will be used. Therefore the head of the
list is the default mode.

Implementation templates represent the list of transmission modes
supported by the network interface. Implementation templates are
described as a list of enum lists, and each transmission mode is
expressed as a combination of enum values. Each enum list has an enum
id (attribute id) and a list of enum values. The i-th transmission
mode is a combination of i-th values of each enum list.

Implementation templates also represent the preference among the
transmission modes. When only a part of the parameters corresponds to
the transmission mode is configured, then the first mode that matches
the current configured value will be used. Therefore the head of the
list is the default mode.
@ishidawataru
Copy link
Collaborator

@toru-mano Thanks for the PR. I'd like to merge this after we implement this in our internal TAI implementations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants