Classes | |
class | DeterministicPluginClient |
The client representation in the Quantum server plugin. More... | |
class | DeterministicPluginSession |
The session object of the Quantum server plugin. Only one session is being created by one DeterministicServer. More... | |
class | DeterministicServer |
The Quantum server class. Override virtual methods to extend its functionality. More... | |
Enumerations | |
enum | DeterministicPluginSessionState |
The state of the session. More... | |
The state of the session.
Enumerator | |
---|---|
Idle | Not started |
Ready | Session about to start and waiting for the DeterministicSessionConfig.SessionStartTimeout |
Running | Session is running |
Shutdown | Session hat been stopped |