gnuk/ChibiOS_2.0.2/docs/html/struct_shell_config.html
2010-08-10 12:11:02 +09:00

103 lines
5.5 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>ChibiOS/RT: ShellConfig Struct Reference</title>
<link href="custom.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<table style="text-align: center; width: 100%;" border="0"
cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td style="width: 80px;"><img alt="ChibiOS/RT Logo" src="logo_small.png"></td>
<td><big><big>ChibiOS/RT</big></big><br><br>Architecture - Reference Manual - Guides</td>
<td style="width: 80px;"></td>
</tr>
</tbody>
</table>
<hr size="1">
<!-- Generated by Doxygen 1.6.3 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li class="current"><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
<li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
<li><a href="functions.html"><span>Data&nbsp;Fields</span></a></li>
</ul>
</div>
</div>
<div class="contents">
<h1>ShellConfig Struct Reference<br/>
<small>
[<a class="el" href="group___s_h_e_l_l.html">Command Shell</a>]</small>
</h1><!-- doxytag: class="ShellConfig" -->
<p>Shell descriptor type.
<a href="#_details">More...</a></p>
<p><code>#include &lt;<a class="el" href="shell_8h_source.html">shell.h</a>&gt;</code></p>
<div class="dynheader">
Collaboration diagram for ShellConfig:</div>
<div class="dynsection">
<div class="center"><img src="struct_shell_config__coll__graph.png" border="0" usemap="#_shell_config_coll__map" alt="Collaboration graph"/></div>
<map name="_shell_config_coll__map" id="_shell_config_coll__map">
<area shape="rect" href="struct_shell_command.html" title="Custom command entry type." alt="" coords="5,147,96,237"/>
<area shape="rect" href="struct_base_channel.html" title="Base channel class." alt="" coords="120,155,205,229"/>
<area shape="rect" href="struct_base_sequential_stream.html" title="Base stream class." alt="" coords="25,7,156,81"/>
<area shape="rect" href="struct_base_channel_v_m_t.html" title="BaseChannel virtual methods table." alt="" coords="180,7,287,81"/>
</map>
<center><span class="legend">[<a target="top" href="graph_legend.html">legend</a>]</span></center></div>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Data Fields</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="struct_base_channel.html">BaseChannel</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_shell_config.html#a7a31690e999696429b8c20732c1f2165">sc_channel</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">I/O channel associated to the shell. <a href="#a7a31690e999696429b8c20732c1f2165"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const <a class="el" href="struct_shell_command.html">ShellCommand</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_shell_config.html#ab4a34e9003ce679f1e6366cce6f62035">sc_commands</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Shell extra commands table. <a href="#ab4a34e9003ce679f1e6366cce6f62035"></a><br/></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>Shell descriptor type. </p>
<p>Definition at line <a class="el" href="shell_8h_source.html#l00074">74</a> of file <a class="el" href="shell_8h_source.html">shell.h</a>.</p>
<hr/><h2>Field Documentation</h2>
<a class="anchor" id="a7a31690e999696429b8c20732c1f2165"></a><!-- doxytag: member="ShellConfig::sc_channel" ref="a7a31690e999696429b8c20732c1f2165" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="struct_base_channel.html">BaseChannel</a>* <a class="el" href="struct_shell_config.html#a7a31690e999696429b8c20732c1f2165">ShellConfig::sc_channel</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>I/O channel associated to the shell. </p>
<p>Definition at line <a class="el" href="shell_8h_source.html#l00075">75</a> of file <a class="el" href="shell_8h_source.html">shell.h</a>.</p>
</div>
</div>
<a class="anchor" id="ab4a34e9003ce679f1e6366cce6f62035"></a><!-- doxytag: member="ShellConfig::sc_commands" ref="ab4a34e9003ce679f1e6366cce6f62035" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const <a class="el" href="struct_shell_command.html">ShellCommand</a>* <a class="el" href="struct_shell_config.html#ab4a34e9003ce679f1e6366cce6f62035">ShellConfig::sc_commands</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Shell extra commands table. </p>
<p>Definition at line <a class="el" href="shell_8h_source.html#l00077">77</a> of file <a class="el" href="shell_8h_source.html">shell.h</a>.</p>
</div>
</div>
</div>
<hr size="1"><address style="text-align: right;"><small>
Generated on Sun Jul 11 13:13:35 2010 for ChibiOS/RT by&nbsp;<a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.6.3</small></address>
</body>
</html>