|
70 | 70 | **
|
71 | 71 | ** \param[in] Name The raw table name. This name will be combined with the name of the
|
72 | 72 | ** application to produce a name of the form "AppName.RawTableName".
|
73 |
| -** This application specific name will be used in commands |
| 73 | +** This application-specific name will be used in commands |
74 | 74 | ** for modifying or viewing the contents of the table.
|
75 | 75 | **
|
76 | 76 | ** \param[in] Size The size, in bytes, of the table to be created @nonzero. This is the size that will
|
|
105 | 105 | ** the pointer to the "active" table is changed to
|
106 | 106 | ** point to the "inactive" buffer thus making it
|
107 | 107 | ** the new "active" buffer. This feature is most
|
108 |
| -** useful for time critical applications (ie - |
| 108 | +** useful for time-critical applications (ie - |
109 | 109 | ** interrupt service routines, etc). This option is
|
110 | 110 | ** mutually exclusive with the
|
111 | 111 | ** #CFE_TBL_OPT_SNGL_BUFFER and #CFE_TBL_OPT_DEFAULT
|
@@ -209,7 +209,7 @@ CFE_Status_t CFE_TBL_Register(CFE_TBL_Handle_t *TblHandlePtr, const char *Name,
|
209 | 209 | ** identify table to cFE when performing Table operations.
|
210 | 210 | ** This value is returned at the address specified by TblHandlePtr.
|
211 | 211 | **
|
212 |
| -** \param[in] TblName The application specific name of the table of the form "AppName.RawTableName", |
| 212 | +** \param[in] TblName The application-specific name of the table of the form "AppName.RawTableName", |
213 | 213 | ** where RawTableName is the name specified in the #CFE_TBL_Register API call.
|
214 | 214 | ** Example: "ACS.TamParams" for a table called "TamParams"
|
215 | 215 | ** that was registered by the application called "ACS".
|
@@ -688,7 +688,7 @@ CFE_Status_t CFE_TBL_GetStatus(CFE_TBL_Handle_t TblHandle);
|
688 | 688 | ** with table characteristics and information. *TblInfoPtr is the description of the tables
|
689 | 689 | ** characteristics and registry information stored in the #CFE_TBL_Info_t data structure
|
690 | 690 | ** format.
|
691 |
| -** \param[in] TblName The application specific name @nonnull of the table of the form "AppName.RawTableName", |
| 691 | +** \param[in] TblName The application-specific name @nonnull of the table of the form "AppName.RawTableName", |
692 | 692 | ** where RawTableName is the name specified in the #CFE_TBL_Register API call.
|
693 | 693 | ** Example: "ACS.TamParams" for a table called "TamParams"
|
694 | 694 | ** that was registered by the application called "ACS".
|
|
0 commit comments