package
4.0.0
Repository: https://github.com/gazebo-web/cloudsim.git
Documentation: pkg.go.dev

# Functions

GetSimulationPlatform gets the platform.Platform associated with a simulation.
NewMapFromConfig loads a platformMap of platforms from a configuration file and returns a platform Map containing the platforms.
WithRoundRobin initializes a new Manager using a base platform Manager but iterates over the inner manager using round robin.

# Variables

ErrInvalidNewInput is returned when an invalid input is provided to a Manager implementation creation function.
ErrPlatformExists is returned when a platform for a provided selector exists.
ErrPlatformNotFound is returned when a platform for a provided selector cannot be found.

# Structs

NewInput contains common information necessary to create a new manager implementation instance.

# Interfaces

Manager manages a platformMap of platforms that can be used by Cloudsim.

# Type aliases

Map is the default Manager implementation.