blob: c45066194a607e7a0fe8d69c14eb64edea5a23ef [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<link rel="stylesheet" type="text/css" href="../../help.css">
<title>Services</title>
</head>
<body>
<h2>
Services
</h2>
<p>Services are essentially well defined sets of functionality which can be provided by <a href=providers.html>Service Providers</a>. Typically, a service is defined as fulfilling some API contract which providers of that service are expected to implement. RDT defines two canonical services:</p>
<li>The <a href=build_service.html>Build Service</a></li>
<li>The <a href=c_indexing_service.html>C/C++ Indexing Service</a></li>
<BR><BR><p>The RDT framework allows for definitions of additional, arbitrary services to be contributed to the system by additional plug-ins.</p>
</body>
</html>