OpcUaCanOpen
CANopen OPC-UA server
|
#include <ComponentAttributes.h>
Public Member Functions | |
ComponentAttributes (const Log::LogComponentHandle &handle, const std::string &name, const Log::LOG_LEVEL &initialLogLevel=Log::INF) | |
std::string | getName () const |
Log::LogComponentHandle | getHandle () const |
Log::LOG_LEVEL | getLevel () const |
void | setLevel (const Log::LOG_LEVEL &level) |
Private Attributes | |
const Log::LogComponentHandle | m_handle |
const std::string | m_name |
Log::LOG_LEVEL | m_level |
Definition at line 30 of file ComponentAttributes.h.
ComponentAttributes::ComponentAttributes | ( | const Log::LogComponentHandle & | handle, |
const std::string & | name, | ||
const Log::LOG_LEVEL & | initialLogLevel = Log::INF |
||
) |
Definition at line 24 of file ComponentAttributes.cpp.
Log::LogComponentHandle ComponentAttributes::getHandle | ( | ) | const |
Definition at line 33 of file ComponentAttributes.cpp.
Log::LOG_LEVEL ComponentAttributes::getLevel | ( | ) | const |
Definition at line 38 of file ComponentAttributes.cpp.
std::string ComponentAttributes::getName | ( | ) | const |
Definition at line 28 of file ComponentAttributes.cpp.
void ComponentAttributes::setLevel | ( | const Log::LOG_LEVEL & | level | ) |
Definition at line 43 of file ComponentAttributes.cpp.
|
private |
Definition at line 42 of file ComponentAttributes.h.
|
private |
Definition at line 44 of file ComponentAttributes.h.
|
private |
Definition at line 43 of file ComponentAttributes.h.