Searched refs:IPStack (Results 1 – 7 of 7) sorted by relevance
/device/board/isoftstone/yangfan/common/mqtt/mqttclient/samples/linux/ |
D | stdoutsub.cpp | 179 void myconnect(IPStack& ipstack, MQTT::Client<IPStack, Countdown, 1000>& client, MQTTPacket_connect… in myconnect() argument 226 IPStack ipstack = IPStack(); in main() 227 MQTT::Client<IPStack, Countdown, 1000> client = MQTT::Client<IPStack, Countdown, 1000>(ipstack); in main()
|
D | hello.cpp | 25 IPStack ipstack = IPStack(); in main() 31 MQTT::Client<IPStack, Countdown> client = MQTT::Client<IPStack, Countdown>(ipstack); in main()
|
D | main.cpp | 27 class IPStack class 30 IPStack() in IPStack() function in IPStack 217 IPStack ipstack = IPStack(); in main() 223 MQTT::Client<IPStack, Countdown> client = MQTT::Client<IPStack, Countdown>(ipstack); in main()
|
/device/board/isoftstone/yangfan/common/mqtt/mqttclient/samples/ardunio/hello/ |
D | Hello.ino | 15 * Benjamin Cabe - adapt to IPStack, and add Yun instructions 22 #include <IPStack.h> 42 IPStack ipstack(c); 43 MQTT::Client<IPStack, Countdown> client = MQTT::Client<IPStack, Countdown>(ipstack);
|
/device/board/isoftstone/yangfan/common/mqtt/mqttclient/test/ |
D | test1.cpp | 300 void test1_sendAndReceive(MQTT::Client<IPStack, Countdown, 1000>& client, int qos, const char* test… in test1_sendAndReceive() argument 355 IPStack ipstack = IPStack(); in test1() 356 MQTT::Client<IPStack, Countdown, 1000> client = MQTT::Client<IPStack, Countdown, 1000>(ipstack); in test1() 432 IPStack ipstack = IPStack(); in test2() 433 MQTT::Client<IPStack, Countdown, 1000> client = MQTT::Client<IPStack, Countdown, 1000>(ipstack); in test2() 550 int check_subs_exist(MQTT::Client<IPStack, Countdown, 1000>& client, const char* test_topic, int wh… in check_subs_exist() argument 597 IPStack ipstack = IPStack(); in test3() 598 MQTT::Client<IPStack, Countdown, 1000> client = MQTT::Client<IPStack, Countdown, 1000>(ipstack); in test3()
|
/device/board/isoftstone/yangfan/common/mqtt/mqttclient/src/arduino/ |
D | IPStack.h | 27 class IPStack 30 IPStack(Client& client) : client(&client) in IPStack() function
|
/device/board/isoftstone/yangfan/common/mqtt/mqttclient/src/linux/ |
D | linux.cpp | 37 class IPStack class 40 IPStack() in IPStack() function in IPStack
|