netlinx-workspace 0.2.0 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (62) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +14 -0
  3. data/doc/NetLinx.html +119 -131
  4. data/doc/NetLinx/Compile.html +115 -127
  5. data/doc/NetLinx/Compile/Extension.html +115 -127
  6. data/doc/NetLinx/Compile/Extension/APW.html +219 -136
  7. data/doc/NetLinx/Project.html +1100 -460
  8. data/doc/NetLinx/System.html +1197 -580
  9. data/doc/NetLinx/SystemFile.html +646 -301
  10. data/doc/NetLinx/Workspace.html +981 -438
  11. data/doc/_index.html +210 -0
  12. data/doc/class_list.html +54 -0
  13. data/doc/css/common.css +1 -0
  14. data/doc/css/full_list.css +57 -0
  15. data/doc/css/style.css +339 -0
  16. data/doc/file.README.html +86 -0
  17. data/doc/file.license.html +73 -0
  18. data/doc/file_list.html +59 -0
  19. data/doc/frames.html +26 -0
  20. data/doc/index.html +86 -85
  21. data/doc/js/app.js +219 -0
  22. data/doc/js/full_list.js +178 -0
  23. data/doc/js/jquery.js +4 -18
  24. data/doc/method_list.html +329 -0
  25. data/doc/top-level-namespace.html +112 -0
  26. data/lib/netlinx/system.rb +6 -6
  27. data/lib/netlinx/workspace.rb +14 -0
  28. metadata +84 -61
  29. data/README.html +0 -0
  30. data/doc/created.rid +0 -7
  31. data/doc/images/add.png +0 -0
  32. data/doc/images/arrow_up.png +0 -0
  33. data/doc/images/brick.png +0 -0
  34. data/doc/images/brick_link.png +0 -0
  35. data/doc/images/bug.png +0 -0
  36. data/doc/images/bullet_black.png +0 -0
  37. data/doc/images/bullet_toggle_minus.png +0 -0
  38. data/doc/images/bullet_toggle_plus.png +0 -0
  39. data/doc/images/date.png +0 -0
  40. data/doc/images/delete.png +0 -0
  41. data/doc/images/find.png +0 -0
  42. data/doc/images/loadingAnimation.gif +0 -0
  43. data/doc/images/macFFBgHack.png +0 -0
  44. data/doc/images/package.png +0 -0
  45. data/doc/images/page_green.png +0 -0
  46. data/doc/images/page_white_text.png +0 -0
  47. data/doc/images/page_white_width.png +0 -0
  48. data/doc/images/plugin.png +0 -0
  49. data/doc/images/ruby.png +0 -0
  50. data/doc/images/tag_blue.png +0 -0
  51. data/doc/images/tag_green.png +0 -0
  52. data/doc/images/transparent.png +0 -0
  53. data/doc/images/wrench.png +0 -0
  54. data/doc/images/wrench_orange.png +0 -0
  55. data/doc/images/zoom.png +0 -0
  56. data/doc/js/darkfish.js +0 -155
  57. data/doc/js/navigation.js +0 -142
  58. data/doc/js/search.js +0 -94
  59. data/doc/js/search_index.js +0 -1
  60. data/doc/js/searcher.js +0 -228
  61. data/doc/rdoc.css +0 -595
  62. data/doc/table_of_contents.html +0 -111
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 821f1a000be9f12eb49a593cc7d585a9f8f04964
4
- data.tar.gz: 6447162e35c4062d33a147b7dc51d2f9517ac673
3
+ metadata.gz: e315055f87eebf4549b84a42638cfeb53c74f052
4
+ data.tar.gz: 46a18bf5897925894b2977961d8164edf982ee59
5
5
  SHA512:
6
- metadata.gz: c5be06f63c83fcbb2fd9a08046ff27b67e62bfd681c46e941cc015812836911a7961f0a80de4d66a41e577e87f00b59c244e294ac9639ab53c0b3ddc0373c68f
7
- data.tar.gz: fd2163292883d1d0c49f55dc18db20c92ece78a7b688cbfa975da9136f4fa35caa978254b82d485c1017471ded6f27f6bb22ca8cc5da2530b8ddf50433728899
6
+ metadata.gz: 800de7b13e750cc03388b18dc10de01b670da523514958e68ab0ef96b78d8626791e1629465b9be5aa1fa60a407e99ef5bdd9665afa7eb2f90955cf09ae24046
7
+ data.tar.gz: e5a5b4fc1ce09aeb963f2a82547862c6b15f687e1ffe7d22198778ab6205c1902b890945dd063ec12e15ee3d748ddfa4010aaa90039ef784a61b94433510825d
data/README.md ADDED
@@ -0,0 +1,14 @@
1
+ # NetLinx Workspace
2
+
3
+ netlinx-workspace
4
+
5
+ A library for working with AMX NetLinx Studio workspaces in Ruby.
6
+
7
+ [![Gem Version](https://badge.fury.io/rb/netlinx-workspace.png)](http://badge.fury.io/rb/netlinx-workspace)
8
+
9
+ This library provides a developer API for working with NetLinx Studio workspaces in Ruby. It also adds compiler support to the [NetLinx Compile](https://sourceforge.net/p/netlinx-compile/wiki/Home/) gem for these workspaces.
10
+
11
+
12
+ ## Documentation
13
+
14
+ [https://sourceforge.net/p/netlinx-workspace/wiki/Home/](https://sourceforge.net/p/netlinx-workspace/wiki/Home/)
data/doc/NetLinx.html CHANGED
@@ -1,131 +1,119 @@
1
- <!DOCTYPE html>
2
-
3
- <html>
4
- <head>
5
- <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
6
-
7
- <title>module NetLinx - RDoc Documentation</title>
8
-
9
- <link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet">
10
-
11
- <script type="text/javascript">
12
- var rdoc_rel_prefix = "./";
13
- </script>
14
-
15
- <script type="text/javascript" charset="utf-8" src="./js/jquery.js"></script>
16
- <script type="text/javascript" charset="utf-8" src="./js/navigation.js"></script>
17
- <script type="text/javascript" charset="utf-8" src="./js/search_index.js"></script>
18
- <script type="text/javascript" charset="utf-8" src="./js/search.js"></script>
19
- <script type="text/javascript" charset="utf-8" src="./js/searcher.js"></script>
20
- <script type="text/javascript" charset="utf-8" src="./js/darkfish.js"></script>
21
-
22
-
23
- <body id="top" class="module">
24
- <nav id="metadata">
25
- <nav id="home-section" class="section">
26
- <h3 class="section-header">
27
- <a href="./index.html">Home</a>
28
- <a href="./table_of_contents.html#classes">Classes</a>
29
- <a href="./table_of_contents.html#methods">Methods</a>
30
- </h3>
31
- </nav>
32
-
33
-
34
- <nav id="search-section" class="section project-section" class="initially-hidden">
35
- <form action="#" method="get" accept-charset="utf-8">
36
- <h3 class="section-header">
37
- <input type="text" name="search" placeholder="Search" id="search-field"
38
- title="Type to search, Up and Down to navigate, Enter to load">
39
- </h3>
40
- </form>
41
-
42
- <ul id="search-results" class="initially-hidden"></ul>
43
- </nav>
44
-
45
-
46
-
47
-
48
- <div id="file-metadata">
49
- <nav id="file-list-section" class="section">
50
- <h3 class="section-header">Defined In</h3>
51
- <ul>
52
- <li>lib/netlinx/compile/extension/apw.rb
53
- <li>lib/netlinx/project.rb
54
- <li>lib/netlinx/system.rb
55
- <li>lib/netlinx/system_file.rb
56
- <li>lib/netlinx/workspace.rb
57
- </ul>
58
- </nav>
59
-
60
-
61
- </div>
62
-
63
- <div id="class-metadata">
64
-
65
-
66
-
67
-
68
-
69
- </div>
70
-
71
- <div id="project-metadata">
72
-
73
- <nav id="classindex-section" class="section project-section">
74
- <h3 class="section-header">Class and Module Index</h3>
75
-
76
- <ul class="link-list">
77
-
78
- <li><a href="./NetLinx.html">NetLinx</a>
79
-
80
- <li><a href="./NetLinx/Compile.html">NetLinx::Compile</a>
81
-
82
- <li><a href="./NetLinx/Compile/Extension.html">NetLinx::Compile::Extension</a>
83
-
84
- <li><a href="./NetLinx/Compile/Extension/APW.html">NetLinx::Compile::Extension::APW</a>
85
-
86
- <li><a href="./NetLinx/Project.html">NetLinx::Project</a>
87
-
88
- <li><a href="./NetLinx/System.html">NetLinx::System</a>
89
-
90
- <li><a href="./NetLinx/SystemFile.html">NetLinx::SystemFile</a>
91
-
92
- <li><a href="./NetLinx/Workspace.html">NetLinx::Workspace</a>
93
-
94
- </ul>
95
- </nav>
96
-
97
- </div>
98
- </nav>
99
-
100
- <div id="documentation">
101
- <h1 class="module">module NetLinx</h1>
102
-
103
- <div id="description" class="description">
104
-
105
- </div><!-- description -->
106
-
107
-
108
-
109
-
110
- <section id="5Buntitled-5D" class="documentation-section">
111
-
112
-
113
-
114
-
115
-
116
-
117
-
118
-
119
- <!-- Methods -->
120
-
121
- </section><!-- 5Buntitled-5D -->
122
-
123
- </div><!-- documentation -->
124
-
125
-
126
- <footer id="validator-badges">
127
- <p><a href="http://validator.w3.org/check/referer">[Validate]</a>
128
- <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 4.0.1.
129
- <p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
130
- </footer>
131
-
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
+ <head>
5
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
+ <title>
7
+ Module: NetLinx
8
+
9
+ &mdash; Documentation by YARD 0.8.7.4
10
+
11
+ </title>
12
+
13
+ <link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
14
+
15
+ <link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
16
+
17
+ <script type="text/javascript" charset="utf-8">
18
+ hasFrames = window.top.frames.main ? true : false;
19
+ relpath = '';
20
+ framesUrl = "frames.html#!NetLinx.html";
21
+ </script>
22
+
23
+
24
+ <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
25
+
26
+ <script type="text/javascript" charset="utf-8" src="js/app.js"></script>
27
+
28
+
29
+ </head>
30
+ <body>
31
+ <div id="header">
32
+ <div id="menu">
33
+
34
+ <a href="_index.html">Index (N)</a> &raquo;
35
+
36
+
37
+ <span class="title">NetLinx</span>
38
+
39
+
40
+ <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
41
+ </div>
42
+
43
+ <div id="search">
44
+
45
+ <a class="full_list_link" id="class_list_link"
46
+ href="class_list.html">
47
+ Class List
48
+ </a>
49
+
50
+ <a class="full_list_link" id="method_list_link"
51
+ href="method_list.html">
52
+ Method List
53
+ </a>
54
+
55
+ <a class="full_list_link" id="file_list_link"
56
+ href="file_list.html">
57
+ File List
58
+ </a>
59
+
60
+ </div>
61
+ <div class="clear"></div>
62
+ </div>
63
+
64
+ <iframe id="search_frame"></iframe>
65
+
66
+ <div id="content"><h1>Module: NetLinx
67
+
68
+
69
+
70
+ </h1>
71
+
72
+ <dl class="box">
73
+
74
+
75
+
76
+
77
+
78
+
79
+
80
+
81
+ <dt class="r1 last">Defined in:</dt>
82
+ <dd class="r1 last">lib/netlinx/system.rb<span class="defines">,<br />
83
+ lib/netlinx/project.rb,<br /> lib/netlinx/workspace.rb,<br /> lib/netlinx/system_file.rb,<br /> lib/netlinx/compile/extension/apw.rb</span>
84
+ </dd>
85
+
86
+ </dl>
87
+ <div class="clear"></div>
88
+
89
+ <h2>Defined Under Namespace</h2>
90
+ <p class="children">
91
+
92
+
93
+ <strong class="modules">Modules:</strong> <span class='object_link'><a href="NetLinx/Compile.html" title="NetLinx::Compile (module)">Compile</a></span>
94
+
95
+
96
+
97
+ <strong class="classes">Classes:</strong> <span class='object_link'><a href="NetLinx/Project.html" title="NetLinx::Project (class)">Project</a></span>, <span class='object_link'><a href="NetLinx/System.html" title="NetLinx::System (class)">System</a></span>, <span class='object_link'><a href="NetLinx/SystemFile.html" title="NetLinx::SystemFile (class)">SystemFile</a></span>, <span class='object_link'><a href="NetLinx/Workspace.html" title="NetLinx::Workspace (class)">Workspace</a></span>
98
+
99
+
100
+ </p>
101
+
102
+
103
+
104
+
105
+
106
+
107
+
108
+
109
+
110
+ </div>
111
+
112
+ <div id="footer">
113
+ Generated on Fri May 9 21:30:47 2014 by
114
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
115
+ 0.8.7.4 (ruby-2.1.1).
116
+ </div>
117
+
118
+ </body>
119
+ </html>
@@ -1,127 +1,115 @@
1
- <!DOCTYPE html>
2
-
3
- <html>
4
- <head>
5
- <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
6
-
7
- <title>module NetLinx::Compile - RDoc Documentation</title>
8
-
9
- <link type="text/css" media="screen" href="../rdoc.css" rel="stylesheet">
10
-
11
- <script type="text/javascript">
12
- var rdoc_rel_prefix = "../";
13
- </script>
14
-
15
- <script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
16
- <script type="text/javascript" charset="utf-8" src="../js/navigation.js"></script>
17
- <script type="text/javascript" charset="utf-8" src="../js/search_index.js"></script>
18
- <script type="text/javascript" charset="utf-8" src="../js/search.js"></script>
19
- <script type="text/javascript" charset="utf-8" src="../js/searcher.js"></script>
20
- <script type="text/javascript" charset="utf-8" src="../js/darkfish.js"></script>
21
-
22
-
23
- <body id="top" class="module">
24
- <nav id="metadata">
25
- <nav id="home-section" class="section">
26
- <h3 class="section-header">
27
- <a href="../index.html">Home</a>
28
- <a href="../table_of_contents.html#classes">Classes</a>
29
- <a href="../table_of_contents.html#methods">Methods</a>
30
- </h3>
31
- </nav>
32
-
33
-
34
- <nav id="search-section" class="section project-section" class="initially-hidden">
35
- <form action="#" method="get" accept-charset="utf-8">
36
- <h3 class="section-header">
37
- <input type="text" name="search" placeholder="Search" id="search-field"
38
- title="Type to search, Up and Down to navigate, Enter to load">
39
- </h3>
40
- </form>
41
-
42
- <ul id="search-results" class="initially-hidden"></ul>
43
- </nav>
44
-
45
-
46
-
47
-
48
- <div id="file-metadata">
49
- <nav id="file-list-section" class="section">
50
- <h3 class="section-header">Defined In</h3>
51
- <ul>
52
- <li>lib/netlinx/compile/extension/apw.rb
53
- </ul>
54
- </nav>
55
-
56
-
57
- </div>
58
-
59
- <div id="class-metadata">
60
-
61
-
62
-
63
-
64
-
65
- </div>
66
-
67
- <div id="project-metadata">
68
-
69
- <nav id="classindex-section" class="section project-section">
70
- <h3 class="section-header">Class and Module Index</h3>
71
-
72
- <ul class="link-list">
73
-
74
- <li><a href="../NetLinx.html">NetLinx</a>
75
-
76
- <li><a href="../NetLinx/Compile.html">NetLinx::Compile</a>
77
-
78
- <li><a href="../NetLinx/Compile/Extension.html">NetLinx::Compile::Extension</a>
79
-
80
- <li><a href="../NetLinx/Compile/Extension/APW.html">NetLinx::Compile::Extension::APW</a>
81
-
82
- <li><a href="../NetLinx/Project.html">NetLinx::Project</a>
83
-
84
- <li><a href="../NetLinx/System.html">NetLinx::System</a>
85
-
86
- <li><a href="../NetLinx/SystemFile.html">NetLinx::SystemFile</a>
87
-
88
- <li><a href="../NetLinx/Workspace.html">NetLinx::Workspace</a>
89
-
90
- </ul>
91
- </nav>
92
-
93
- </div>
94
- </nav>
95
-
96
- <div id="documentation">
97
- <h1 class="module">module NetLinx::Compile</h1>
98
-
99
- <div id="description" class="description">
100
-
101
- </div><!-- description -->
102
-
103
-
104
-
105
-
106
- <section id="5Buntitled-5D" class="documentation-section">
107
-
108
-
109
-
110
-
111
-
112
-
113
-
114
-
115
- <!-- Methods -->
116
-
117
- </section><!-- 5Buntitled-5D -->
118
-
119
- </div><!-- documentation -->
120
-
121
-
122
- <footer id="validator-badges">
123
- <p><a href="http://validator.w3.org/check/referer">[Validate]</a>
124
- <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 4.0.1.
125
- <p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
126
- </footer>
127
-
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
+ <head>
5
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
+ <title>
7
+ Module: NetLinx::Compile
8
+
9
+ &mdash; Documentation by YARD 0.8.7.4
10
+
11
+ </title>
12
+
13
+ <link rel="stylesheet" href="../css/style.css" type="text/css" charset="utf-8" />
14
+
15
+ <link rel="stylesheet" href="../css/common.css" type="text/css" charset="utf-8" />
16
+
17
+ <script type="text/javascript" charset="utf-8">
18
+ hasFrames = window.top.frames.main ? true : false;
19
+ relpath = '../';
20
+ framesUrl = "../frames.html#!NetLinx/Compile.html";
21
+ </script>
22
+
23
+
24
+ <script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
25
+
26
+ <script type="text/javascript" charset="utf-8" src="../js/app.js"></script>
27
+
28
+
29
+ </head>
30
+ <body>
31
+ <div id="header">
32
+ <div id="menu">
33
+
34
+ <a href="../_index.html">Index (C)</a> &raquo;
35
+ <span class='title'><span class='object_link'><a href="../NetLinx.html" title="NetLinx (module)">NetLinx</a></span></span>
36
+ &raquo;
37
+ <span class="title">Compile</span>
38
+
39
+
40
+ <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
41
+ </div>
42
+
43
+ <div id="search">
44
+
45
+ <a class="full_list_link" id="class_list_link"
46
+ href="../class_list.html">
47
+ Class List
48
+ </a>
49
+
50
+ <a class="full_list_link" id="method_list_link"
51
+ href="../method_list.html">
52
+ Method List
53
+ </a>
54
+
55
+ <a class="full_list_link" id="file_list_link"
56
+ href="../file_list.html">
57
+ File List
58
+ </a>
59
+
60
+ </div>
61
+ <div class="clear"></div>
62
+ </div>
63
+
64
+ <iframe id="search_frame"></iframe>
65
+
66
+ <div id="content"><h1>Module: NetLinx::Compile
67
+
68
+
69
+
70
+ </h1>
71
+
72
+ <dl class="box">
73
+
74
+
75
+
76
+
77
+
78
+
79
+
80
+
81
+ <dt class="r1 last">Defined in:</dt>
82
+ <dd class="r1 last">lib/netlinx/compile/extension/apw.rb</dd>
83
+
84
+ </dl>
85
+ <div class="clear"></div>
86
+
87
+ <h2>Defined Under Namespace</h2>
88
+ <p class="children">
89
+
90
+
91
+ <strong class="modules">Modules:</strong> <span class='object_link'><a href="Compile/Extension.html" title="NetLinx::Compile::Extension (module)">Extension</a></span>
92
+
93
+
94
+
95
+
96
+ </p>
97
+
98
+
99
+
100
+
101
+
102
+
103
+
104
+
105
+
106
+ </div>
107
+
108
+ <div id="footer">
109
+ Generated on Fri May 9 21:30:47 2014 by
110
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
111
+ 0.8.7.4 (ruby-2.1.1).
112
+ </div>
113
+
114
+ </body>
115
+ </html>