2019-02-27 02:53:32 +00:00
|
|
|
## Functions
|
|
|
|
|
|
|
|
<dl>
|
|
|
|
<dt><a href="#dependencies">dependencies(platform)</a></dt>
|
|
|
|
<dd><p>Evaluates system dependencies for digital
|
|
|
|
projector features by executing processes with
|
|
|
|
--help flag. If they do not exist, log to console</p>
|
|
|
|
</dd>
|
|
|
|
<dt><a href="#system">system()</a> ⇒ <code>object</code></dt>
|
|
|
|
<dd><p>Profile the current system and return an object with
|
|
|
|
data about the displays and dependencies for the digital
|
|
|
|
projector feature.</p>
|
|
|
|
</dd>
|
|
|
|
</dl>
|
|
|
|
|
|
|
|
<a name="dependencies"></a>
|
|
|
|
|
|
|
|
## dependencies(platform)
|
|
|
|
Evaluates system dependencies for digital
|
|
|
|
projector features by executing processes with
|
|
|
|
--help flag. If they do not exist, log to console
|
|
|
|
|
|
|
|
**Kind**: global function
|
|
|
|
|
|
|
|
| Param | Type | Description |
|
|
|
|
| --- | --- | --- |
|
|
|
|
| platform | <code>string</code> | Operating system type |
|
|
|
|
|
|
|
|
<a name="system"></a>
|
|
|
|
|
|
|
|
## system() ⇒ <code>object</code>
|
|
|
|
Profile the current system and return an object with
|
|
|
|
data about the displays and dependencies for the digital
|
|
|
|
projector feature.
|
|
|
|
|
|
|
|
**Kind**: global function
|
|
|
|
**Returns**: <code>object</code> - Object containing system information
|