GDCM 3.0.24
gdcmNetworkEvents.h
Go to the documentation of this file.
1/*=========================================================================
2 *
3 * Copyright NumFOCUS
4 *
5 * Licensed under the Apache License, Version 2.0 (the "License");
6 * you may not use this file except in compliance with the License.
7 * You may obtain a copy of the License at
8 *
9 * http://www.apache.org/licenses/LICENSE-2.0.txt
10 *
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS,
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 * See the License for the specific language governing permissions and
15 * limitations under the License.
16 *
17 *=========================================================================*/
18/*
19The NetworkEvents enumeration defines the inputs into the state of the network connection.
20
21These inputs can come either from user input or input from other things on the socket,
22ie, responses from the peer or ARTIM timeouts.
23
24Note that this enumeration is not 'power of two', like the states, because you can't have
25multiple simultaneous events. Multiple state outputs in transition tables, however, is possible.
26
27*/
28#ifndef GDCMNETWORKEVENTS_H
29#define GDCMNETWORKEVENTS_H
30
31namespace gdcm {
32 namespace network{
55
57 }
58}
59
60#endif //NETWORKEVENTS_H
const int cMaxEventID
Definition gdcmNetworkEvents.h:56
EEventID
Definition gdcmNetworkEvents.h:33
@ eASSOCIATE_RJPDUreceived
Definition gdcmNetworkEvents.h:37
@ ePDATATFPDU
Definition gdcmNetworkEvents.h:43
@ eARELEASE_RPPDUReceived
Definition gdcmNetworkEvents.h:46
@ eAASSOCIATEresponseReject
Definition gdcmNetworkEvents.h:41
@ eAASSOCIATEresponseAccept
Definition gdcmNetworkEvents.h:40
@ eTransportConnConfirmLocal
Definition gdcmNetworkEvents.h:35
@ eARTIMTimerExpired
Definition gdcmNetworkEvents.h:51
@ eASSOCIATE_ACPDUreceived
Definition gdcmNetworkEvents.h:36
@ eAABORTRequest
Definition gdcmNetworkEvents.h:48
@ eUnrecognizedPDUReceived
Definition gdcmNetworkEvents.h:52
@ eTransportConnIndicLocal
Definition gdcmNetworkEvents.h:38
@ eAABORTPDUReceivedOpen
Definition gdcmNetworkEvents.h:49
@ ePDATArequest
Definition gdcmNetworkEvents.h:42
@ eARELEASEResponse
Definition gdcmNetworkEvents.h:47
@ eTransportConnectionClosed
Definition gdcmNetworkEvents.h:50
@ eARELEASERequest
Definition gdcmNetworkEvents.h:44
@ eAASSOCIATERequestLocalUser
Definition gdcmNetworkEvents.h:34
@ eARELEASE_RQPDUReceivedOpen
Definition gdcmNetworkEvents.h:45
@ eAASSOCIATE_RQPDUreceived
Definition gdcmNetworkEvents.h:39
@ eEventDoesNotExist
Definition gdcmNetworkEvents.h:53
Definition gdcmASN1.h:21