NetSim Source Code Help v14.4
All 13 Components
 
Loading...
Searching...
No Matches
CDMA.h
1/************************************************************************************
2 * Copyright (C) 2023 *
3 * TETCOS, Bangalore. India *
4 * *
5 * Tetcos owns the intellectual property rights in the Product and its content. *
6 * The copying, redistribution, reselling or publication of any or all of the *
7 * Product or its content without express prior written consent of Tetcos is *
8 * prohibited. Ownership and / or any other right relating to the software and all *
9 * intellectual property rights therein shall remain at all times with Tetcos. *
10 * *
11 * Author: Shashi Kant Suman *
12 * *
13 * ---------------------------------------------------------------------------------*/
14#ifndef _NETSIM_CDMA_H_
15#define _NETSIM_CDMA_H_
16
17//Function prototype
18_declspec(dllexport) int fn_NetSim_CDMA_Configure_F(void** var);
19_declspec(dllexport) int fn_NetSim_CDMA_Init_F(struct stru_NetSim_Network *NETWORK_Formal,
20 NetSim_EVENTDETAILS *pstruEventDetails_Formal,
21 char *pszAppPath_Formal,
22 char *pszWritePath_Formal,
23 int nVersion_Type,
24 void **fnPointer);
25_declspec(dllexport) int fn_NetSim_CDMA_Metrics_F(char* szMetrics);
26#endif