Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: C027_Support SWO mbed-rtos mbed picojson
Fork of lpc4088_ebb_ublox_Cellular_PubNubDemo_rtos by
ConfigurationProperties.h
00001 #pragma once 00002 00003 #include <stddef.h> 00004 #include "DeviceConfiguration.h" 00005 00006 #define CONFIGURATION_PROPERTY_INTERVAL "300" 00007 00008 class ConfigurationProperties 00009 { 00010 public: 00011 ConfigurationProperties(DeviceConfiguration&); 00012 00013 bool resetConfiguration(); 00014 bool validateProperties(); 00015 00016 int readInterval(); 00017 00018 private: 00019 DeviceConfiguration& _deviceConfiguration; 00020 };
Generated on Sun Jul 17 2022 02:39:36 by
1.7.2
