|
47 | 47 | ** messages sent. If the pkt length field indicates the message is larger |
48 | 48 | ** than this define, SB sends an event and rejects the send. |
49 | 49 | ** |
50 | | -** |
51 | 50 | ** \par Limits |
52 | 51 | ** This parameter has a lower limit of 6 (CCSDS primary header size). There |
53 | 52 | ** are no restrictions on the upper limit however, the maximum message size is |
|
247 | 246 | ** portion of a Full CDS Name of the following form: |
248 | 247 | ** "ApplicationName.CDSName" |
249 | 248 | ** |
| 249 | +** This length does not need to include an extra character for NULL termination. |
250 | 250 | ** |
251 | 251 | ** \par Limits |
252 | 252 | ** This value should be kept as a multiple of 4, to maintain alignment of |
|
264 | 264 | ** Indicates the maximum length (in characters) of the formatted text |
265 | 265 | ** string portion of an event message |
266 | 266 | ** |
| 267 | +** This length does not need to include an extra character for NULL termination. |
| 268 | +** |
267 | 269 | ** \par Limits |
268 | 270 | ** Not Applicable |
269 | 271 | */ |
|
299 | 301 | ** ('TblName') portion of a Full Table Name of the following |
300 | 302 | ** form: "ApplicationName.TblName" |
301 | 303 | ** |
| 304 | +** This length does not need to include an extra character for NULL termination. |
| 305 | +** |
302 | 306 | ** \par Limits |
303 | 307 | ** This value should be kept as a multiple of 4, to maintain alignment of |
304 | 308 | ** any possible neighboring fields without implicit padding. |
|
531 | 535 | ** |
532 | 536 | ** This affects only the layout of command/telemetry messages and table definitions; |
533 | 537 | ** internal allocation may use the platform-specific OS_MAX_PATH_LEN value. |
| 538 | +** |
| 539 | +** This length must include an extra character for NULL termination. |
534 | 540 | ** |
535 | 541 | ** \par Limits |
536 | 542 | ** All CPUs within the same SB domain (mission) and ground tools must share the |
|
557 | 563 | ** This affects only the layout of command/telemetry messages and table definitions; |
558 | 564 | ** internal allocation may use the platform-specific OS_MAX_FILE_LEN value. |
559 | 565 | ** |
| 566 | +** This length must include an extra character for NULL termination. |
| 567 | +** |
560 | 568 | ** \par Limits |
561 | 569 | ** All CPUs within the same SB domain (mission) and ground tools must share the |
562 | 570 | ** same definition. |
|
582 | 590 | ** This affects only the layout of command/telemetry messages and table definitions; |
583 | 591 | ** internal allocation may use the platform-specific OS_MAX_API_LEN value. |
584 | 592 | ** |
| 593 | +** This length must include an extra character for NULL termination. |
| 594 | +** |
585 | 595 | ** \par Limits |
586 | 596 | ** All CPUs within the same SB domain (mission) must share the same definition |
587 | 597 | ** Note this affects the size of messages, so it must not cause any message |
|
0 commit comments