Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
| ▼NPnd | |
| CGroup | Represents a group of physical Pnd actuator, and allows Command, Feedback, and Info objects to be sent to and recieved from the actuator |
| CGroupCommand | A list of Command objects appropriate for sending to a Group of modules; the size() must match the number of modules in the group |
| CGroupFeedback | A list of Feedback objects that can be received from a Group of modules; the size() must match the number of modules in the group |
| ▼CLookup | Maintains a registry of network-connected modules and returns Group objects to the user |
| CEntryList | |
| CVersionNumber | A simple structure to hold a standard semantic versioning version number |