YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
yarp::yarpLogger::LogEntry Class Reference

#include <yarp/logger/YarpLogger.h>

Public Member Functions

void clear_logEntries ()
 
bool append_logEntry (MessageEntry entry)
 
 LogEntry (bool _max_size_enabled, int _entry_list_max_size)
 
int getLogEntryMaxSize ()
 
bool getLogEntryMaxSizeEnabled ()
 
void setLogEntryMaxSize (int size)
 
void setLogEntryMaxSizeEnabled (bool enable)
 

Public Attributes

bool logging_enabled
 
std::vector< MessageEntryentry_list
 
int last_read_message
 
yarp::yarpLogger::LogEntryInfo logInfo
 

Detailed Description

Definition at line 179 of file YarpLogger.h.

Constructor & Destructor Documentation

◆ LogEntry()

yarp::yarpLogger::LogEntry::LogEntry ( bool  _max_size_enabled,
int  _entry_list_max_size 
)
inline

Definition at line 193 of file YarpLogger.h.

Member Function Documentation

◆ append_logEntry()

bool LogEntry::append_logEntry ( MessageEntry  entry)

Definition at line 48 of file YarpLogger.cpp.

◆ clear_logEntries()

void LogEntry::clear_logEntries ( )

Definition at line 29 of file YarpLogger.cpp.

◆ getLogEntryMaxSize()

int yarp::yarpLogger::LogEntry::getLogEntryMaxSize ( )
inline

Definition at line 202 of file YarpLogger.h.

◆ getLogEntryMaxSizeEnabled()

bool yarp::yarpLogger::LogEntry::getLogEntryMaxSizeEnabled ( )
inline

Definition at line 203 of file YarpLogger.h.

◆ setLogEntryMaxSize()

void LogEntry::setLogEntryMaxSize ( int  size)

Definition at line 36 of file YarpLogger.cpp.

◆ setLogEntryMaxSizeEnabled()

void LogEntry::setLogEntryMaxSizeEnabled ( bool  enable)

Definition at line 43 of file YarpLogger.cpp.

Member Data Documentation

◆ entry_list

std::vector<MessageEntry> yarp::yarpLogger::LogEntry::entry_list

Definition at line 187 of file YarpLogger.h.

◆ last_read_message

int yarp::yarpLogger::LogEntry::last_read_message

Definition at line 188 of file YarpLogger.h.

◆ logging_enabled

bool yarp::yarpLogger::LogEntry::logging_enabled

Definition at line 186 of file YarpLogger.h.

◆ logInfo

yarp::yarpLogger::LogEntryInfo yarp::yarpLogger::LogEntry::logInfo

Definition at line 208 of file YarpLogger.h.


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