armarx::armem::client::util Namespace Reference

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)
 

Function Documentation

◆ from_json() [1/2]

void from_json ( const simox::json::json &  j,
MemoryToDebugObserver::Properties p 
)

Definition at line 237 of file MemoryToDebugObserver.cpp.

◆ from_json() [2/2]

void from_json ( const simox::json::json &  j,
MemoryValueID id 
)

Definition at line 224 of file MemoryToDebugObserver.cpp.

+ Here is the call graph for this function:

◆ swap()

void swap ( util::SubscriptionHandle first,
util::SubscriptionHandle second 
)

Definition at line 66 of file SubscriptionHandle.cpp.

+ Here is the caller graph for this function:

◆ to_json() [1/2]

void to_json ( simox::json::json &  j,
const MemoryToDebugObserver::Properties p 
)

Definition at line 231 of file MemoryToDebugObserver.cpp.

◆ to_json() [2/2]

void to_json ( simox::json::json &  j,
const MemoryValueID id 
)

Definition at line 217 of file MemoryToDebugObserver.cpp.