Skip to content

Commit

Permalink
Issue #384, unable to resolve link
Browse files Browse the repository at this point in the history
  • Loading branch information
avan989 authored and skliper committed Nov 15, 2019
1 parent 5d7d766 commit 0aeea22
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions docs/src/cfe_es.dox
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
cFE will also reset every application that is running at the time the command is received.

Also part of this service is the Exception and Reset (ER) Log, which has a command for
\link #CFE_ES_WRITE_ERLOG_CC dumping \endlink or \link #CFE_ES_CLEAR_ERLOG_CC clearing \endlink
\link #CFE_ES_WRITE_ER_LOG_CC dumping \endlink or \link #CFE_ES_CLEAR_ER_LOG_CC clearing \endlink
the log and telemetry to show the number of entries in the log. In addition to the ER log,
the user may find information about the most recent reset in the ES task housekeeping telemetry.

Expand Down Expand Up @@ -731,7 +731,7 @@
allocates a section of the Critical Data Store memory for the application's use and
assigns the Application specified name to the memory area. The operator can find
and learn the characteristics of these Critical Data Stores by using the
\link #CFE_ES_DUMP_CDS_REG_CC Dump CDS Registry Command. \endlink This command will
\link #CFE_ES_DUMP_CDS_REGISTRY_CC Dump CDS Registry Command. \endlink This command will
dump the contents of the CDS Registry maintained by the Executive Services into a
file that can be downlinked and examined by the operator.

Expand Down Expand Up @@ -856,7 +856,7 @@
by mission requirements).

An operator can obtain information about an Application's Memory Pool by using
the \link #CFE_ES_TLM_POOL_STATS_CC Telemeter Memory Pool Statistics Command.
the \link #CFE_ES_SEND_MEM_POOL_STATS_CC Telemeter Memory Pool Statistics Command.
\endlink

This command will cause Executive Services to extract pertinent statistics
Expand All @@ -878,7 +878,7 @@

<UL>
<LI> <B>Memory Pool Handle</B> - the handle, as provided by the operator in the
\link #CFE_ES_TLM_POOL_STATS_CC Telemeter Memory Pool Statistics Command. \endlink
\link #CFE_ES_SEND_MEM_POOL_STATS_CC Telemeter Memory Pool Statistics Command. \endlink
This repeating of the handle in telemetry insures the operator knows which Memory
Pool Statistics are being viewed <BR>
<LI> <B>Pool Size</B> - The total size of the memory pool (in bytes)<BR>
Expand Down
4 changes: 2 additions & 2 deletions docs/src/cfe_evs.dox
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@
however, these are only available for those events that are registered for filtering hence if you
have a message that is not registered for filtering and the message type (e.g. DEBUG) is disabled
then you won't know if the event was ever issued by an application. These counters are available
by sending a command to \link #CFE_EVS_FILE_WRITE_APP_DATA_CC write the EVS Application Data \endlink
by sending a command to \link #CFE_EVS_WRITE_APP_DATA_FILE_CC write the EVS Application Data \endlink
and transferring the file to the ground.


Expand Down Expand Up @@ -466,7 +466,7 @@
<TR><TD COLSPAN=2 WIDTH="100%"> <B>(Q)
How do I find out which events are registered for filtering?
</B><TR><TD WIDTH="5%"> &nbsp; <TD WIDTH="95%">
EVS provides a command (\link #CFE_EVS_FILE_WRITE_APP_DATA_CC \EVS_WRITEAPPDATA2FILE \endlink)
EVS provides a command (\link #CFE_EVS_WRITE_APP_DATA_FILE_CC \EVS_WRITEAPPDATA2FILE \endlink)
which generates a file containing all of the applications that have registered with EVS and
all of the filters that are registered for each application. Note that EVS merely generates
the file. The file must be transferred to the ground in order to view it.
Expand Down
4 changes: 2 additions & 2 deletions fsw/cfe-core/src/inc/cfe_es_msg.h
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
** \cfecmdmnemonic \ES_RESET
**
** \par Command Structure
** #CFE_ES_RestartCmd_t
** #CFE_ES_RestartCmd_Payload_t
**
** \par Command Verification
** Successful execution of this command (as a Processor Reset)
Expand All @@ -152,7 +152,7 @@
** \par Error Conditions
** This command may fail for the following reason(s):
** - The command packet length is incorrect
** - The \link #CFE_ES_RestartCmd_t.RestartType Restart Type \endlink was
** - The \link #CFE_ES_RestartCmd_Payload_t Restart Type \endlink was
** not a recognized value.
**
** Evidence of failure may be found in the following telemetry:
Expand Down
4 changes: 2 additions & 2 deletions fsw/cfe-core/src/inc/cfe_evs_msg.h
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@
** - \b \c \EVS_CMDPC - command execution counter will
** increment
** - The generation of #CFE_EVS_DISAPPENTTYPE_EID debug event message
** - The clearing of the Active Flag in \link #CFE_EVS_AppDataFile_t::ActiveFlag The Active Flag in EVS App Data File \endlink
** - The clearing of the Event Type Active Flag in The Event Type Active Flag in EVS App Data File
**
** \par Error Conditions
** This command may fail for the following reason(s):
Expand Down Expand Up @@ -386,7 +386,7 @@
** - \b \c \EVS_CMDPC - command execution counter will
** increment
** - The generation of #CFE_EVS_ENAAPPEVT_EID debug event message
** - The setting of the Active Flag in \link #CFE_EVS_AppDataFile_t::ActiveFlag The Active Flag in EVS App Data File \endlink
** - The setting of the Active Flag in The Active Flag in EVS App Data File
**
** \par Error Conditions
** This command may fail for the following reason(s):
Expand Down

0 comments on commit 0aeea22

Please sign in to comment.