|
| 1 | +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
| 2 | +<html> |
| 3 | +<head> |
| 4 | +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 5 | +<title>Module achlys_load_generator</title> |
| 6 | +<link rel="stylesheet" type="text/css" href="stylesheet.css" title="EDoc"> |
| 7 | +</head> |
| 8 | +<body bgcolor="white"> |
| 9 | +<div class="navbar"><a name="#navbar_top"></a><table width="100%" border="0" cellspacing="0" cellpadding="2" summary="navigation bar"><tr><td><a href="overview-summary.html" target="overviewFrame">Overview</a></td><td><a href="http://www.erlang.org/"><img src="erlang.png" align="right" border="0" alt="erlang logo"></a></td></tr></table></div> |
| 10 | +<hr> |
| 11 | + |
| 12 | +<h1>Module achlys_load_generator</h1> |
| 13 | +<ul class="index"><li><a href="#description">Description</a></li><li><a href="#index">Function Index</a></li><li><a href="#functions">Function Details</a></li></ul>. |
| 14 | + |
| 15 | +<p><b>Behaviours:</b> <a href="gen_server.html"><tt>gen_server</tt></a>.</p> |
| 16 | +<p><b>Authors:</b> <a href="mailto:Kopestenski Igor igor.kopestenski@uclouvain.be |
| 17 | + 2019, UCLouvain"><tt>Kopestenski Igor igor.kopestenski@uclouvain.be |
| 18 | + 2019, UCLouvain</tt></a>.</p> |
| 19 | + |
| 20 | +<h2><a name="description">Description</a></h2> |
| 21 | + |
| 22 | +<h2><a name="index">Function Index</a></h2> |
| 23 | +<table width="100%" border="1" cellspacing="0" cellpadding="2" summary="function index"><tr><td valign="top"><a href="#pressure-1">pressure/1</a></td><td></td></tr> |
| 24 | +<tr><td valign="top"><a href="#start_link-0">start_link/0</a></td><td> |
| 25 | + Starts the server.</td></tr> |
| 26 | +</table> |
| 27 | + |
| 28 | +<h2><a name="functions">Function Details</a></h2> |
| 29 | + |
| 30 | +<h3 class="function"><a name="pressure-1">pressure/1</a></h3> |
| 31 | +<div class="spec"> |
| 32 | +<p><tt>pressure(Remote) -> any()</tt></p> |
| 33 | +</div> |
| 34 | + |
| 35 | +<h3 class="function"><a name="start_link-0">start_link/0</a></h3> |
| 36 | +<div class="spec"> |
| 37 | +<p><tt>start_link() -> {ok, Pid::pid()} | ignore | {error, Reason::term()}</tt><br></p> |
| 38 | +</div><p> |
| 39 | + Starts the server |
| 40 | + </p> |
| 41 | +<hr> |
| 42 | + |
| 43 | +<div class="navbar"><a name="#navbar_bottom"></a><table width="100%" border="0" cellspacing="0" cellpadding="2" summary="navigation bar"><tr><td><a href="overview-summary.html" target="overviewFrame">Overview</a></td><td><a href="http://www.erlang.org/"><img src="erlang.png" align="right" border="0" alt="erlang logo"></a></td></tr></table></div> |
| 44 | +<p><i>Generated by EDoc</i></p> |
| 45 | +</body> |
| 46 | +</html> |
0 commit comments