OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
OpenSim.ConfigurationLoader Class Reference

Loads the Configuration files into nIni More...

Collaboration diagram for OpenSim.ConfigurationLoader:
Collaboration graph
[legend]

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...
 

Detailed Description

Loads the Configuration files into nIni

Definition at line 43 of file ConfigurationLoader.cs.

Member Function Documentation

OpenSimConfigSource OpenSim.ConfigurationLoader.LoadConfigSettings ( IConfigSource  argvSource,
EnvConfigSource  envConfigSource,
out ConfigSettings  configSettings,
out NetworkServersInfo  networkInfo 
)
inline

Loads the region configuration

Parameters
argvSourceParameters passed into the process when started
configSettings
networkInfo
Returns
A configuration that gets passed to modules

Definition at line 72 of file ConfigurationLoader.cs.

Here is the call graph for this function:

virtual void OpenSim.ConfigurationLoader.ReadConfigSettings ( )
inlineprotectedvirtual

Read initial region settings from the ConfigSource

Definition at line 375 of file ConfigurationLoader.cs.

Here is the caller graph for this function:

Member Data Documentation

OpenSimConfigSource OpenSim.ConfigurationLoader.m_config
protected

A source of Configuration data

Definition at line 58 of file ConfigurationLoader.cs.

ConfigSettings OpenSim.ConfigurationLoader.m_configSettings
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.

NetworkServersInfo OpenSim.ConfigurationLoader.m_networkServersInfo
protected

Grid Service Information. This refers to classes and addresses of the grid service

Definition at line 63 of file ConfigurationLoader.cs.


The documentation for this class was generated from the following file: