yumapro  23.10T-7
YumaPro SDK
Loading...
Searching...
No Matches
agt_time_filter.h
Go to the documentation of this file.
1
2#ifndef _H_agt_time_filter
3#define _H_agt_time_filter
4/*
5
6 * Copyright (c) 2008 - 2012, Andy Bierman, All Rights Reserved.
7 * Copyright (c) 2012 - 2021, YumaWorks, Inc., All Rights Reserved.
8 * All Rights Reserved.
9 *
10 * Unless required by applicable law or agreed to in writing,
11 * software distributed under the License is distributed on an
12 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
13 * KIND, either express or implied. See the License for the
14 * specific language governing permissions and limitations
15 * under the License.
16 *
17
18*** Generated by yangdump 2.0.1297
19
20 module yuma-time-filter
21 revision 2011-08-13
22
23 namespace http://netconfcentral.org/ns/yuma-time-filter
24 organization Netconf Central
25
26 */
27
34#include <xmlstring.h>
35
36#ifndef _H_dlq
37#include "dlq.h"
38#endif
39
40#ifndef _H_ncxtypes
41#include "ncxtypes.h"
42#endif
43
44#ifndef _H_status
45#include "status.h"
46#endif
47
48#ifdef __cplusplus
49extern "C" {
50#endif
51
52#define y_yuma_time_filter_M_yuma_time_filter \
53 (const xmlChar *)"yuma-time-filter"
54#define y_yuma_time_filter_R_yuma_time_filter (const xmlChar *)"2012-11-15"
55
56
75extern status_t
77 const xmlChar *modname,
78 const xmlChar *revision);
79
85extern status_t
87
88
94extern void
96
97
101#ifdef __cplusplus
102} /* end extern 'C' */
103#endif
104
105#endif
dlq provides general double-linked list and queue support:
void y_yuma_time_filter_cleanup(void)
yuma-time-filter module cleanup
Definition: agt_time_filter.c:135
status_t y_yuma_time_filter_init(const xmlChar *modname, const xmlChar *revision)
yuma-time-filter module init 1
Definition: agt_time_filter.c:77
status_t y_yuma_time_filter_init2(void)
yuma-time-filter module init 2
Definition: agt_time_filter.c:118
status_t
global error return code
Definition: status_enum.h:210
YANG module data structures Many internal representations of YANG module constructs.
Global error messages for status code enumerations.