AWS IoT Jobs v2.0.0
Client library for AWS IoT Jobs
 
Loading...
Searching...
No Matches
ota_job_processor.h
1/*
2 * AWS IoT Jobs v2.0.0
3 * Copyright (C) 2023 Amazon.com, Inc. and its affiliates. All Rights Reserved.
4 * SPDX-License-Identifier: MIT
5 *
6 * Licensed under the MIT License. See the LICENSE accompanying this file
7 * for the specific language governing permissions and limitations under
8 * the License.
9 */
10
11#ifndef OTA_JOB_PROCESSOR_H
12#define OTA_JOB_PROCESSOR_H
13
14#include <stdint.h>
15
16#include <stddef.h>
17#include <stdint.h>
18
19#include "job_parser.h"
20
52/* @[declare_otaparser_parsejobdocfile] */
53int8_t otaParser_parseJobDocFile( const char * jobDoc,
54 const size_t jobDocLength,
55 const uint8_t fileIndex,
57/* @[declare_otaparser_parsejobdocfile] */
58
59#endif /*OTA_JOB_PROCESSOR_H*/
struct containing the fields of an AFR OTA Job Document
Definition: job_parser.h:23