KPN IoT / senml

Fork of kpn_senml by KPN IoT

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers senml_enums.cpp Source File

senml_enums.cpp

00001 /*  _  __  ____    _   _ 
00002  * | |/ / |  _ \  | \ | |
00003  * | ' /  | |_) | |  \| |
00004  * | . \  |  __/  | |\  |
00005  * |_|\_\ |_|     |_| \_|
00006  * 
00007  * (c) 2018 KPN
00008  * License: MIT License.
00009  * Author: Jan Bogaerts
00010  * 
00011  * enum strings
00012  */
00013 
00014 const char* senml_units_names[] = {"", 
00015                      "m", 
00016                      "kg", 
00017                      "g", 
00018                      "s", 
00019                      "A", 
00020                      "K", 
00021                      "cd", 
00022                      "mol", 
00023                      "Hz", 
00024                      "rad", 
00025                      "sr", 
00026                      "N", 
00027                      "Pa", 
00028                      "J", 
00029                      "W", 
00030                      "C", 
00031                      "V",
00032                      "F",
00033                      "Ohm",
00034                      "S",
00035                      "Wb",
00036                      "T",
00037                      "H",
00038                      "Cel",
00039                      "lm",
00040                      "lx",
00041                      "Bq",
00042                      "Gy",
00043                      "Sv",
00044                      "kat",
00045                      "m2",
00046                      "m3",
00047                      "l",
00048                      "m/s",
00049                      "m/s2",
00050                      "m3/s",
00051                      "l/s",
00052                      "W/m2",
00053                      "cd/m2",
00054                      "bit",
00055                      "bit/s",
00056                      "lat",
00057                      "lon",
00058                      "pH",
00059                      "db",
00060                      "dBW",
00061                      "Bspl",
00062                      "count",
00063                      "//",
00064                      "%RH",
00065                      "%EL",
00066                      "EL",
00067                      "1/s",
00068                      "1/min",
00069                      "beat/min",
00070                      "beats",
00071                      "S/m"};
00072 
00073 
00074 
00075 
00076 
00077 
00078