Module Bsmlsig


module Bsmlsig: sig .. end
Interface of all the main components of BSML.
Author(s): Louis Gesbert, Frédéric Gava, Frédéric Loulergue


BSML Primitives



Interface of the modules implementing the BSML primitives
module type BSML = sig .. end

Interface for modules providing BSP parameters



Access to the machine parameters from a configuration file.
module type MACHINE_PARAMETERS = sig .. end

Interface for low-level communication modules



Module providing the implementation of the communication functions
module type COMM = sig .. end