-
Notifications
You must be signed in to change notification settings - Fork 5
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
How to get/set BIT_STRING_t #5
Comments
Currently it seems like
It is likely that to support a If this is the case then adding support should be fairly easy. If not, we'll have to look into it. |
I looked a bit into it, it might not be super difficult. The main issue is what you would like to have on the C++ side. Would an |
|
BIT_STRING_t define like this:
DriveBehavior ::= BIT STRING {
goStraightForward(0),
laneChangingToLeft(1),
laneChangingToRight(2)
} (SIZE(14,...))
What can I get/set bitstring by getField or setField?
The text was updated successfully, but these errors were encountered: