|
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 More... | |
| virtual int | go ()=0 |
| Make the component do its thing. More... | |
Public Member Functions inherited from neo::cca::Port | |
| virtual | ~Port () |
| obligatory virtual destructor More... | |
"neo.cca.ports.GoPort": A just-do-it port.
Tremendously useful.
|
pure virtual |
Make the component do its thing.
The component does not throw c++ exceptions except in the form of returning -2.
1.8.13