MADARA  3.1.8
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(false, true, false, false);
19  const KnowledgeUpdateSettings KnowledgeUpdateSettings::GLOBAL_AS_LOCAL_NO_EXPAND(true, true, false, false);
20  }
21 }
static const KnowledgeUpdateSettings GLOBAL_AS_LOCAL
static const KnowledgeUpdateSettings DEFAULT
static const KnowledgeUpdateSettings GLOBAL_AS_LOCAL_NO_EXPAND
Provides functions and classes for the distributed knowledge base.
Copyright (c) 2015 Carnegie Mellon University.
static const KnowledgeUpdateSettings NO_EXPAND