The implementation of the telecommanding concept is primarily based on the telecommand design pattern (see the design pattern table).
Classes | |
| class | CC_TelecommandFactory |
Dynamic factory for components of type: Telecommand. More... | |
| class | CC_TelecommandManager |
| This class encapsulates a telecommand manager. More... | |
| class | CriticalTelecommand |
| Base class for telecommands with a potentially high criticality level. More... | |
| class | PUSTelecommand |
| Base class from which all PUS telecommand classes are derived. More... | |
| class | Telecommand |
| Base class from which all telecommand classes are derived. More... | |
| class | TelecommandLoader |
| Base class from which all telecommand loaders are derived. More... | |