![]() |
MAK RTIspy API Documentation for HLA 1516
|
This file is responsible for connecting the signals and slots of the various assistant manager classes. More...
Go to the source code of this file.
Classes | |
| class | DtAssistantSignalRouter |
| At startup all of the assistant manager classes will register their signals and slots with the signal router. More... | |
| class | DtSignalInfo |
| This class stores the information on a single signal and the object that produces it. More... | |
| class | DtSignalMappings |
| This class handles the mappings from all signals and slots for a particular signal ID. More... | |
| class | DtQueryMappings |
| This class handles the mappings from all query signals and slots for a particular query ID. More... | |
Typedefs | |
| typedef DtSignalInfo | DtSlotInfo |
| This class stores the information on a single slot and the object that handles it. More... | |
This file is responsible for connecting the signals and slots of the various assistant manager classes.
| typedef DtSignalInfo DtSlotInfo |
This class stores the information on a single slot and the object that handles it.
Since its fundamentally the same type as DtSignalInfo, we cheat and do a typedef.