VitroIO SDK
Software development kit for Vitro Shard.
|
#include <mbed.h>
#include <vitroio-sdk/communication/transport_layer.h>
#include <vitroio-sdk/interfaces/impl/environment_interface.h>
Go to the source code of this file.
Classes | |
class | vitroio::sdk::impl::Timestamp |
Class for maintaining timestamp tracking. More... | |
struct | vitroio::sdk::impl::Timestamp::CurrentTime_t |
Namespaces | |
namespace | vitroio |
The namespace contains all of components of vitro-shard-sdk and components based on the sdk. It is suggested to place types inherited from the sdk components in this namespace e.g. implementations of sensors drivers/interfaces. | |
namespace | vitroio::sdk |
The namespace contains all of components defined by vitro-shard-sdk. | |
namespace | vitroio::sdk::impl |
The namespace contains internal components of vitro-shard-sdk. These components should not be used by user. | |