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 |
Override this class and implement its virtual methods to hook into the Quantum server callbacks. 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 |