KETCube
|
This file contains the KETCube module list. More...
#include <stddef.h>
#include "ketCube_cfg.h"
#include "ketCube_coreCfg.h"
#include "ketCube_common.h"
#include "ketCube_module_id.h"
#include "hw_msp.h"
#include "ketCube_lora.h"
#include "ketCube_i2c.h"
#include "ketCube_hdcX080.h"
#include "ketCube_batMeas.h"
#include "ketCube_adc.h"
#include "ketCube_starNet.h"
#include "ketCube_rxDisplay.h"
#include "ketCube_asyncTx.h"
#include "ketCube_txDisplay.h"
#include "ketCube_ics43432.h"
#include "ketCube_bmeX80.h"
#include "ketCube_lis2hh12.h"
#include "ketCube_testRadio.h"
#include "ketCube_uart2WAN.h"
Macros | |
#define | DEF_MODULE(name, descr, moduleId, initFn, sleepEnter, sleepExit, getSensData, sendData, recvData, processData, cfgStruct) |
Variables | |
ketCube_cfg_Module_t | ketCube_modules_List [ketCube_modules_CNT] |
List of KETCube modules. More... | |
This file contains the KETCube module list.
Developed by: The SmartCampus Team Department of Technologies and Measurement www.smartcampus.cz | www.zcu.cz
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal with the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE SOFTWARE.
#define DEF_MODULE | ( | name, | |
descr, | |||
moduleId, | |||
initFn, | |||
sleepEnter, | |||
sleepExit, | |||
getSensData, | |||
sendData, | |||
recvData, | |||
processData, | |||
cfgStruct | |||
) |
Define a KETCube module
name | module name |
descr | human-readable module description |
moduleId | persistent module ID |
initFn | module initialization function pointer |
sleepEnter | module sleep-enter function pointer |
sleepExit | module sleep-exit function pointer |
getSensData | getSensorData() module function - for sensing modules |
sendData | sendData() module function - for communication modules |
recvsData | recv() module function - for communication modules |
processData | processData() callback function for inter-module messages |
cfgStruct | name of the module configuration-holding structure |