yumapro  23.10T-7
YumaPro SDK
Loading...
Searching...
No Matches
sil_sa_profile.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2008 - 2012, Andy Bierman, All Rights Reserved.
3 * Copyright (c) 2012 - 2021, YumaWorks, Inc., All Rights Reserved.
4 *
5 * Unless required by applicable law or agreed to in writing,
6 * software distributed under the License is distributed on an
7 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
8 * KIND, either express or implied. See the License for the
9 * specific language governing permissions and limitations
10 * under the License.
11 */
12#ifndef _H_sil_sa_profile
13#define _H_sil_sa_profile
14
15/* FILE: sil_sa_profile.h
16*********************************************************************
17* *
18* P U R P O S E *
19* *
20*********************************************************************/
21
29/*********************************************************************
30* *
31* C H A N G E H I S T O R Y *
32* *
33*********************************************************************
34
35date init comment
36----------------------------------------------------------------------
3707-sep-14 abb Begun
38*/
39
40#include <xmlstring.h>
41
42#ifndef _H_agt
43#include "agt.h"
44#endif
45
46#ifndef _H_status_enum
47#include "status_enum.h"
48#endif
49
50#ifndef _H_val
51#include "val.h"
52#endif
53
54
55#ifdef __cplusplus
56extern "C" {
57#endif
58
59/********************************************************************
60* *
61* C O N S T A N T S *
62* *
63*********************************************************************/
64
65
66/********************************************************************
67* *
68* T Y P E S *
69* *
70*********************************************************************/
71
72
73
74
91/********************************************************************
92* *
93* F U N C T I O N S *
94* *
95*********************************************************************/
96
97
106extern status_t
108 agt_profile_t *profile);
109
110
114#ifdef __cplusplus
115} /* end extern 'C' */
116#endif
117
118#endif /* _H_sil_sa */
Multi-Protocol Network Management Server.
status_t
global error return code
Definition: status_enum.h:210
status_t sil_sa_profile_cvt_value(val_value_t *val, agt_profile_t *profile)
Convert the specified val_value_t tree into the fields of the specified agt_profile struct.
Definition: sil_sa_profile.c:82
global error status code enumerations
Multiple instances are not supported.
Definition: agt.h:864
one value to match one type
Definition: val.h:911
Value Node Basic Support.