ndn-lite
ndn-services.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2018 Zhiyi Zhang
3  *
4  * This file is subject to the terms and conditions of the GNU Lesser
5  * General Public License v3.0. See the file LICENSE in the top level
6  * directory for more details.
7  */
8 
9 #ifndef NDN_SERVICES_H
10 #define NDN_SERVICES_H
11 
12 #define NDN_SD_CONTROL "SD_CTL"
13 #define NDN_SD_CONTROL_SLEEP "SD_CTL/SLP"
14 #define NDN_SD_CONTROL_WAKEUP "SD_CTL/WK"
15 #define NDN_SD_CONTROL_POWER_OFF "SD_CTL/PWOFF"
16 #define NDN_SD_CONTROL_REBOOT "SD_CTL/REBOOT"
17 
18 #define NDN_SD_LED "SD_LED"
19 #define NDN_SD_LED_ON "SD_LED/ON"
20 #define NDN_SD_LED_OFF "SD_LED/OFF"
21 
22 #define NDN_SD_TEMPERATURE "SD_TMP"
23 #define NDN_SD_TEMPERATURE_READ "SD_TMP/READ"
24 
25 #endif // NDN_SERVICES_H