Odil
A C++11 library for the DICOM standard
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs | Functions
AssociationAcceptor.h File Reference
#include <functional>
#include <string>
#include "odil/AssociationParameters.h"
#include "odil/Exception.h"
#include "odil/odil.h"
Include dependency graph for AssociationAcceptor.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  odil::AssociationRejected
 Exception reported when an incoming association is rejected. More...
 

Namespaces

namespace  odil
 

Typedefs

typedef std::function< AssociationParameters(AssociationParameters const &)> odil::AssociationAcceptor
 Callback to check whether the association request is acceptable.
 

Functions

AssociationParameters odil::default_association_acceptor (AssociationParameters const &input)
 Default association acceptor.