RTC Toolkit 5.0.0
|
Implements PersistentRepoAdapter. More...
#include "rtctk/componentFramework/persistentRepoAdapter.hpp"
#include "rtctk/componentFramework/fitsIoFunctions.hpp"
#include "rtctk/componentFramework/logger.hpp"
#include "rtctk/componentFramework/pathMapper.hpp"
#include "rtctk/componentFramework/repositoryFactory.hpp"
#include "rtctk/componentFramework/typeTraits.hpp"
#include <config-ng/ciiConfigApi.hpp>
#include <numapp/thread.hpp>
#include <boost/container/vector.hpp>
#include <boost/core/demangle.hpp>
#include <fmt/format.h>
#include <algorithm>
#include <any>
#include <filesystem>
#include <memory>
#include <set>
#include <sstream>
#include <stack>
#include <unordered_set>
#include <vector>
Classes | |
struct | rtctk::componentFramework::RtcTypeInfo |
struct | elt::configng::CiiConfigValueConverter< RtcTypeInfo, CiiConfigInstanceNode > |
Namespaces | |
namespace | rtctk |
namespace | rtctk::componentFramework |
namespace | elt |
namespace | elt::configng |
Typedefs | |
using | rtctk::componentFramework::MetaData = RepositoryIf::MetaData |
using | rtctk::componentFramework::Timestamp = RepositoryIf::Timestamp |
Functions | |
RTCTK_LOCAL std::string | rtctk::componentFramework::GetMetaDataYamlTag (const std::type_info &type) |
Returns the appropriate YAML tag for a specific metadata type. | |
RTCTK_LOCAL std::string | rtctk::componentFramework::GetRootBaseTypeName (const CiiConfigInstanceNode &node) |
Returns the root base type name for the node. | |
Implements PersistentRepoAdapter.