Adaptive Framework  0.9.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
afw_adaptor_add.h
Go to the documentation of this file.
1 // See the 'COPYING' file in the project root for licensing information.
2 /*
3  * Adaptive Framework Adaptor Add Object
4  *
5  * Copyright (c) 2010-2023 Clemson University
6  *
7  */
8 
9 #ifndef __AFW_ADAPTOR_ADD_H__
10 #define __AFW_ADAPTOR_ADD_H__
11 
12 #include "afw_interface.h"
13 
25 
43 AFW_DECLARE(const afw_utf8_t *)
45  const afw_utf8_t *adaptor_id,
46  const afw_utf8_t *object_type_id,
47  const afw_utf8_t *suggested_object_id,
48  const afw_object_t *object,
49  const afw_object_t *journal_entry,
50  const afw_object_t *adaptor_type_specific,
51  afw_xctx_t *xctx);
52 
53 
54 
55 AFW_END_DECLARES
56 
59 #endif /* __AFW_ADAPTOR_ADD_H__ */
#define AFW_BEGIN_DECLARES
#define AFW_DECLARE(type)
Declare a public afw function.
Interfaceafw_interface header.
const afw_utf8_t * afw_adaptor_add_object(const afw_utf8_t *adaptor_id, const afw_utf8_t *object_type_id, const afw_utf8_t *suggested_object_id, const afw_object_t *object, const afw_object_t *journal_entry, const afw_object_t *adaptor_type_specific, afw_xctx_t *xctx)
Call adaptor to add object and remove from cache.
Interface afw_object public struct.
NFC normalized UTF-8 string.
Definition: afw_common.h:545
Interface afw_xctx public struct.