odil
C++11libraryfortheDICOMstandard
|
Base class for all Service Class Providers. More...
#include <SCP.h>
Classes | |
class | DataSetGenerator |
Abstract base class for SCP returning multiple data sets. More... | |
Public Member Functions | |
SCP (Association &association) | |
Create a Service Class Provider. | |
virtual | ~SCP () |
Destructor. | |
void | receive_and_process () |
Receive and process a message. | |
virtual void | operator() (message::Message const &message)=0 |
Process a message. | |
Protected Attributes | |
Association & | _association |
Association with peer. | |
Base class for all Service Class Providers.