1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 <meta http-equiv="Content-Style-Type" content="text/css" /> 6 <link rel="stylesheet" href="../../../../css/manpage.css" type="text/css" /> 7 <style type="text/css"><!-- 8 span.static_style 9 { 10 font-size : 8pt; 11 color : white; 12 font-weight : bold; 13 background : #44f; 14 border-left : solid 1px #aaf; 15 border-top : solid 1px #aaf; 16 border-right : solid 1px #00c; 17 border-bottom : solid 1px #00c; 18 padding-left : 2px; 19 padding-right : 2px; 20 } 21 span.virtual_style 22 { 23 font-size : 8pt; 24 color : white; 25 font-weight : bold; 26 background : #0a0; 27 border-left : solid 1px #0f0; 28 border-top : solid 1px #0f0; 29 border-right : solid 1px #060; 30 border-bottom : solid 1px #060; 31 padding-left : 2px; 32 padding-right : 2px; 33 } 34 span.protected_style 35 { 36 font-size : 8pt; 37 color : white; 38 font-weight : bold; 39 background : #444; 40 border-left : solid 1px #ccc; 41 border-top : solid 1px #ccc; 42 border-right : solid 1px #222; 43 border-bottom : solid 1px #222; 44 padding-left : 2px; 45 padding-right : 2px; 46 } 47 --></style> 48<title>nn::gr::CTR::Combiner</title> 49 </head> 50 <body> 51<h1>nn::gr::CTR::Combiner Class</h1> 52<h2>Syntax</h2> 53 <div class="section"> 54 <pre class="definition">class Combiner</pre> 55 </div> 56<h2>Description</h2> 57 <div class="section"> 58<p>Class for setting combiners.</p><!-- write here --></div> 59 <a name="class" id="class"> 60<h2>Classes</h2> 61 <div class="section"> 62 <table class="members"> 63 <tr> 64 <th> 65<a href="../../../../nn/gr/CTR/Combiner/Stage/Overview.html">nn::gr::CTR::Combiner::Stage</a> 66 </th> 67<td>Class for setting combiner stages.</td> 68 </tr> </table> 69 </div> 70 </a> <a name="constant" id="constant"> 71<h2>Member Constants</h2> 72 <div class="section"> 73 <table class="members"> 74 <tr> 75 <td width="100"> 76<span class="static_style" title="static">S</span> 77 </td> 78 <th> 79<span class="argument"><a href="../../../../nn/gr/CTR/Combiner/COMBINER_STAGE_MAX.html"><CODE>COMBINER_STAGE_MAX</CODE></a></span> 80 </th> 81<td>The combiner is made up of six stages.</td> 82 </tr> </table> 83 </div> 84 </a> <a name="variable" id="variable"> 85<h2>Member Variables</h2> 86 <div class="section"> 87 <table class="members"> 88 <tr> 89 <td width="100"> </td> 90 <th> 91<span class="argument">stage</span> 92 </th> 93<td>Stores the combiner settings for each stage. Type is <a href="../../../../nn/gr/CTR/Combiner/Stage/Overview.html"><CODE>nn::gr::CTR::Combiner::Stage[]</CODE></a>, array size is <a href="../../../../nn/gr/CTR/Combiner/COMBINER_STAGE_MAX.html"><CODE>COMBINER_STAGE_MAX</CODE></a>. Use the <a href="../../../../nn/gr/CTR/Combiner/Stage/MakeCommand.html"><CODE>Stage::MakeCommand</CODE></a> function to generate stage commands separately for each combiner.</td> 94 </tr> 95 <tr> 96 <td width="100"> </td> 97 <th> 98<span class="argument">bufferColorR</span> 99 </th> 100<td>The red component of first stage combiner buffer output. Type is <CODE>u8</CODE>.</td> 101 </tr> 102 <tr> 103 <td width="100"> </td> 104 <th> 105<span class="argument">bufferColorG</span> 106 </th> 107<td>The green component of first stage combiner buffer output. Type is <CODE>u8</CODE>.</td> 108 </tr> 109 <tr> 110 <td width="100"> </td> 111 <th> 112<span class="argument">bufferColorB</span> 113 </th> 114<td>The blue component of first stage combiner buffer output. Type is <CODE>u8</CODE>.</td> 115 </tr> 116 <tr> 117 <td width="100"> </td> 118 <th> 119<span class="argument">bufferColorA</span> 120 </th> 121<td>The alpha component of first stage combiner buffer output. Type is <CODE>u8</CODE>.</td> 122 </tr> </table> 123 </div> 124 </a> <a name="function" id="function"> 125<h2>Member Functions</h2> 126 <div class="section"> 127 <table class="members"> 128 <tr> 129 <td width="100"> </td> 130 <th> 131<a href="../../../../nn/gr/CTR/Combiner/Combiner.html"><CODE>Combiner</CODE></a> 132 </th> 133<td>Sets initial values for each stage.</td> 134 </tr> 135 <tr> 136 <td width="100"> </td> 137 <th> 138<a href="../../../../nn/gr/CTR/Combiner/MakeCommand.html"><CODE>MakeCommand</CODE></a> 139 </th> 140<td>Generates a command for setting all combiner stages based on information already set. Combiner buffer commands are generated simultaneously.</td> 141 </tr> 142 <tr> 143 <td width="100"> </td> 144 <th> 145<a href="../../../../nn/gr/CTR/Combiner/MakeCombinerBufferCommand.html"><CODE>MakeCombinerBufferCommand</CODE></a> 146 </th> 147<td>Generates a command for setting the combiner buffer based on information already set.</td> 148 </tr> </table> 149 </div> 150 </a> 151<h2>Revision History</h2> 152 <div class="section"> 153 <dl class="history"> 154 <dt>2010/09/15</dt> 155<dd>Initial version.<br /> 156 </dd> 157 </dl> 158 </div> 159 <hr><p>CONFIDENTIAL</p></body> 160</html> 161