Holds configuration data for libIntegra. More...
#include "api/server_startup_info.h"
Public Member Functions | |
CServerStartupInfo () | |
Construct empty startup info. | |
Public Attributes | |
string | system_module_directory |
Disk location of the shipped-with-libIntegra modules. More... | |
string | third_party_module_directory |
Disk location for 3rd party modules. More... | |
INotificationSink * | notification_sink |
Pointer to an INotificationSink subclass, for receiving feedback when control endpoints are set. More... | |
Holds configuration data for libIntegra.
CServerStartupInfo is passed into CIntegraSession::start_session
INotificationSink* integra_api::CServerStartupInfo::notification_sink |
Pointer to an INotificationSink subclass, for receiving feedback when control endpoints are set.
string integra_api::CServerStartupInfo::system_module_directory |
Disk location of the shipped-with-libIntegra modules.
Typically this would be somewhere in your application's installation directory, eg (for windows) C: Files<Your Integra Application>\
string integra_api::CServerStartupInfo::third_party_module_directory |
Disk location for 3rd party modules.
Typically this would be in a hidden application storage directory, eg (for windows) C:<Account Name><Application Name> Store