ply_sampling_load Subroutine

public subroutine ply_sampling_load(me, conf, parent)

This subroutine reads the sampling configuration from the Lua script provided in conf and fills the sampling data in 'me' accordingly.

The data is expected to be stored in a table under the name 'ply_sampling'.

Actually need to do sampling, read in the rest of configuration settings.

Arguments

Type IntentOptional Attributes Name
type(ply_sampling_type), intent(out) :: me

Sampling definition to load.

type(flu_State), intent(in) :: conf

Configuration to read the sampling settings from.

integer, intent(in), optional :: parent

Parent table in which to look for the sampling settings.