9 #ifndef _b21e4f11_9337_4612_8152_b59dedc16f18 10 #define _b21e4f11_9337_4612_8152_b59dedc16f18 15 #include "odil/AssociationParameters.h" 16 #include "odil/Exception.h" 28 std::function<AssociationParameters(AssociationParameters const &)>
39 default_association_acceptor(AssociationParameters
const & input);
45 unsigned char result,
unsigned char source,
unsigned char reason,
46 std::string
const & message=
"Association rejected");
48 unsigned char get_result()
const;
49 void set_result(
unsigned char value);
51 unsigned char get_source()
const;
52 void set_source(
unsigned char value);
54 unsigned char get_reason()
const;
55 void set_reason(
unsigned char value);
57 unsigned char _result;
58 unsigned char _source;
59 unsigned char _reason;
64 #endif // _b21e4f11_9337_4612_8152_b59dedc16f18 Definition: AssociationAcceptor.h:41
Base class for odil exceptions.
Definition: Exception.h:19
Definition: Association.cpp:39