|
1 /* |
|
2 * Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: This file lists all supported commands of SIPTester |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 #ifndef __COMMANDINDEX_H__ |
|
21 #define __COMMANDINDEX_H__ |
|
22 |
|
23 // INCLUDES |
|
24 |
|
25 #include "TCmdAddAudioStream.h" |
|
26 #include "TCmdAddVideoStream.h" |
|
27 #include "TCmdAddSink.h" |
|
28 #include "TCmdCreateEvent.h" |
|
29 #include "TCmdCreateRefer.h" |
|
30 #include "TCmdCreateSession.h" |
|
31 #include "TCmdEstablish.h" |
|
32 #include "TCmdFCGetMediaAttrLines.h" |
|
33 #include "TCmdFCSend.h" |
|
34 #include "TCmdFCUpdate.h" |
|
35 #include "TCmdDeleteProperty.h" |
|
36 #include "TCmdGetAudioCodecInfo.h" |
|
37 #include "TCmdGetVideoCodecInfo.h" |
|
38 #include "TCmdGetControlPathSecurityLevel.h" |
|
39 #include "TCmdGetCurrentState.h" |
|
40 #include "TCmdGetEventId.h" |
|
41 #include "TCmdGetEventState.h" |
|
42 #include "TCmdGetFCMessage.h" |
|
43 #include "TCmdGetMessage.h" |
|
44 #include "TCmdGetNotify.h" |
|
45 #include "TCmdGetProperty.h" |
|
46 #include "TCmdGetReceiverReport.h" |
|
47 #include "TCmdGetReferId.h" |
|
48 #include "TCmdGetReferState.h" |
|
49 #include "TCmdGetRtpEvent.h" |
|
50 #include "TCmdGetSenderReport.h" |
|
51 #include "TCmdGetSessionId.h" |
|
52 #include "TCmdGetState.h" |
|
53 #include "TCmdGetStreamInfo.h" |
|
54 #include "TCmdGetStreamState.h" |
|
55 #include "TCmdGetSupportedCodecs.h" |
|
56 #include "TCmdGetSinkStatus.h" |
|
57 #include "TCmdGetSourceStatus.h" |
|
58 #include "TCmdModifyAudioCodec.h" |
|
59 #include "TCmdModifyVideoCodec.h" |
|
60 #include "TCmdRemoveCodec.h" |
|
61 #include "TCmdRemoveStream.h" |
|
62 #include "TCmdSendAcceptEvent.h" |
|
63 #include "TCmdSendAcceptRefer.h" |
|
64 #include "TCmdSendAcceptSession.h" |
|
65 #include "TCmdSendCancel.h" |
|
66 #include "TCmdSendDeRegister.h" |
|
67 #include "TCmdSendNotify.h" |
|
68 #include "TCmdSendRefer.h" |
|
69 #include "TCmdSendRegister.h" |
|
70 #include "TCmdSendRejectEvent.h" |
|
71 #include "TCmdSendRejectRefer.h" |
|
72 #include "TCmdSendRejectSession.h" |
|
73 #include "TCmdSendRequest.h" |
|
74 #include "TCmdSendResponse.h" |
|
75 #include "TCmdSendRinging.h" |
|
76 #include "TCmdSendRespond.h" |
|
77 #include "TCmdSendRR.h" |
|
78 #include "TCmdSendSR.h" |
|
79 #include "TCmdSendSubscribe.h" |
|
80 #include "TCmdSendTerminate.h" |
|
81 #include "TCmdSendTerminateEvent.h" |
|
82 #include "TCmdSetObserver.h" |
|
83 #include "TCmdSetProperty.h" |
|
84 #include "TCmdSetSinkActivity.h" |
|
85 #include "TCmdSetSource.h" |
|
86 #include "TCmdSetSourceActivity.h" |
|
87 #include "TCmdSetStreamActivity.h" |
|
88 #include "TCmdSetStreamLocalPort.h" |
|
89 #include "TCmdTerminateProcess.h" |
|
90 #include "TCmdUpdateSDPLines.h" |
|
91 #include "TCmdUpdateSession.h" |
|
92 #include "TCmdUpdateSubscription.h" |
|
93 #include "TCmdUpdateRtpSink.h" |
|
94 #include "TCmdCreateSecureSession.h" |
|
95 #include "TCmdSendStreamDtmf.h" |
|
96 #include "TCmdGetProfileId.h" |
|
97 #include "TCmdFileHandler.h" |
|
98 |
|
99 |
|
100 /// MCE Command index |
|
101 /// List all commands in this table |
|
102 const TcCommand KTcSscCommands[] = |
|
103 { |
|
104 AddCmd( TCmdAddAudioStream ), |
|
105 AddCmd( TCmdAddVideoStream ), |
|
106 AddCmd( TCmdAddSink ), |
|
107 AddCmd( TCmdCreateEvent ), |
|
108 AddCmd( TCmdCreateRefer ), |
|
109 AddCmd( TCmdCreateSession ), |
|
110 AddCmd( TCmdDeleteProperty ), |
|
111 AddCmd( TCmdEstablish ), |
|
112 AddCmd( TCmdFCGetMediaAttrLines), |
|
113 AddCmd( TCmdFCSend ), |
|
114 AddCmd( TCmdFCUpdate ), |
|
115 AddCmd( TCmdGetAudioCodecInfo ), |
|
116 AddCmd( TCmdGetVideoCodecInfo ), |
|
117 AddCmd( TCmdGetControlPathSecurityLevel ), |
|
118 AddCmd( TCmdGetCurrentState ), |
|
119 AddCmd( TCmdGetEventId ), |
|
120 AddCmd( TCmdGetEventState ), |
|
121 AddCmd( TCmdGetFCMessage ), |
|
122 AddCmd( TCmdGetMessage ), |
|
123 AddCmd( TCmdGetNotify ), |
|
124 AddCmd( TCmdGetProperty ), |
|
125 AddCmd( TCmdGetReceiverReport ), |
|
126 AddCmd( TCmdGetReferId ), |
|
127 AddCmd( TCmdGetReferState ), |
|
128 AddCmd( TCmdGetRtpEvent ), |
|
129 AddCmd( TCmdGetSenderReport ), |
|
130 AddCmd( TCmdGetSessionId ), |
|
131 AddCmd( TCmdGetState ), |
|
132 AddCmd( TCmdGetStreamInfo ), |
|
133 AddCmd( TCmdGetStreamState ), |
|
134 AddCmd( TCmdGetSupportedCodecs ), |
|
135 AddCmd( TCmdGetSinkStatus ), |
|
136 AddCmd( TCmdGetSourceStatus ), |
|
137 AddCmd( TCmdModifyAudioCodec ), |
|
138 AddCmd( TCmdModifyVideoCodec ), |
|
139 AddCmd( TCmdRemoveCodec ), |
|
140 AddCmd( TCmdRemoveStream ), |
|
141 AddCmd( TCmdSendAcceptEvent ), |
|
142 AddCmd( TCmdSendAcceptRefer ), |
|
143 AddCmd( TCmdSendAcceptSession ), |
|
144 AddCmd( TCmdSendCancel ), |
|
145 AddCmd( TCmdSendDeRegister ), |
|
146 AddCmd( TCmdSendNotify ), |
|
147 AddCmd( TCmdSendRefer ), |
|
148 AddCmd( TCmdSendRegister ), |
|
149 AddCmd( TCmdSendRejectEvent ), |
|
150 AddCmd( TCmdSendRejectRefer ), |
|
151 AddCmd( TCmdSendRejectSession ), |
|
152 AddCmd( TCmdSendRequest ), |
|
153 AddCmd( TCmdSendResponse ), |
|
154 AddCmd( TCmdSendRinging ), |
|
155 AddCmd( TCmdSendRespond ), |
|
156 AddCmd( TCmdSendRR ), |
|
157 AddCmd( TCmdSendSR ), |
|
158 AddCmd( TCmdSendSubscribe ), |
|
159 AddCmd( TCmdSendTerminate ), |
|
160 AddCmd( TCmdSendTerminateEvent ), |
|
161 AddCmd( TCmdSetObserver ), |
|
162 AddCmd( TCmdSetProperty ), |
|
163 AddCmd( TCmdSetSinkActivity ), |
|
164 AddCmd( TCmdSetSource ), |
|
165 AddCmd( TCmdSetSourceActivity ), |
|
166 AddCmd( TCmdSetStreamActivity ), |
|
167 AddCmd( TCmdSetStreamLocalPort ), |
|
168 AddCmd( TCmdTerminateProcess ), |
|
169 AddCmd( TCmdUpdateSDPLines ), |
|
170 AddCmd( TCmdUpdateSession ), |
|
171 AddCmd( TCmdUpdateSubscription ), |
|
172 AddCmd( TCmdUpdateRtpSink ), |
|
173 AddCmd( TCmdCreateSecureSession ), |
|
174 AddCmd( TCmdSendStreamDtmf ), |
|
175 AddCmd( TCmdGetProfileId ), |
|
176 AddCmd( TCmdFileHandler ) |
|
177 }; |
|
178 |
|
179 #endif // __COMMANDINDEX_H__ |