NetSim Source Code Help
Loading...
Searching...
No Matches
Satellite_HDR.h
Go to the documentation of this file.
1#pragma once
2/************************************************************************************
3* Copyright (C) 2021 *
4* TETCOS, Bangalore. India *
5* *
6* Tetcos owns the intellectual property rights in the Product and its content. *
7* The copying, redistribution, reselling or publication of any or all of the *
8* Product or its content without express prior written consent of Tetcos is *
9* prohibited. Ownership and / or any other right relating to the software and all *
10* intellectual property rights therein shall remain at all times with Tetcos. *
11* *
12* This source code is licensed per the NetSim license agreement. *
13* *
14* No portion of this source code may be used as the basis for a derivative work, *
15* or used, for any purpose other than its intended use per the NetSim license *
16* agreement. *
17* *
18* This source code and the algorithms contained within it are confidential trade *
19* secrets of TETCOS and may not be used as the basis for any other software, *
20* hardware, product or service. *
21* *
22* Author: Shashi Kant Suman *
23* *
24* ----------------------------------------------------------------------------------*/
25#ifndef _NETSIM_SATELLITE_HDR_H_
26#define _NETSIM_SATELLITE_HDR_H_
27
28#include "Satellite.h"
29
31{
33 void* hdr;
36
37typedef struct stru_satellite_hdr
38{
46
48 char* name;
52
53#ifdef __cplusplus
54extern "C" {
55#endif
56
57#ifdef __cplusplus
58}
59#endif
60#endif /* _NETSIM_SATELLITE_HDR_H_ */
unsigned int NETSIM_ID
Definition: Animation.h:45
#define UINT
Definition: Linux.h:38
enum enum_linktype LINKTYPE
ptrSATELLITE_HDR SATELLITE_HDR_GET(NetSim_PACKET *packet)
Definition: Satellite_HDR.c:65
struct stru_satellite_hdr_container * ptrSATELLITE_HDRCONTAINER
struct stru_satellite_hdr SATELLITE_HDR
struct stru_satellite_hdr_container SATELLITE_HDRCONTAINER
struct stru_satellite_hdr * ptrSATELLITE_HDR
void SATELLITE_HDR_REMOVE(NetSim_PACKET *packet)
Definition: Satellite_HDR.c:70
struct stru_satellite_hdr_container * next
Definition: Satellite_HDR.h:34
NETSIM_ID satelliteId
Definition: Satellite_HDR.h:43
ptrSATELLITE_HDRCONTAINER hdrContainer
Definition: Satellite_HDR.h:47
NETSIM_ID satelliteIf
Definition: Satellite_HDR.h:44