json_conversions.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <SimoxUtility/json/json.hpp>
4
5
namespace
armarx::armem
6
{
7
class
MemoryID
;
8
9
void
to_json
(nlohmann::json& j,
const
MemoryID
&
bo
);
10
void
from_json
(
const
nlohmann::json& j,
MemoryID
&
bo
);
11
}
// namespace armarx::armem
armarx::armem::to_json
void to_json(nlohmann::json &j, const MemoryID &bo)
Definition:
json_conversions.cpp:6
armarx::armem
Definition:
LegacyRobotStateMemoryAdapter.cpp:32
armarx::armem::from_json
void from_json(const nlohmann::json &j, MemoryID &bo)
Definition:
json_conversions.cpp:18
armarx::aron::bo
const std::optional< BoT > & bo
Definition:
aron_conversions.h:174
armarx::human::MemoryID
const armem::MemoryID MemoryID
Definition:
memory_ids.cpp:28
RobotAPI
libraries
armem
core
json_conversions.h
Generated by
1.8.17