|
byteman
1.3 (Build #225)
Bitstream relocation and manipulation tool
|
#include "CommonDevice.h"

Public Member Functions | |
| CommonDevice () | |
| void | log (std::string message) |
| void | printMessage (std::string message) |
| void | warn (std::string message) |
| virtual | ~CommonDevice () |
Public Attributes | |
| int | enableLog |
| int | enableWarn |
| std::string | instanceName |
Definition at line 24 of file CommonDevice.h.
|
inline |
|
inlinevirtual |
Definition at line 31 of file CommonDevice.h.
|
inline |
Definition at line 51 of file CommonDevice.h.
References enableLog, and printMessage().

|
inline |
Definition at line 37 of file CommonDevice.h.
References instanceName.
Referenced by log(), and warn().

|
inline |
Definition at line 45 of file CommonDevice.h.
References enableWarn, and printMessage().

| int CommonDevice::enableLog |
Definition at line 36 of file CommonDevice.h.
Referenced by CommonDevice(), and log().
| int CommonDevice::enableWarn |
Definition at line 35 of file CommonDevice.h.
Referenced by CommonDevice(), and warn().
| std::string CommonDevice::instanceName |
Definition at line 34 of file CommonDevice.h.
Referenced by printMessage().