Go to the source code of this file.
|
struct | SR_applicationList |
| C-compatible struct to represent the contents of the std::vector<std::string> returned in the C++ interface. More...
|
|
◆ SRAPI
◆ SR_applicationSense
Application Programming Interface to be used by (Admin) C SR applications.
◆ SRContext
Copyright (C) 2022 Dimenco
This software has been provided under the Dimenco EULA. (End User License Agreement) You can find the agreement at https://www.dimenco.eu/eula
This source code is considered Protected Code under the definitions of the EULA.
◆ cleanupApplicationList()
Clears the memory allocated for the list of applications returned by getApplicationNames.
- Parameters
-
◆ createApplicationSense()
Create an application sense instance to gain information about running SR applications.
- Parameters
-
context | is the environment in which created senses are kept track of |
- Returns
- SR_applicationSense which is a pointer to an instance of the class with the underlying implementation
◆ getApplicationNames()
Returns a list of applications that are currently connected to the SR Service.
- Parameters
-
a | SR_applicationSense pointer to the underlying implementation as returned by createApplicationSense |
- Returns
- SR_applicationList with an array of null-terminated strings