NEOCCA bindings Specification  0.2.8
Classes | Namespaces | Typedefs | Enumerations
ConnectionEvent.hh File Reference
#include <boost/shared_ptr.hpp>
Include dependency graph for ConnectionEvent.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  neo::cca::ports::ConnectionEvent
 An event passed around when connection activities occur. More...

Namespaces

namespace  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.


namespace  neo::cca
namespace  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.

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...