|
40 | 40 | ** and when you're done adding, set this to the highest EID you used. It may
|
41 | 41 | ** be worthwhile to, on occasion, re-number the EID's to put them back in order.
|
42 | 42 | */
|
43 |
| -#define CFE_SB_MAX_EID 61 |
| 43 | +#define CFE_SB_MAX_EID 67 |
44 | 44 |
|
45 | 45 | /*
|
46 | 46 | ** SB task event message ID's.
|
|
183 | 183 | **/
|
184 | 184 | #define CFE_SB_GETPIPEOPTS_EID 60
|
185 | 185 |
|
| 186 | +/** \brief <tt> 'GetPipeName: Name retrieved. NameOut \%s,Id \%d, app \%s' </tt> |
| 187 | +** \event <tt> 'GetPipeName: Name retrieved. NameOut \%s,Id \%d, app \%s' </tt> |
| 188 | +** |
| 189 | +** \par Type: DEBUG |
| 190 | +** |
| 191 | +** \par Cause: |
| 192 | +** |
| 193 | +** This debug event is generated when name is retrieved by id. |
| 194 | +**/ |
| 195 | +#define CFE_SB_GETPIPENAME_EID 62 |
| 196 | + |
| 197 | +/** \brief <tt> 'GetPipeName: Null ptr error. Id \%d, app \%s' </tt> |
| 198 | +** \event <tt> 'GetPipeName: Null ptr error. Id \%d, app \%s' </tt> |
| 199 | +** |
| 200 | +** \par Type: ERROR |
| 201 | +** |
| 202 | +** \par Cause: |
| 203 | +** |
| 204 | +** This debug event is generated when the name buffer ptr is null. |
| 205 | +**/ |
| 206 | +#define CFE_SB_GETPIPENAME_NULL_PTR_EID 63 |
| 207 | + |
| 208 | +/** \brief <tt> 'GetPipeName: Id error. NameOut \%s,Id \%d, app \%s' </tt> |
| 209 | +** \event <tt> 'GetPipeName: Id error. NameOut \%s,Id \%d, app \%s' </tt> |
| 210 | +** |
| 211 | +** \par Type: ERROR |
| 212 | +** |
| 213 | +** \par Cause: |
| 214 | +** |
| 215 | +** This debug event is generated when name is retrieved by id. |
| 216 | +**/ |
| 217 | +#define CFE_SB_GETPIPENAME_ID_ERR_EID 64 |
| 218 | + |
| 219 | +/** \brief <tt> 'GetPipeIdByName: ID retrieved. Name \%s,IdOut 0x\%x, app \%s' </tt> |
| 220 | +** \event <tt> 'GetPipeIdByName: ID retrieved. Name \%s,IdOut 0x\%x, app \%s' </tt> |
| 221 | +** |
| 222 | +** \par Type: DEBUG |
| 223 | +** |
| 224 | +** \par Cause: |
| 225 | +** |
| 226 | +** This debug event is generated when id is retrieved by name. |
| 227 | +**/ |
| 228 | +#define CFE_SB_GETPIPEIDBYNAME_EID 65 |
| 229 | + |
| 230 | +/** \brief <tt> 'GetPipeIdByName Err:Bad input argument,Name 0x\%x,IdOut 0x%x,App \%s' </tt> |
| 231 | +** \event <tt> 'GetPipeIdByName Err:Bad input argument,Name 0x\%x,IdOut 0x%x,App \%s' </tt> |
| 232 | +** |
| 233 | +** \par Type: ERROR |
| 234 | +** |
| 235 | +** \par Cause: |
| 236 | +** |
| 237 | +** This error event message is issued when the #CFE_SB_GetMsgIdByName API receives an |
| 238 | +** invalid (possibly NULL) ptr as an argument. |
| 239 | +**/ |
| 240 | +#define CFE_SB_GETPIPEIDBYNAME_NULL_ERR_EID 66 |
| 241 | + |
| 242 | +/** \brief <tt> 'GetPipeIdByName Err:Name not found,Name \%s,IdOut 0x%x,App \%s' </tt> |
| 243 | +** \event <tt> 'GetPipeIdByName Err:Name not found,Name \%s,IdOut 0x%x,App \%s' </tt> |
| 244 | +** |
| 245 | +** \par Type: ERROR |
| 246 | +** |
| 247 | +** \par Cause: |
| 248 | +** |
| 249 | +** This error event message is issued when the #CFE_SB_GetMsgIdByName API receives an |
| 250 | +** invalid name. |
| 251 | +**/ |
| 252 | +#define CFE_SB_GETPIPEIDBYNAME_NAME_ERR_EID 67 |
186 | 253 |
|
187 | 254 | /** \brief <tt> 'Subscribe Err:Bad Arg,MsgId 0x\%x,PipeId \%d,app \%s,scope \%d' </tt>
|
188 | 255 | ** \event <tt> 'Subscribe Err:Bad Arg,MsgId 0x\%x,PipeId \%d,app \%s,scope \%d' </tt>
|
|
844 | 911 | **/
|
845 | 912 | #define CFE_SB_LEN_ERR_EID 61
|
846 | 913 |
|
| 914 | +/** \brief <tt> 'CreatePipeErr:Name Taken:app=\%s,ptr=0x\%x,depth=\%d,maxdepth=\%d' </tt> |
| 915 | +** \event <tt> 'CreatePipeErr:Name Taken:app=\%s,ptr=0x\%x,depth=\%d,maxdepth=\%d' </tt> |
| 916 | +** |
| 917 | +** \par Type: ERROR |
| 918 | +** |
| 919 | +** \par Cause: |
| 920 | +** |
| 921 | +** This error event message is issued when the #CFE_SB_CreatePipe API tries to create |
| 922 | +** a pipe with a name that is in use. |
| 923 | +**/ |
| 924 | +#define CFE_SB_CR_PIPE_NAME_TAKEN_EID 62 |
| 925 | + |
| 926 | +/** \brief <tt> 'CreatePipeErr:No Free:app=\%s,ptr=0x\%x,depth=\%d,maxdepth=\%d' </tt> |
| 927 | +** \event <tt> 'CreatePipeErr:No Free:app=\%s,ptr=0x\%x,depth=\%d,maxdepth=\%d' </tt> |
| 928 | +** |
| 929 | +** \par Type: ERROR |
| 930 | +** |
| 931 | +** \par Cause: |
| 932 | +** |
| 933 | +** This error event message is issued when the #CFE_SB_CreatePipe API is unable to |
| 934 | +** create a queue because there are no queues free. |
| 935 | +**/ |
| 936 | +#define CFE_SB_CR_PIPE_NO_FREE_EID 63 |
| 937 | + |
847 | 938 |
|
848 | 939 | #endif /* _cfe_sb_events_ */
|
849 | 940 |
|
|
0 commit comments