yumapro  23.10T-7
YumaPro SDK
Loading...
Searching...
No Matches
agt_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_agt_profile
13#define _H_agt_profile
14
15/* FILE: agt_profile.h
16*********************************************************************
17* *
18* P U R P O S E *
19* *
20*********************************************************************/
21
28/*********************************************************************
29* *
30* C H A N G E H I S T O R Y *
31* *
32*********************************************************************
33
34date init comment
35----------------------------------------------------------------------
3606-sep-14 abb Begun; split out from agt.c
37*/
38
39#ifndef _H_agt
40#include "agt.h"
41#endif
42
43#ifndef _H_status_enum
44#include "status_enum.h"
45#endif
46
47#ifndef _H_val
48#include "val.h"
49#endif
50
51#ifdef __cplusplus
52extern "C" {
53#endif
54
55/********************************************************************
56* *
57* C O N S T A N T S *
58* *
59*********************************************************************/
60
61
62/********************************************************************
63* *
64* T Y P E S *
65* *
66*********************************************************************/
67
68
69/********************************************************************
70* *
71* F U N C T I O N S *
72* *
73*********************************************************************/
74
75/* group defined in agt_cli.h */
76
77
91extern void
93
94
100extern void
102
103
107#ifdef __cplusplus
108} /* end extern 'C' */
109#endif
110
111#endif /* _H_agt_profile */
Multi-Protocol Network Management Server.
void agt_profile_init_server_profile(agt_profile_t *agt_profile)
Hardwire the initial server profile variables.
Definition: agt_profile.c:122
void agt_profile_clean_server_profile(agt_profile_t *agt_profile)
Clean the server profile variables.
Definition: agt_profile.c:753
global error status code enumerations
Multiple instances are not supported.
Definition: agt.h:864
Value Node Basic Support.