asn1cpp icon indicating copy to clipboard operation
asn1cpp copied to clipboard

A memory-safe C++ wrapper on top of asn1c

Results 2 asn1cpp issues
Sort by recently updated
recently updated
newest added

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?

Hi, I'm making use of asn1cpp for a project and so far everything has been working perfectly. Recently, I have encountered an issue when trying to create a sequence of...