|
long | elapsed (START_TIME_TYPE start_time) |
|
void | flow_control_trace_callback (enum MQTTASYNC_TRACE_LEVELS level, char *message) |
|
void | getopts (int argc, char **argv) |
|
void | logProperties (MQTTProperties *props) |
|
int | main (int argc, char **argv) |
|
void | myassert (char *filename, int lineno, char *description, int value, char *format,...) |
|
void | MyLog (int LOGA_level, char *format,...) |
|
START_TIME_TYPE | start_clock (void) |
|
void | test1_onDisconnect (void *context, MQTTAsync_successData *response) |
|
int | test_client_topic_aliases (struct Options options) |
|
void | test_client_topic_aliases_disconnected (void *context, MQTTProperties *props, enum MQTTReasonCodes rc) |
|
int | test_client_topic_aliases_messageArrived (void *context, char *topicName, int topicLen, MQTTAsync_message *message) |
|
void | test_client_topic_aliases_onConnect (void *context, MQTTAsync_successData5 *response) |
|
void | test_client_topic_aliases_onSubscribe (void *context, MQTTAsync_successData5 *response) |
|
int | test_error_reporting (struct Options options) |
|
void | test_error_reporting_onConnect (void *context, MQTTAsync_successData5 *response) |
|
void | test_error_reporting_onSubscribe (void *context, MQTTAsync_successData5 *response) |
|
void | test_error_reporting_onUnsubscribe (void *context, MQTTAsync_successData5 *response) |
|
int | test_flow_control (struct Options options) |
|
int | test_flow_control_messageArrived (void *context, char *topicName, int topicLen, MQTTAsync_message *message) |
|
void | test_flow_control_onConnect (void *context, MQTTAsync_successData5 *response) |
|
void | test_flow_control_onSubscribe (void *context, MQTTAsync_successData5 *response) |
|
int | test_qos_1_2_errors (struct Options options) |
|
void | test_qos_1_2_errors_onConnect (void *context, MQTTAsync_successData5 *response) |
|
void | test_qos_1_2_errors_onPublishFailure (void *context, MQTTAsync_failureData5 *response) |
|
void | test_qos_1_2_errors_onPublishFailure2 (void *context, MQTTAsync_failureData5 *response) |
|
void | test_qos_1_2_errors_onPublishFailure3 (void *context, MQTTAsync_failureData5 *response) |
|
void | test_qos_1_2_errors_onPublishSuccess (void *context, MQTTAsync_successData5 *response) |
|
int | test_request_response (struct Options options) |
|
int | test_request_response_messageArrived (void *context, char *topicName, int topicLen, MQTTAsync_message *message) |
|
void | test_request_response_onConnect (void *context, MQTTAsync_successData5 *response) |
|
void | test_request_response_onSubscribe (void *context, MQTTAsync_successData5 *response) |
|
int | test_server_topic_aliases (struct Options options) |
|
int | test_server_topic_aliases_messageArrived (void *context, char *topicName, int topicLen, MQTTAsync_message *message) |
|
void | test_server_topic_aliases_onConnect (void *context, MQTTAsync_successData5 *response) |
|
void | test_server_topic_aliases_onSubscribe (void *context, MQTTAsync_successData5 *response) |
|
int | test_shared_subscriptions (struct Options options) |
|
int | test_shared_subscriptions_messageArrived (void *context, char *topicName, int topicLen, MQTTAsync_message *message) |
|
void | test_shared_subscriptions_onConnectc (void *context, MQTTAsync_successData5 *response) |
|
void | test_shared_subscriptions_onConnectd (void *context, MQTTAsync_successData5 *response) |
|
void | test_shared_subscriptions_onSubscribe (void *context, MQTTAsync_successData5 *response) |
|
int | test_subscribeOptions (struct Options options) |
|
int | test_subscribeOptions_messageArrived (void *context, char *topicName, int topicLen, MQTTAsync_message *message) |
|
void | test_subscribeOptions_onConnect (void *context, MQTTAsync_successData5 *response) |
|
void | test_subscribeOptions_onSubscribe (void *context, MQTTAsync_successData5 *response) |
|
int | test_subscription_ids (struct Options options) |
|
int | test_subscription_ids_messageArrived (void *context, char *topicName, int topicLen, MQTTAsync_message *message) |
|
void | test_subscription_ids_onConnect (void *context, MQTTAsync_successData5 *response) |
|
void | test_subscription_ids_onSubscribe (void *context, MQTTAsync_successData5 *response) |
|
void | trace_callback (enum MQTTASYNC_TRACE_LEVELS level, char *message) |
|
void | usage (void) |
|
void | write_test_result (void) |
|
Tests for the Paho Asynchronous MQTT C client
Definition in file test11.c.