Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > by-pkgid > def0228095a1541e2d3632b6b6da7c38 > files > 9149

gnuradio-doc-3.3.0-8mdv2010.1.i586.rpm

<?xml version='1.0' encoding='UTF-8' standalone='no'?>
<doxygen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="compound.xsd" version="1.6.3">
  <compounddef id="gr__crc32_8h" kind="file">
    <compoundname>gr_crc32.h</compoundname>
    <includes local="no">string</includes>
    <includes refid="gr__types_8h" local="no">gr_types.h</includes>
    <incdepgraph>
      <node id="20859">
        <label>boost/shared_ptr.hpp</label>
      </node>
      <node id="20858">
        <label>gr_types.h</label>
        <link refid="gr__types_8h"/>
        <childnode refid="20859" relation="include">
        </childnode>
        <childnode refid="20860" relation="include">
        </childnode>
        <childnode refid="20861" relation="include">
        </childnode>
        <childnode refid="20862" relation="include">
        </childnode>
      </node>
      <node id="20857">
        <label>string</label>
      </node>
      <node id="20862">
        <label>gr_complex.h</label>
        <link refid="gr__complex_8h"/>
        <childnode refid="20863" relation="include">
        </childnode>
      </node>
      <node id="20861">
        <label>stddef.h</label>
      </node>
      <node id="20856">
        <label>gr_crc32.h</label>
        <link refid="gr_crc32.h"/>
        <childnode refid="20857" relation="include">
        </childnode>
        <childnode refid="20858" relation="include">
        </childnode>
      </node>
      <node id="20860">
        <label>vector</label>
      </node>
      <node id="20863">
        <label>complex</label>
      </node>
    </incdepgraph>
      <sectiondef kind="func">
      <memberdef kind="function" id="group__misc_1gae618d7f851fdb9e2e0a5abc404010043" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
        <type>unsigned int</type>
        <definition>unsigned int gr_update_crc32</definition>
        <argsstring>(unsigned int crc, const unsigned char *buf, size_t len)</argsstring>
        <name>gr_update_crc32</name>
        <param>
          <type>unsigned int</type>
          <declname>crc</declname>
        </param>
        <param>
          <type>const unsigned char *</type>
          <declname>buf</declname>
        </param>
        <param>
          <type>size_t</type>
          <declname>len</declname>
        </param>
        <briefdescription>
<para>update running CRC-32</para><para>Update a running CRC with the bytes buf[0..len-1] The CRC should be initialized to all 1&apos;s, and the transmitted value is the 1&apos;s complement of the final running CRC. The resulting CRC should be transmitted in big endian order. </para>        </briefdescription>
        <detaileddescription>
        </detaileddescription>
        <inbodydescription>
        </inbodydescription>
        <location file="/home/mandrake/rpm/BUILD/gnuradio-3.3.0/gnuradio-core/src/lib/general/gr_crc32.h" line="39"/>
      </memberdef>
      <memberdef kind="function" id="gr__crc32_8h_1a310dcf8abe124f9d6b288061a406963f" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
        <type>unsigned int</type>
        <definition>unsigned int gr_update_crc32</definition>
        <argsstring>(unsigned int crc, const std::string buf)</argsstring>
        <name>gr_update_crc32</name>
        <param>
          <type>unsigned int</type>
          <declname>crc</declname>
        </param>
        <param>
          <type>const std::string</type>
          <declname>buf</declname>
        </param>
        <briefdescription>
        </briefdescription>
        <detaileddescription>
        </detaileddescription>
        <inbodydescription>
        </inbodydescription>
        <location file="/home/mandrake/rpm/BUILD/gnuradio-3.3.0/gnuradio-core/src/lib/general/gr_crc32.h" line="42"/>
      </memberdef>
      <memberdef kind="function" id="gr__crc32_8h_1a464d4c994f076bac0e4babf5d5612ed2" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
        <type>unsigned int</type>
        <definition>unsigned int gr_crc32</definition>
        <argsstring>(const unsigned char *buf, size_t len)</argsstring>
        <name>gr_crc32</name>
        <param>
          <type>const unsigned char *</type>
          <declname>buf</declname>
        </param>
        <param>
          <type>size_t</type>
          <declname>len</declname>
        </param>
        <briefdescription>
        </briefdescription>
        <detaileddescription>
        </detaileddescription>
        <inbodydescription>
        </inbodydescription>
        <location file="/home/mandrake/rpm/BUILD/gnuradio-3.3.0/gnuradio-core/src/lib/general/gr_crc32.h" line="45"/>
      </memberdef>
      <memberdef kind="function" id="gr__crc32_8h_1a73779a15c05074076062586862be1358" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
        <type>unsigned int</type>
        <definition>unsigned int gr_crc32</definition>
        <argsstring>(const std::string buf)</argsstring>
        <name>gr_crc32</name>
        <param>
          <type>const std::string</type>
          <declname>buf</declname>
        </param>
        <briefdescription>
        </briefdescription>
        <detaileddescription>
        </detaileddescription>
        <inbodydescription>
        </inbodydescription>
        <location file="/home/mandrake/rpm/BUILD/gnuradio-3.3.0/gnuradio-core/src/lib/general/gr_crc32.h" line="48"/>
      </memberdef>
      </sectiondef>
    <briefdescription>
    </briefdescription>
    <detaileddescription>
    </detaileddescription>
    <location file="/home/mandrake/rpm/BUILD/gnuradio-3.3.0/gnuradio-core/src/lib/general/gr_crc32.h"/>
  </compounddef>
</doxygen>