Mellanox SwitchX SDK API Guide  4.3.2104
sx_api_dbg.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2014-2019. Mellanox Technologies, Ltd. ALL RIGHTS RESERVED.
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License"); you may
5  * not use this file except in compliance with the License. You may obtain
6  * a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
7  *
8  * THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR
9  * CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT
10  * LIMITATION ANY IMPLIED WARRANTIES OR CONDITIONS OF TITLE, FITNESS
11  * FOR A PARTICULAR PURPOSE, MERCHANTABLITY OR NON-INFRINGEMENT.
12  *
13  * See the Apache Version 2.0 License for specific language governing
14  * permissions and limitations under the License.
15  *
16  */
17 
18 #ifndef __SX_API_DBG_H__
19 #define __SX_API_DBG_H__
20 
21 #include <sx/sdk/sx_api.h>
22 #include <sx/sdk/sx_dbg.h>
23 #include <sx/sdk/sx_strings.h>
24 
25 
26 /************************************************
27  * API functions
28  ***********************************************/
29 
42 sx_status_t sx_api_dbg_generate_dump(const sx_api_handle_t handle,
43  const char *dump_file_path);
44 
45 
58 sx_status_t sx_api_dbg_atcam(const sx_api_handle_t handle, sx_dbg_atcam_cmd_info_t* cmd_p);
59 
60 #endif /* __SX_API_DBG_H__ */
sx_api_dbg_generate_dump
sx_status_t sx_api_dbg_generate_dump(const sx_api_handle_t handle, const char *dump_file_path)
sx_api_dbg_atcam
sx_status_t sx_api_dbg_atcam(const sx_api_handle_t handle, sx_dbg_atcam_cmd_info_t *cmd_p)