Files
musrfit/mupp/html/structmbuf.html
T
Gitea Actions b6fac619f9 Deploy site
2026-05-28 07:32:41 +00:00

161 lines
7.4 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.13.2"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>mupp: mbuf Struct Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<script type="text/javascript" src="clipboard.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="cookie.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">mupp<span id="projectnumber">&#160;1.1.0</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.13.2 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
/* @license-end */
</script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() { codefold.init(0); });
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','Search',false);
$(function() { init_search(); });
});
/* @license-end */
</script>
<div id="main-nav"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function(){ initResizable(false); });
/* @license-end */
</script>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<div id="MSearchResults">
<div class="SRPage">
<div id="SRIndex">
<div id="SRResults"></div>
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
</div>
</div>
</div>
</div>
</div><!-- top -->
<div id="doc-content">
<div class="header">
<div class="summary">
<a href="#pub-attribs">Public Attributes</a> &#124;
<a href="structmbuf-members.html">List of all members</a> </div>
<div class="headertitle"><div class="title">mbuf Struct Reference</div></div>
</div><!--header-->
<div class="contents">
<p>Message buffer structure for inter-process communication.
<a href="#details">More...</a></p>
<p><code>#include &lt;<a class="el" href="mupp_8h_source.html">mupp.h</a>&gt;</code></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pub-attribs" name="pub-attribs"></a>
Public Attributes</h2></td></tr>
<tr class="memitem:ae772691f19545f1116e1961aa531bd07" id="r_ae772691f19545f1116e1961aa531bd07"><td class="memItemLeft" align="right" valign="top">long&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="#ae772691f19545f1116e1961aa531bd07">mtype</a></td></tr>
<tr class="memdesc:ae772691f19545f1116e1961aa531bd07"><td class="mdescLeft">&#160;</td><td class="mdescRight">message type identifier for message routing <br /></td></tr>
<tr class="separator:ae772691f19545f1116e1961aa531bd07"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a957571624faf6739ed60c5e41b7608cc" id="r_a957571624faf6739ed60c5e41b7608cc"><td class="memItemLeft" align="right" valign="top">char&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="#a957571624faf6739ed60c5e41b7608cc">mtext</a> [<a class="el" href="mupp_8h.html#a7c88ec4702c32f1e194832864db8937a">PMUPP_MAX_MTEXT</a>]</td></tr>
<tr class="memdesc:a957571624faf6739ed60c5e41b7608cc"><td class="mdescLeft">&#160;</td><td class="mdescRight">message body containing the actual message data <br /></td></tr>
<tr class="separator:a957571624faf6739ed60c5e41b7608cc"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Message buffer structure for inter-process communication. </p>
<p>This structure is used for sending messages between processes using the System V message queue API. It follows the standard System V message buffer format with a type field and a character array for the message body. </p>
<p class="definition">Definition at line <a class="el" href="mupp_8h_source.html#l00070">70</a> of file <a class="el" href="mupp_8h_source.html">mupp.h</a>.</p>
</div><h2 class="groupheader">Member Data Documentation</h2>
<a id="a957571624faf6739ed60c5e41b7608cc" name="a957571624faf6739ed60c5e41b7608cc"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a957571624faf6739ed60c5e41b7608cc">&#9670;&#160;</a></span>mtext</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">char mbuf::mtext[<a class="el" href="mupp_8h.html#a7c88ec4702c32f1e194832864db8937a">PMUPP_MAX_MTEXT</a>]</td>
</tr>
</table>
</div><div class="memdoc">
<p>message body containing the actual message data </p>
<p class="definition">Definition at line <a class="el" href="mupp_8h_source.html#l00072">72</a> of file <a class="el" href="mupp_8h_source.html">mupp.h</a>.</p>
</div>
</div>
<a id="ae772691f19545f1116e1961aa531bd07" name="ae772691f19545f1116e1961aa531bd07"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ae772691f19545f1116e1961aa531bd07">&#9670;&#160;</a></span>mtype</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">long mbuf::mtype</td>
</tr>
</table>
</div><div class="memdoc">
<p>message type identifier for message routing </p>
<p class="definition">Definition at line <a class="el" href="mupp_8h_source.html#l00071">71</a> of file <a class="el" href="mupp_8h_source.html">mupp.h</a>.</p>
</div>
</div>
<hr/>The documentation for this struct was generated from the following file:<ul>
<li>/workspace/LMU/musrfit/src/musredit_qt6/mupp/<a class="el" href="mupp_8h_source.html">mupp.h</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.13.2
</small></address>
</div><!-- doc-content -->
</body>
</html>