COSA
An Object-Oriented Platform for Arduino Programming
|
#include <Debug.hh>
Public Member Functions | |
Variable (const char *func, str_P name, void *ref, size_t size) | |
~Variable () | |
void | print () |
Protected Attributes | |
class Variable * | m_next |
Next variable. More... | |
const char * | m_func |
Registered in function. More... | |
str_P | m_name |
Function name. More... | |
void * | m_ref |
Variable value reference. More... | |
size_t | m_size |
Variable value size. More... | |
Friends | |
class | Debug |
Debug Variable information class. Contains function, variable name, reference and size. Used by macro REGISTER(var) to allow the debug handler to display variable values, addresses, etc.
|
inline |
|
inline |
void Debug::Variable::print | ( | ) |
|
protected |
|
protected |
|
protected |
|
protected |