NEOCCA bindings Specification  0.2.8
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 NneoThis 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
 Ncca
 Nports
 CBasicParameterPortSimple version just exposing the typemap
 CBuilderService"neo.cca.BuilderService": the BuilderService
 CComponentClassDescription
 CComponentFactoryNOT YET DEFINED IN CCA.SIDL: This is related to, but not the same as, cca ComponentRepository
 CComponentRepositoryNOT YET DEFINED IN CCA.SIDL: This is related to, but not the same as, cca ComponentRepository
 CConnectionEventAn event passed around when connection activities occur
 CConnectionEventListenerA component wishing to be notified of connections on itself can inherit and implement this interface or delegate its implementation as desired
 CConnectionEventService"neo.cca.ports.ConnectionEventService": a Port to register/unregister our ConnectionEvent listener interface(s)
 CGoPort"neo.cca.ports.GoPort": A just-do-it port
 CJPrintfPort"neo.cca.ports.JPrintfPort: a port for making a string go to one of three channel, which may be routed anywhere by the framework or providing component (UNADOPTED in the standard)
 CLoaderNOT YET DEFINED IN CCA.SIDL: This is related to, but not the same as, cca ComponentRepository or ComponentFactory or sidl.DLL or sidl.Loader
 CParameterGetListenerThis interface is typically implemented by a component using the neo::ports::ParameterPortFactory dynamically
 CParameterPortInterface for querying adjustable parameters, their ranges, help strings, groupings for UI purposes, etc
 CParameterPortFactoryThis class mostly follows the sidl documentation for the class of the same name in the gov.cca namespace
 CParameterSetListenerThis interface is typically implemented by a component using the ParameterPortFactory in a very dynamic fashion
 CServiceProviderNOT YET DEFINED IN CCA.SIDL: ServiceProvider interface implements a non-singleton service Port
 CServiceRegistryNOT YET DEFINED IN CCA.SIDL: ServiceRegistry is a Port that is primordially provided by the framework and can be fished out by a component wishing to provide service Ports
 CStringConsumerPortAn example port for a standard interface for passing a string to a component
 CTimeProducerPortAn example port for an interface for providing a time service
 CAbstractFrameworkMemory lifecycle:
 CComponentComponent object model that all Components wishing to use the boost/STL-based memory model must use
 CComponentIDAn opaque handle for a component
 CComponentRelease
 CConnectionIDThis interface describes a CCA connection between components
 CExceptionThis class extends the STL std::exception to allow the thrower to specify the message that the stl says we return via what()
 CPortA pure-virtual tag interface to identify a function set capable of being exported to or imported from a CCA component
 CServicesThe handle through which the component communicates with its containing framework
 CTypeMapA CCA typed hash map
 CTypeMismatchExceptionException occuring when a get or put operation specifies incorrect data type for a given key already defined in the map
 CVersionRuntime version info for queries
 Nsupport
 CComponentClassDescriptionImplementation that can be reused by factory providers independent of Ccafe internals
 CMPISetupImplementation that can be reused by driver writers
 CNeoMainClass to encapsulate a generated driver