use crateCommonContext;
/// This struct contains the peripherals that are accessible after the DATEX runtime was initialized.
/// E.g., the Wifi peripheral is not accessible after the Wifi stack was initialized, so it is set to None.
/// This struct contains the AccesiblePeripherals and the CommonContext after
/// the DATEX runtime was initialized.