Anderson Cunha / sgam_mdw_NUCLEOF429ZI_impl

Dependencies:   MPU6050 Grove_temperature

Dependents:   sgam_mdw_test

ControlImpl.cpp

Committer:
AndersonIctus
Date:
2019-06-15
Revision:
1:f21c2f775f15
Parent:
0:681d98ff3681
Child:
3:f67352c85fd7

File content as of revision 1:f21c2f775f15:

#include "sgam_mdw.h"
#include "ControlImpl.h"

void ControlImpl::initialize() {

};

Control* ControlImpl::getControler() {
    return this;
}

Sensor<void*>* ControlImpl::getSensor(char* name) { return NULL; }
Protocol* ControlImpl::getProtocol(char* name) { return NULL; }
Communication* ControlImpl::getCommunication(char* name) { return NULL; }

char* ControlImpl::getAvailableSensors() { return NULL; }
char* ControlImpl::getAvailableCommunications() { return NULL; }
char* ControlImpl::getAvailableProtocols() { return NULL; }