|
Classes | |
class | MemoryListener |
Handles update signals from the memory system and distributes it to its subsribers. More... | |
class | MemoryToDebugObserver |
Transfers data from memory servers to the DebugObserver. More... | |
struct | MemoryValueID |
ID of an ARON value in the memory. More... | |
class | ScopedSubscriptionHandle |
class | SimpleReaderBase |
class | SimpleWriterBase |
class | SubscriptionHandle |
class | Visitor |
Functions | |
void | from_json (const simox::json::json &j, MemoryToDebugObserver::Properties &p) |
void | from_json (const simox::json::json &j, MemoryValueID &id) |
void | swap (SubscriptionHandle &first, SubscriptionHandle &second) |
void | to_json (simox::json::json &j, const MemoryToDebugObserver::Properties &p) |
void | to_json (simox::json::json &j, const MemoryValueID &id) |
void from_json | ( | const simox::json::json & | j, |
MemoryToDebugObserver::Properties & | p | ||
) |
Definition at line 235 of file MemoryToDebugObserver.cpp.
void from_json | ( | const simox::json::json & | j, |
MemoryValueID & | id | ||
) |
void swap | ( | util::SubscriptionHandle & | first, |
util::SubscriptionHandle & | second | ||
) |
void to_json | ( | simox::json::json & | j, |
const MemoryToDebugObserver::Properties & | p | ||
) |
Definition at line 229 of file MemoryToDebugObserver.cpp.
void to_json | ( | simox::json::json & | j, |
const MemoryValueID & | id | ||
) |
Definition at line 215 of file MemoryToDebugObserver.cpp.