forked from UltraMessaging/UMExamples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
c_index.html
27 lines (23 loc) · 2.1 KB
/
c_index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<html>
<head>
<title>UMExamples - C Language</title>
<link rel="stylesheet" href="style/main.css" type="text/css" media="screen" />
</head>
<body>
<h2>C Examples</h2>
<p>Examples written in C.</p>
<p>In the list below, different examples are available in different source code
languages (C, Java, C#/.NET), but this site is a work in progress, so many
examples are not available in all laguages.</p>
<p>If you would like to see only those examples available in a particular language,
you can visit: <a href="c_index.html" class="button">C examples</a> <a href="java_index.html" class="button">Java examples</a> <a href="dotnet_index.html" class="button">C#/.NET examples</a></p>
<p>The master list is always available at: <a href="index.html" class="button">All examples</a></p>
<h2>Examples</h2>
<table>
<tr><td align="right"><b>check_flight_size_ewouldblock</b></td><td><a href="check_flight_size_ewouldblock/c/index.html" class="button">C</a> <span class="nonbutton">Java</span> <span class="nonbutton">C#/.NET</span></td><td>A send can fail with an EWOULDBLOCK error, which can have different root causes. One cause for a persisted source is exceeding flight size. This example shows how to determine if flight size is the cause of an EWOULDBLOCK error.</td></tr>
<tr><td align="right"><b>minsrc</b></td><td><a href="minsrc/c/index.html" class="button">C</a> <a href="minsrc/java/index.html" class="button">Java</a> <a href="minsrc/dotnet/index.html" class="button">C#/.NET</a></td><td>Minimal publisher program.</td></tr>
<tr><td align="right"><b>request_response</b></td><td><a href="request_response/c/index.html" class="button">C</a> <span class="nonbutton">Java</span> <span class="nonbutton">C#/.NET</span></td><td>A sample that demonstrates sending and receiving LBM request and response messages</td></tr>
<tr><td align="right"><b>setting_attributes</b></td><td><a href="setting_attributes/c/index.html" class="button">C</a> <span class="nonbutton">Java</span> <span class="nonbutton">C#/.NET</span></td><td>Examples on setting UM attributes via the API</td></tr>
</table>
</body>
</html>