MADARA  3.4.1
KnowledgeUpdateSettings.cpp
Go to the documentation of this file.
2 
3 namespace madara
4 {
5 namespace knowledge
6 {
7 /*
8  Constructor args:
9  bool t_treat_globals_as_locals,
10  bool t_signal_changes = true,
11  bool t_always_overwrite = false,
12  bool t_always_expand = true,
13  bool t_track_local_changes = false,
14  uint64_t t_clock_increment = 1
15  */
16 const KnowledgeUpdateSettings KnowledgeUpdateSettings::DEFAULT(false);
17 const KnowledgeUpdateSettings KnowledgeUpdateSettings::GLOBAL_AS_LOCAL(true);
18 const KnowledgeUpdateSettings KnowledgeUpdateSettings::NO_EXPAND(
19  false, true, false, false);
20 const KnowledgeUpdateSettings
22  true, true, false, false);
23 }
24 }
static const KnowledgeUpdateSettings DEFAULT
static const KnowledgeUpdateSettings GLOBAL_AS_LOCAL_NO_EXPAND
static const KnowledgeUpdateSettings GLOBAL_AS_LOCAL
static const KnowledgeUpdateSettings NO_EXPAND
Provides functions and classes for the distributed knowledge base.
Copyright(c) 2020 Galois.