NetSim Source Code Help v14.4
All 13 Components
 
Loading...
Searching...
No Matches
ZRP_Enum.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 * Author: Shashi Kant Suman *
11 * ---------------------------------------------------------------------------------*/
12#include "EnumString.h"
13
14BEGIN_ENUM(ZRP_Subevent)
15{
16 DECL_ENUM_ELEMENT_WITH_VAL(NDP_ScheduleHelloTransmission,NW_PROTOCOL_NDP*100),
17 DECL_ENUM_ELEMENT(OLSR_ScheduleTCTransmission),
18 DECL_ENUM_ELEMENT(OLSR_LINK_TUPLE_Expire),
19}
20#pragma warning(disable:4028)
21END_ENUM(ZRP_Subevent);
22#pragma warning(default:4028)