MemoryToDebugObserver Class Reference

Transfers data from memory servers to the DebugObserver. More...

#include <RobotAPI/libraries/armem/client/util/MemoryToDebugObserver.h>

Classes

struct  Properties
 Configuration. More...
 
struct  Services
 Required services. More...
 

Public Member Functions

 MemoryToDebugObserver (const Properties &properties, const Services &services)
 Constructor. More...
 
void pollOnce ()
 Query values from the memory and send them to the debug observer. More...
 

Detailed Description

Transfers data from memory servers to the DebugObserver.

Transfers data from the memory system to the Debug Observer, allowing to visualize them in the Live Plotter.

Definition at line 51 of file MemoryToDebugObserver.h.

Constructor & Destructor Documentation

◆ MemoryToDebugObserver()

MemoryToDebugObserver ( const Properties properties,
const Services services 
)

Constructor.

Definition at line 34 of file MemoryToDebugObserver.cpp.

+ Here is the call graph for this function:

Member Function Documentation

◆ pollOnce()

void pollOnce ( )

Query values from the memory and send them to the debug observer.

Definition at line 103 of file MemoryToDebugObserver.cpp.

+ Here is the call graph for this function:

The documentation for this class was generated from the following files: