Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
components::ioservice::IOTestReadService
components::ioservice::IOTestWriteService
dummy::DummyService
mermaid::mermaidloader::ActiveObjectConfigurationClass used to manage an active object configuration to be used by mlgen
mermaid::mermaidloader::DeploymentConfigurationClass used to manage the runtime configuration to be loaded with mlgen
mermaid::mermaidloader::ServiceDeploymentConfigurationClass used to manage a service runtime configuration to be loaded with mlgen
mermaid::support::activeobject::ActiveObjectActiveObject interface
mermaid::support::activeobject::ActiveObjectAceActiveObjectAce interface
mermaid::support::activeobject::ActiveObjectAceAddTaskMethodActiveObjectAceAddTaskMethod interface
mermaid::support::activeobject::ActiveObjectManagerActiveObject manager
mermaid::support::activeobject::ActiveObjectManagerAceActiveObject manager for ACE-based systems
mermaid::support::activeobject::TaskTask base class
mermaid::support::activeobject::TaskSchedulerTaskScheduler class
mermaid::support::communication::CommunicationGatewayCommunicationGateway class
mermaid::support::communication::PortNamingConventionClass where the conventional names for the YARP ports are defined
mermaid::support::communication::YarpDataFeedInputPortYarpDataFeedInputPortclass
mermaid::support::communication::YarpDataFeedOutputPortYarpDataFeedOutputPort class
mermaid::support::communication::YarpDataFeedReconnectTaskYarpDataFeedReconnectTask class
mermaid::support::communication::YarpDataFeedReporterYarpDataFeedReporter class
mermaid::support::communication::YarpServiceAsynchInputPortYarpServiceAsynchInputPort class
mermaid::support::communication::YarpServiceAsynchOutputPortYarpServiceAsynchOutputPort class
mermaid::support::communication::YarpServiceAsynchReplyPortYarpServiceAsynchReplyPort class
mermaid::support::communication::YarpServiceAsynchReplyTypeYarpServiceAsynchReplyType class
mermaid::support::communication::YarpServiceAsynchRequestPortYarpServiceAsynchRequestPort class
mermaid::support::communication::YarpServiceAsynchRequestTypeYarpServiceAsynchRequestType class
mermaid::support::communication::YarpServiceReplyConversionTaskYarpServiceReplyConversionTask class
mermaid::support::communication::YarpServiceRequestConversionTaskYarpServiceRequestConversionTask class
mermaid::support::communication::YarpServiceRequestPortReporterYarpServiceRequestPortReporter class
mermaid::support::data::DataArray< T >Class representing a data value array
mermaid::support::data::DataBoxA DataBox is a place where data can be put and retrieved from
mermaid::support::data::DataBoxArrayClass representing an array of DataBox's
mermaid::support::data::DataFactoryClass representing a Data factory
mermaid::support::data::DataItemDescriptionClass representing a description of a data item
mermaid::support::data::DataStructureDescriptionClass that describes a structure of data
mermaid::support::data::DataValueClass representing a Data value
mermaid::support::data::DataValueVectorClass representing a Data value Vector
mermaid::support::data::DoubleClass representing a double data value
mermaid::support::data::DoubleArrayClass representing an array of double values
mermaid::support::data::exceptions::UnexpectedDataTypeExceptionUnexpectedDataTypeException
mermaid::support::data::IntegerClass representing a integer data value
mermaid::support::data::IntegerArrayClass representing an array of integer values
mermaid::support::data::SemanticNodeClass representing a semantic node
mermaid::support::data::SemanticTreeClass representing a semantic tree
mermaid::support::data::SemanticTreeFactoryClass representing a SemanticTree factory
mermaid::support::data::StringClass representing a string data value
mermaid::support::data::StringArrayClass representing an array of string values
mermaid::support::errorhandling::ExceptionException base class the represents all exceptions thrown by MeRMaID
mermaid::support::io::AddStreamReaderTaskAddStreamReaderTask class
mermaid::support::io::AddStreamWriterTaskAddStreamWriterTask class
mermaid::support::io::CloseTaskCloseTask class
mermaid::support::io::DeviceDevice class
mermaid::support::io::DeviceConfiguratorDeviceConfigurator class
mermaid::support::io::DeviceHandleDeviceHandle class
mermaid::support::io::IOManagerIOManager class
mermaid::support::io::IOThreadIOThread class
mermaid::support::io::IOThreadUpdateTaskIOThreadUpdateTask class
mermaid::support::io::StreamHandlerStreamHandler class
mermaid::support::io::StreamOperationHandlerMethod< o >Class that stores a pointer to a method of an object. It holds a pointer to a method suitable for handling io operations replies
mermaid::support::io::StreamOperationHandlerMethodBaseBase class for all StreamOperationHandlerMethod objects
mermaid::support::io::StreamReaderStreamReader class
mermaid::support::io::StreamReadReplyTaskStreamReadReplyTask class
mermaid::support::io::StreamWriterStreamWriter class
mermaid::support::io::StreamWriteReplyTask
mermaid::support::io::WriteTaskWriteTask class
mermaid::support::logging::FastLoggerFast implementation of the logger, without any thread synchronization
mermaid::support::logging::FileOutputAppends LogMessage's to a file
mermaid::support::logging::LoggerMain class of the logger framework
mermaid::support::logging::LogMessageThis class represents a message of the logger
mermaid::support::logging::LogOutputLogOutput is something that handles the Logger output
mermaid::support::logging::LogScopeLogScope is a helper to use the logger
mermaid::support::logging::TerminalOutputPrints LogMessage's to the standard output
mermaid::support::logging::ThreadSafeLoggerThread safe implementation of the logger
mermaid::support::logging::ThreadSafeOutputAdds mutual exclusion to another output
mermaid::support::service::DataFeedClass that represents a DataFeed
mermaid::support::service::DataFeedDescriptionClass holding the description of a DataFeed
mermaid::support::service::DataFeedInputHandlerMethod< o >Class that stores a pointer to a method of an object. It holds a pointer to a method suitable for handling input of data feeds
mermaid::support::service::DataFeedInputHandlerMethodBaseBase class for all DataFeedInputHandlerMethod objects
mermaid::support::service::DefaultServiceTypeImplementationBase class for all the default implementations of standard service types
mermaid::support::service::EntityThis class represents an Entity, which is a collection of Services (either local or remote)
mermaid::support::service::EntityDescriptionClass holding the description of an Entity
mermaid::support::service::EntityDescriptionFactoryEntityDescription builder
mermaid::support::service::EntityDescriptionRepositoryClass containing all the EntityDescriptions
mermaid::support::service::EntityRepositoryClass that holds references to all Entities
mermaid::support::service::exceptions::ServiceRequestFailedException
mermaid::support::service::exceptions::UnrecognizedServiceInterfaceExceptionUnrecognizedServiceInterfaceException
mermaid::support::service::PingableDefault implementation of the Pingable service type
mermaid::support::service::ServiceService class
mermaid::support::service::ServiceBuildTask< SERVICE_TYPE >ServiceBuildTask class, used to build a Service in an ActiveObject
mermaid::support::service::ServiceConfigurationClass that holds the configuration settings for a Service
mermaid::support::service::ServiceDataFeedDeliveryTaskServiceDataFeedDeliveryTask class, used to deliver data comming from data feeds to services
mermaid::support::service::ServiceErrorReplyClass representing a Service Reply
mermaid::support::service::ServiceInstanceDescriptionThis class holds a description of a Service instance
mermaid::support::service::ServiceInterfaceThis class represents a Service Interface
mermaid::support::service::ServiceInterfaceDescriptionThis class holds a description of a Service interface
mermaid::support::service::ServiceInterfaceHandlerMethod< o >Class that stores a pointer to a method of an object. It holds a pointer to a method suitable for handling service requests
mermaid::support::service::ServiceInterfaceHandlerMethodBaseBase class for all ServiceInterfaceHandlerMethod objects
mermaid::support::service::ServiceReplyClass representing a Service Reply
mermaid::support::service::ServiceReplyDeliveryTaskServiceReplyDeliveryTaskclass, used to deliver replies to services in the context of an ActiveObject
mermaid::support::service::ServiceReplyHandlerMethod< o >
mermaid::support::service::ServiceReplyHandlerMethodBase
mermaid::support::service::ServiceRequestClass representing a Service Request
mermaid::support::service::ServiceRequestDeliveryTaskServiceRequestDeliveryTask class, used to deliver requests to services in the context of an ActiveObject
mermaid::support::service::ServiceRequestStateServiceRequestState class
mermaid::support::service::ServiceTypeDescriptionThis class holds a description of a Service type
mermaid::support::service::ServiceTypeDescriptionFactoryServiceTypeDescription builder
mermaid::support::service::ServiceTypeDescriptionRepositoryServiceTypeDescription repository, where descriptions for all available Services are stored
mermaid::support::service::ServiceUpdateTaskServiceUpdateTask class, used to call a Service's update method regularly
mermaid::support::syntacticsugar::BooleanableThis class is to be inherited by all classes
mermaid::support::syntacticsugar::CloneableThis class is to be inherited by all classes
mermaid::support::syntacticsugar::StringableThis class is to be inherited by all classes
mermaid::support::system::FilePathSearchA class providing search for files in known paths
mermaid::support::unitgenerator::ControlUnitServiceBuildTask< SERVICE_TYPE >
mermaid::support::unitgenerator::UnitFlowConfiguration
mermaid::support::unitgenerator::UnitService
mermaid::support::unitgenerator::UnitServiceBuildTask< SERVICE_TYPE >
mermaid::support::xml::XmlAttributeClass representing a XML element's attribute
mermaid::support::xml::XmlAttributeVectorClass representing an XML Attribute vector
mermaid::support::xml::XmlCharDataClass that holds CharData from XML files
mermaid::support::xml::XmlConvertibleClass that is to be inherited by classes that are able to produce XML output
mermaid::support::xml::XmlDocumentClass representing an XML document
mermaid::support::xml::XmlElementClass representing an XML Element
mermaid::support::xml::XmlElementVectorClass representing an XML Element vector
mermaid::support::xml::XmlEntityLoaderClass that holds the entity loader function
mermaid::support::xml::XmlItemClass representing an XML item
ServiceIReplyHandlerMethodBaseBase class for all ServiceReplyHandlerMethod objects
TestService
TimeA class used to hold time values
Generated on Fri Mar 4 22:15:37 2011 for MeRMaID::support by  doxygen 1.6.3