specification icon indicating copy to clipboard operation
specification copied to clipboard

DSDL enumeration type

Open pavel-kirienko opened this issue 5 years ago • 0 comments

In Cyphal v1.1 or later we will need native support for enumeration types to improve type safety. This could be implemented through an additional directive like (this is not a formal proposal):

@enumeration
uint11 FIRST = auto
uint11 SECOND = auto

pavel-kirienko avatar Jul 02 '19 00:07 pavel-kirienko