libxcoder  3.5.1
ni_rsrc_list_logan.c
Go to the documentation of this file.
1 /*******************************************************************************
2  *
3  * Copyright (C) 2022 NETINT Technologies
4  *
5  * Permission is hereby granted, free of charge, to any person obtaining a copy
6  * of this software and associated documentation files (the "Software"), to deal
7  * in the Software without restriction, including without limitation the rights
8  * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9  * copies of the Software, and to permit persons to whom the Software is
10  * furnished to do so, subject to the following conditions:
11  *
12  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
15  * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
16  * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
17  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
18  * SOFTWARE.
19  *
20  ******************************************************************************/
21 
22 /*!*****************************************************************************
23  *
24  * \file ni_rsrc_list_logan.c
25  *
26  * @date April 1, 2018
27  *
28  * \brief NETINT T4XX resource listing utility program
29  *
30  * @author
31  *
32  ******************************************************************************/
33 
34 #if defined(__linux__) || defined(__APPLE__)
35 #include <unistd.h>
36 #endif
37 
38 #include <stdio.h>
39 #include <stdlib.h>
40 
41 #include "ni_rsrc_api_logan.h"
42 #include "ni_util_logan.h"
43 
44 
45 /*!******************************************************************************
46  * \brief
47  *
48  * \param
49  *
50  * \return
51  *******************************************************************************/
52 int32_t main(void)
53 {
56  return 0;
57 }
void ni_log_set_level(ni_log_level_t level)
Set ni_log_level.
Definition: ni_log_logan.c:138
@ NI_LOG_INFO
Definition: ni_log_logan.h:65
LIB_API void ni_logan_rsrc_print_all_devices_capability(void)
Print detailed capability information of all devices on the system.
Exported definitions related to resource management of NI T-408 devices.
int32_t main(void)
Exported utility routines definition.