-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStringPixelCoordTable_old.h
More file actions
52 lines (40 loc) · 1.46 KB
/
StringPixelCoordTable_old.h
File metadata and controls
52 lines (40 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
/*
* StringPixelCoordTabble_old.h
*
* Created: 24.06.2022 19:35:49
* Author: qfj
*/
#ifndef STRINGPIXELCOORDTABBLE_OLD_H_
#define STRINGPIXELCOORDTABBLE_OLD_H_
// INIT STRINGS
#define STR_HZB_GASCOUNTER "HZB Gascount"
#define STR_LAN_VARIANT "LAN-VARIANT"
#define STR_XBEE_VARIANT "XBEE-VARIANT"
#define STR_INIT_START "Init start"
#define STR_INIT_PORTS "Init ports"
#define STR_INIT_TIMER "Init timer"
#define STR_INIT_INTERRUPTS "Init interr."
#define STR_INIT_USART "Init usart"
#define STR_INIT_I2C "Init I2C"
#define STR_INIT_CLOCK "Init Clock"
#define STR_INIT_CLOCK_SUCC "...success"
#define STR_INIT_CLOCK_ERR "...error"
#define STR_INIT_PRESS "Init Press"
#define STR_INIT_PRESS_SUCC "...success"
#define STR_INIT_PRESS_ERR "...error"
#define STR_INIT_DONE "Init done"
// ERROR STRINGS
#define STR_INIT_OFFLINE "Netw. Err"
#define STR_INIT_OFFLINE_MESSAGE "Network connection error\n%s"
#define STR_NO_COORDINATOR_FOUND "No Coord."
#define STR_NO_SERVER_FOUND "No Server"
#define STR_OPTIONS_LENGTH "Opt. len Err"
#define STR_OPTIONS_LENGTH_MESSAGE "expected:%i\nreceived:%i"
#define STR_OPTION_RANGE_ERR "Bounds Err."
#define STR_OPTION_RANGE_ERR_MESSAGE " "
#define STR_RANGE_ERROR "%s\nr:%lu\ne:[%lu..%lu]\n"
#define STR_BMP_SENSOR_ERROR "BMP Error"
#define STR_BMP_SENSOR_ERROR_MESSAGE "Temp. Press.Sensor not connected"
#define STR_RTC_ERROR "RTC ERROR"
#define STR_RTC_ERROR_MESSAGE "Realtime clock not initialized"
#endif /* STRINGPIXELCOORDTABBLE_OLD_H_ */