OpenSim
|
Loads the Configuration files into nIni More...
Public Member Functions | |
OpenSimConfigSource | LoadConfigSettings (IConfigSource argvSource, EnvConfigSource envConfigSource, out ConfigSettings configSettings, out NetworkServersInfo networkInfo) |
Loads the region configuration More... | |
Protected Member Functions | |
virtual void | ReadConfigSettings () |
Read initial region settings from the ConfigSource More... | |
Protected Attributes | |
ConfigSettings | m_configSettings |
Various Config settings the region needs to start Physics Engine, Mesh Engine, GridMode, PhysicsPrim allowed, Neighbor, StorageDLL, Storage Connection String, Estate connection String, Client Stack Standalone settings. More... | |
OpenSimConfigSource | m_config |
A source of Configuration data More... | |
NetworkServersInfo | m_networkServersInfo |
Grid Service Information. This refers to classes and addresses of the grid service More... | |
Loads the Configuration files into nIni
Definition at line 43 of file ConfigurationLoader.cs.
|
inline |
Loads the region configuration
argvSource | Parameters passed into the process when started |
configSettings | |
networkInfo |
Definition at line 72 of file ConfigurationLoader.cs.
|
inlineprotectedvirtual |
Read initial region settings from the ConfigSource
Definition at line 375 of file ConfigurationLoader.cs.
|
protected |
A source of Configuration data
Definition at line 58 of file ConfigurationLoader.cs.
|
protected |
Various Config settings the region needs to start Physics Engine, Mesh Engine, GridMode, PhysicsPrim allowed, Neighbor, StorageDLL, Storage Connection String, Estate connection String, Client Stack Standalone settings.
Definition at line 53 of file ConfigurationLoader.cs.
|
protected |
Grid Service Information. This refers to classes and addresses of the grid service
Definition at line 63 of file ConfigurationLoader.cs.