Enumerations: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

15 December 2022

  • curprev 18:1218:12, 15 December 2022Chris talk contribs 779 bytes +779 Created page with "There are two general approaches to creating an Enumeration. If you are making a "standalone" enumeration, you can simply create a VTU each time. In practice, we tend to do this more when we can creating enumerations for observables that typically have numbers. For example, we might do this for position if we wanted to represent HERE and NOT_HERE. In the other case, you may wish to "share" your enumeration literals. How many different definitions of ON, OFF , and S..."