You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 19, 2022. It is now read-only.
Enums should use enum class
The names of enumerations should be lower case, and not require GR_ or _TYPE because of the scoping of the enum class
Enum identifiers should be suffixed with `_type'
Specify data type for the enum only if necessary
Starting values should not be necessary
example:
enumclasswaveform_type {
sin,
cos,
triangle,
sawtooth
};
Please add comments in this thread that should be changed as part of the coding standard.
The text was updated successfully, but these errors were encountered: