Classes | |
struct | AlarmParams |
class | AllOk |
class | Configuration |
class | Configure |
class | Configuring |
class | ConfiguringDone |
struct | ConnectionID |
class | Constructed |
class | DataManager |
class | DataRetrieverMonitorCollection |
struct | DataRetrieverParams |
class | DQMArchiver |
struct | DQMArchivingParams |
class | DQMEventMsg |
class | Enable |
class | Enabled |
class | EventMsg |
class | EventRetriever |
class | Fail |
class | Failed |
class | Halt |
class | Halted |
class | Halting |
class | HaltingDone |
struct | QueueConfigurationParams |
class | Ready |
class | Running |
class | SMProxyServer |
class | SMPSWebPageHelper |
class | Starting |
class | StartingDone |
class | State |
class | StateMachine |
struct | StateName |
class | StatisticsReporter |
class | Stop |
class | Stopping |
class | StoppingDone |
Typedefs | |
typedef boost::shared_ptr < Configuration > | ConfigurationPtr |
typedef boost::shared_ptr < DataManager > | DataManagerPtr |
typedef stor::QueueCollection < EventMsg > | EventQueueCollection |
typedef boost::shared_ptr < EventQueueCollection > | EventQueueCollectionPtr |
typedef boost::shared_ptr < StateMachine > | StateMachinePtr |
typedef boost::shared_ptr < StatisticsReporter > | StatisticsReporterPtr |
Functions | |
std::ostream & | operator<< (std::ostream &os, ConnectionID id) |
std::ostream & | operator<< (std::ostream &, const DataRetrieverMonitorCollection::ConnectionStatus &) |
typedef boost::shared_ptr<Configuration> smproxy::ConfigurationPtr |
Definition at line 229 of file Configuration.h.
typedef boost::shared_ptr<DataManager> smproxy::DataManagerPtr |
Definition at line 107 of file DataManager.h.
A collection of ConcurrentQueue<EventMsgSharedPtr>.
Definition at line 22 of file EventQueueCollection.h.
typedef boost::shared_ptr<EventQueueCollection> smproxy::EventQueueCollectionPtr |
Definition at line 23 of file EventQueueCollection.h.
typedef boost::shared_ptr<StateMachine> smproxy::StateMachinePtr |
Definition at line 144 of file StateMachine.h.
typedef boost::shared_ptr<StatisticsReporter> smproxy::StatisticsReporterPtr |
Definition at line 135 of file StatisticsReporter.h.
|
inline |
Definition at line 65 of file ConnectionID.h.
std::ostream & smproxy::operator<< | ( | std::ostream & | os, |
const DataRetrieverMonitorCollection::ConnectionStatus & | status | ||
) |