NHS31xx SW API
app_demo_dp_tlogger/inc/text.h
1 /*
2  * Copyright 2016-2019 NXP
3  * This software is owned or controlled by NXP and may only be used strictly
4  * in accordance with the applicable license terms. By expressly accepting
5  * such terms or by downloading, installing, activating and/or otherwise using
6  * the software, you are agreeing that you have read, and that you agree to
7  * comply with and are bound by, such license terms. If you do not agree to
8  * be bound by the applicable license terms, then you may not retain, install,
9  * activate or otherwise use the software.
10  */
11 
12 #ifndef __TEXT_H_
13 #define __TEXT_H_
14 
29 #define TEXT_MAX_STATUS_LENGTH 46
30 
32 #define TEXT_MAX_FAILURE_LENGTH 46
33 
35 #define TEXT_MAX_FAILURES_LENGTH (7 * TEXT_MAX_FAILURE_LENGTH)
36 
38 #define TEXT_MAX_TEMPERATURE_LENGTH 59
39 
40 /* ------------------------------------------------------------------------- */
41 
49 const char * Text_GetStatus(int * pLen);
50 
59 const char * Text_GetFailures(int * pLen);
60 
68 const char * Text_GetTemperature(int * pLen);
69 
70 #endif
const char * Text_GetTemperature(int *pLen)
const char * Text_GetFailures(int *pLen)
const char * Text_GetStatus(int *pLen)