KETCube
Data Structures | Macros | Typedefs | Functions | Variables
ketCube_coreCfg.h File Reference

This file contains the KETCube core configuration defs. More...

#include "ketCube_cfg.h"
#include "ketCube_resetMan.h"

Go to the source code of this file.

Data Structures

struct  ketCube_coreCfg_t
 KETCube core configuration. More...
 

Macros

#define KETCUBE_CORECFG_SKIP_SLEEP_PERIOD   FALSE
 Skip sleep period (perform sensing at maximum speed) More...
 
#define KETCUBE_CORECFG_MIN_BASEPERIOD   500
 Minimal period for periodic events. More...
 
#define KETCUBE_CORECFG_MIN_STARTDELAY   1000
 Minimal delay - the first periodic action is run at this time after power-on. More...
 
#define KETCUBE_CORECFG_MAX_STARTDELAY_RND   59000
 Maximal random delay; random startDelay falls between MIN an (MIN+RND) constants. More...
 
#define KETCUBE_CORECFG_MIN_REPEATDELAY   30000
 Minimal delay between the original and repeated/enforced basePeriod - should be equal to KETCUBE_CORECFG_MIN_BASEPERIOD. More...
 
#define KETCUBE_CORECFG_DEFAULT_SEVERITY   KETCUBE_CFG_SEVERITY_ERROR
 Default KETCube core severity. More...
 

Typedefs

typedef struct ketCube_coreCfg_t ketCube_coreCfg_t
 KETCube core configuration. More...
 

Functions

ketCube_cfg_Error_t ketCube_coreCfg_Init (void)
 Initialize rxDisplay module. More...
 

Variables

ketCube_coreCfg_t ketCube_coreCfg
 

Detailed Description

This file contains the KETCube core configuration defs.

Author
Jan Belohoubek
Version
0.2
Date
2020-05-15
Attention

© Copyright (c) 2018 - 2020 University of West Bohemia in Pilsen All rights reserved.

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.