A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
gtk-config-store.h
Go to the documentation of this file.
1/*
2 * SPDX-License-Identifier: GPL-2.0-only
3 *
4 * Authors: Faker Moatamri <faker.moatamri@sophia.inria.fr>
5 * Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
6 */
7
8#ifndef GTK_CONFIG_STORE_H
9#define GTK_CONFIG_STORE_H
10
11namespace ns3
12{
13
14/**
15 * \ingroup configstore
16 * \brief A class that provides a GTK-based front end to ns3::ConfigStore
17 *
18 */
20{
21 public:
23
24 /**
25 * Process default values
26 */
27 void ConfigureDefaults();
28 /**
29 * Process attribute values
30 */
32};
33
34} // namespace ns3
35
36#endif /* GTK_CONFIG_STORE_H */
A class that provides a GTK-based front end to ns3::ConfigStore.
void ConfigureDefaults()
Process default values.
void ConfigureAttributes()
Process attribute values.
Every class exported by the ns3 library is enclosed in the ns3 namespace.