|
NEOCCA bindings Specification
0.2.8
|
#include <boost/shared_ptr.hpp>

Go to the source code of this file.
Classes | |
| class | neo::cca::ports::ConnectionEvent |
| An event passed around when connection activities occur. More... | |
Namespaces | |
| neo | |
| This is neoclassic – the ::classic::gov::cca headers updated to be similar to the official CCA specification in sidl while retaining the low impact on component coding that the classic specification had. | |
| neo::cca | |
| neo::cca::ports | |
Typedefs | |
| typedef boost::shared_ptr< ConnectionEvent > | neo::cca::ports::ConnectionEvent_shared |
| ConnectionEvents are always seen as shared_ptr objects of this sort. More... | |
Enumerations | |
| enum | neo::cca::ports::EventType { neo::cca::ports::Error = -1, neo::cca::ports::ALL = 0, neo::cca::ports::ConnectPending = 1, neo::cca::ports::Connected = 2, neo::cca::ports::DisconnectPending = 3, neo::cca::ports::Disconnected = 4 } |
| The four stages of the connection process that others may need to be notified of. More... | |
1.8.13