|  | 
#include <RobotAPI/components/units/RobotUnit/util/ControlThreadOutputBuffer.h>
| Public Member Functions | |
| const std::vector< const RtMessageLogEntryBase * > & | getEntries () const | 
| std::size_t | getMaximalBufferSize () const | 
| std::size_t | getMaximalNumberOfBufferEntries () const | 
| RtMessageLogBuffer & | operator= (const RtMessageLogBuffer &)=delete | 
| RtMessageLogBuffer & | operator= (RtMessageLogBuffer &&)=delete | 
| void | reset (std::size_t &bufferSize, std::size_t &numEntries, std::size_t iterationCount) | 
| RtMessageLogBuffer ()=delete | |
| RtMessageLogBuffer (const RtMessageLogBuffer &other, bool minimize=false) | |
| RtMessageLogBuffer (RtMessageLogBuffer &&)=delete | |
| RtMessageLogBuffer (std::size_t bufferSize, std::size_t numEntries, std::size_t bufferMaxSize, std::size_t bufferMaxNumberEntries) | |
| ~RtMessageLogBuffer () | |
| Friends | |
| struct | ::armarx::ControlThreadOutputBuffer | 
| class | ::armarx::RobotUnit | 
| class | ::armarx::RobotUnitModule::Logging | 
| struct | ControlThreadOutputBufferEntry | 
Definition at line 134 of file ControlThreadOutputBuffer.h.
| RtMessageLogBuffer | ( | const RtMessageLogBuffer & | other, | 
| bool | minimize = false | ||
| ) | 
Definition at line 282 of file ControlThreadOutputBuffer.cpp.
| 
 | inline | 
Definition at line 390 of file ControlThreadOutputBuffer.h.
| 
 | inline | 
Definition at line 408 of file ControlThreadOutputBuffer.h.
| 
 | delete | 
| 
 | delete | 
| 
 | inline | 
Definition at line 414 of file ControlThreadOutputBuffer.h.
| 
 | inline | 
Definition at line 420 of file ControlThreadOutputBuffer.h.
| 
 | inline | 
Definition at line 426 of file ControlThreadOutputBuffer.h.
| 
 | delete | 
| 
 | delete | 
| void reset | ( | std::size_t & | bufferSize, | 
| std::size_t & | numEntries, | ||
| std::size_t | iterationCount | ||
| ) | 
Definition at line 355 of file ControlThreadOutputBuffer.cpp.
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | friend | 
Definition at line 159 of file ControlThreadOutputBuffer.h.
| 
 | friend | 
Definition at line 160 of file ControlThreadOutputBuffer.h.
| 
 | friend | 
Definition at line 161 of file ControlThreadOutputBuffer.h.
| 
 | friend | 
Definition at line 158 of file ControlThreadOutputBuffer.h.