|
AWS IoT Device SDK C:
Shadow
AWS IoT Device Shadow library
|
| Return to main page ↑ |
| aws_iot_demo_shadow.c | Demonstrates usage of the Thing Shadow library |
| aws_iot_shadow.h | User-facing functions of the Shadow library |
| aws_iot_shadow_api.c | Implements the user-facing functions of the Shadow library |
| aws_iot_shadow_internal.h | Internal header of Shadow library. This header should not be included in typical application code |
| aws_iot_shadow_operation.c | Implements functions that process Shadow operations |
| aws_iot_shadow_parser.c | Implements JSON parsing functions of the Shadow library |
| aws_iot_shadow_static_memory.c | Implementation of Shadow static memory functions |
| aws_iot_shadow_subscription.c | Implements functions for interacting with the Shadow library's subscription list |
| aws_iot_shadow_types.h | Types of the Thing Shadow library |
| aws_iot_tests_shadow.c | Test runner for Shadow tests |
| aws_iot_tests_shadow_api.c | Tests for the user-facing API functions (declared in aws_iot_shadow.h) |
| aws_iot_tests_shadow_parser.c | Tests for the Shadow topic name and JSON parser functions |
| aws_iot_tests_shadow_system.c | Full system tests for the AWS IoT Shadow library |