28#ifndef NIDAS_DYNLD_XMLCONFIGALLSERVICE_H
29#define NIDAS_DYNLD_XMLCONFIGALLSERVICE_H
33namespace nidas {
namespace dynld {
Interface for an object that requests connections to Inputs or Outputs.
Definition IOChannel.h:56
A channel for Input or Output of data.
Definition IOChannel.h:65
An XMLConfigService that listens for datagram requests of type XML_ALL_CONFIG.
Definition XMLConfigAllService.h:47
XMLConfigAllService()
Definition XMLConfigAllService.cc:39
XMLConfigAllService & operator=(const XMLConfigService &)
Assignment not supported.
XMLConfigAllService(const XMLConfigService &)
Copying not supported.
nidas::core::IOChannelRequester * connected(IOChannel *)
Definition XMLConfigAllService.cc:47
nidas::core::McSocketRequest getRequestType() const
Definition XMLConfigAllService.h:53
Definition XMLConfigService.h:40
McSocketRequest
Definition Datagrams.h:34
@ XML_ALL_CONFIG
Request for a TCP feed of the entire configuration in XML.
Definition Datagrams.h:55
Root namespace for the NCAR In-Situ Data Acquisition Software.
Definition A2DConverter.h:31