Last change
on this file since 91 was 89, checked in by morasjul, 12 years ago |
PACPUS 2.0 Beta deployed in new branch
Major changes:
-Add communication interface between components
-Add examples for communications interface (TestComponents)
-Move to Qt5 support
|
-
Property svn:executable
set to
*
|
File size:
379 bytes
|
Line | |
---|
1 | #include <Pacpus/kernel/ComponentBase.h>
|
---|
2 | #include <Pacpus/kernel/inputOutputInterface.h>
|
---|
3 | #include <Pacpus/kernel/Log.h>
|
---|
4 |
|
---|
5 | using namespace pacpus;
|
---|
6 |
|
---|
7 | DECLARE_STATIC_LOGGER("pacpus.core.inputOutputInterface");
|
---|
8 |
|
---|
9 | QString AbstractInterface::getSignature()
|
---|
10 | {
|
---|
11 | return _component->getName()+'.'+_name;
|
---|
12 | }
|
---|
13 |
|
---|
14 |
|
---|
15 | //void OutputInterfaceBase::send2(QVariant val) {
|
---|
16 | // Q_EMIT sendOut(val);
|
---|
17 | //}
|
---|
Note:
See
TracBrowser
for help on using the repository browser.