File: component.dox

package info (click to toggle)
rlog 1.3.6-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,632 kB
  • ctags: 519
  • sloc: sh: 11,005; cpp: 1,508; makefile: 127
file content (12 lines) | stat: -rw-r--r-- 492 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
/*! @page component RLog Components

An RLog Component is typically a group of files with some shared purpose.  

When programs are built with RLog, the value of RLOG_COMPONENT is used as the
component name.  If RLOG_COMPONENT is not set at compile time, you may receive
a compiler warning, and the component will be set to "[unknown]".

For example when rlog is built, it specifies @b -DRLOG_COMPONENT="rlog".

For more detail on how to use components in subscriptions, see @ref channel.
*/