|
NEOCCA bindings Specification
0.2.8
|
"neo.cca.ports.GoPort": A just-do-it port. More...
#include <GoPort.hh>


Public Member Functions | |
| virtual | ~GoPort () |
| obligatory vdtor | |
| virtual int | go ()=0 |
| Make the component do its thing. | |
"neo.cca.ports.GoPort": A just-do-it port.
Tremendously useful.
| virtual neo::cca::ports::GoPort::~GoPort | ( | ) | [inline, virtual] |
obligatory vdtor
{}
| virtual int neo::cca::ports::GoPort::go | ( | ) | [pure virtual] |
Make the component do its thing.
The component does not throw c++ exceptions except in the form of returning -2.
1.7.6.1