#include "configuration.h"
Go to the source code of this file.
◆ END_INPUTS
Value: };\
Inputs inputs = Inputs(this, "inputs");
◆ END_OUTPUTS
Value: };\
Outputs outputs = Outputs(this, "outputs");
◆ END_PARAMS
Value: };\
Params params = Params(this, "params");
◆ LOG
| #define LOG |
( |
|
LEVEL, |
|
|
|
MESSAGE |
|
) |
| |
Value:
if(LEVEL <= exc.logLevel() || LEVEL <= _local_log_level ) {\
exc.os().sysLog(exc.os().systemTime().asFloatingPoint(), name(), MESSAGE, strlen(MESSAGE)); \
}\
)
EXCLUDE_FROM_COVERAGE(const FlightExecutive &FlightExecutive::operator=(const FlightExecutive &original) { return *this;}) FlightExecutive
Definition: FlightExecutive.cpp:61
Logging macro which wraps os log for easy use.
- Parameters
-
| LEVEL | The log level to log at |
| MESSAGE | The (c string) log message to write |
◆ LOG_SCHEDULER
| #define LOG_SCHEDULER |
( |
|
LEVEL, |
|
|
|
MESSAGE |
|
) |
| |
Value:
if(_exc_ptr) {\
if(LEVEL <= _exc_ptr->logLevel() ) {\
_exc_ptr->os().sysLog(_exc_ptr->os().systemTime().asFloatingPoint(), name(), MESSAGE, strlen(MESSAGE)); \
}\
}\
)
◆ SIGNAL
◆ START_INPUTS
Value:
private:\
clockwerk::GraphTreeObject* _children[MAXIMUM_APP_CHILDREN];\
public:
Base class for object organization.
Definition: GraphTreeObject.h:98
GraphTreeObject * parent()
Functions to get object's parent/children.
Definition: GraphTreeObject.h:107
Definition: CircularBuffer.hpp:28
◆ START_OUTPUTS
Value:
private:\
clockwerk::GraphTreeObject* _children[MAXIMUM_APP_CHILDREN];\
public:
◆ START_PARAMS
Value:
private:\
clockwerk::GraphTreeObject* _children[MAXIMUM_APP_CHILDREN];\
public: