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)
 
bool operator< (const MemoryValueID &lhs, const MemoryValueID &rhs)
 
bool operator== (const MemoryValueID &lhs, const MemoryValueID &rhs)
 
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 410 of file MemoryToDebugObserver.cpp.

◆ from_json() [2/2]

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

Definition at line 397 of file MemoryToDebugObserver.cpp.

+ Here is the call graph for this function:

◆ operator<()

bool operator< ( const MemoryValueID & lhs,
const MemoryValueID & rhs )

Definition at line 370 of file MemoryToDebugObserver.cpp.

+ Here is the call graph for this function:

◆ operator==()

bool operator== ( const MemoryValueID & lhs,
const MemoryValueID & rhs )

Definition at line 365 of file MemoryToDebugObserver.cpp.

+ Here is the call graph for this function:

◆ swap()

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

Definition at line 73 of file SubscriptionHandle.cpp.

◆ to_json() [1/2]

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

Definition at line 404 of file MemoryToDebugObserver.cpp.

◆ to_json() [2/2]

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

Definition at line 390 of file MemoryToDebugObserver.cpp.