You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/data.json
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@
38
38
"namespaces": {},
39
39
"tag": "module",
40
40
"file": "socketcan.js",
41
-
"line": 205,
41
+
"line": 203,
42
42
"description": "The Signals modules provides an interface to access the values/signals\nencoded in CAN messages."
43
43
}
44
44
},
@@ -78,7 +78,7 @@
78
78
"module": "Signals",
79
79
"namespace": "",
80
80
"file": "socketcan.js",
81
-
"line": 136,
81
+
"line": 134,
82
82
"description": "Just a container to keep the Signals."
83
83
},
84
84
"DatabaseService": {
@@ -92,7 +92,7 @@
92
92
"module": "Signals",
93
93
"namespace": "",
94
94
"file": "socketcan.js",
95
-
"line": 205,
95
+
"line": 203,
96
96
"description": "A DatabaseService is usually generated once per bus to collect signals\ncoded in the CAN messages according a DB description.",
97
97
"is_constructor": 1,
98
98
"params": [
@@ -166,7 +166,7 @@
166
166
},
167
167
{
168
168
"file": "socketcan.js",
169
-
"line": 97,
169
+
"line": 95,
170
170
"description": "Keep track of listeners who want to be notified if this signal changes",
171
171
"itemtype": "method",
172
172
"name": "onChange",
@@ -181,7 +181,7 @@
181
181
},
182
182
{
183
183
"file": "socketcan.js",
184
-
"line": 107,
184
+
"line": 105,
185
185
"description": "Set new value of this signal. Any local registered clients will\nreceive a notification. Please note, no CAN message is actually\nsend to the bus (@see DatabaseServer::send)",
186
186
"itemtype": "method",
187
187
"name": "update",
@@ -197,7 +197,7 @@
197
197
},
198
198
{
199
199
"file": "socketcan.js",
200
-
"line": 142,
200
+
"line": 140,
201
201
"description": "CAN identifier",
202
202
"itemtype": "attribute",
203
203
"name": "id",
@@ -207,7 +207,7 @@
207
207
},
208
208
{
209
209
"file": "socketcan.js",
210
-
"line": 149,
210
+
"line": 147,
211
211
"description": "Extended Frame Format used",
212
212
"itemtype": "attribute",
213
213
"name": "ext",
@@ -217,7 +217,7 @@
217
217
},
218
218
{
219
219
"file": "socketcan.js",
220
-
"line": 156,
220
+
"line": 154,
221
221
"description": "Symbolic name",
222
222
"itemtype": "attribute",
223
223
"name": "name",
@@ -227,7 +227,7 @@
227
227
},
228
228
{
229
229
"file": "socketcan.js",
230
-
"line": 163,
230
+
"line": 161,
231
231
"description": "Length in bytes of resulting CAN message",
232
232
"itemtype": "attribute",
233
233
"name": "len",
@@ -237,7 +237,7 @@
237
237
},
238
238
{
239
239
"file": "socketcan.js",
240
-
"line": 171,
240
+
"line": 169,
241
241
"description": "This is the time frame that the message gets generated",
242
242
"itemtype": "attribute",
243
243
"name": "interval",
@@ -247,7 +247,7 @@
247
247
},
248
248
{
249
249
"file": "socketcan.js",
250
-
"line": 179,
250
+
"line": 177,
251
251
"description": "This is tells us the message is mutliplexed.",
252
252
"itemtype": "attribute",
253
253
"name": "muxed",
@@ -257,7 +257,7 @@
257
257
},
258
258
{
259
259
"file": "socketcan.js",
260
-
"line": 187,
260
+
"line": 185,
261
261
"description": "Named array of signals within this message. Accessible via index and name.",
262
262
"itemtype": "attribute",
263
263
"name": "signals",
@@ -268,7 +268,7 @@
268
268
},
269
269
{
270
270
"file": "socketcan.js",
271
-
"line": 218,
271
+
"line": 216,
272
272
"description": "Named array of known messages. Accessible via index and name.",
273
273
"itemtype": "attribute",
274
274
"name": "messages",
@@ -278,7 +278,7 @@
278
278
},
279
279
{
280
280
"file": "socketcan.js",
281
-
"line": 282,
281
+
"line": 279,
282
282
"description": "Construct a CAN message and encode all related signals according\nthe rules. Finally send the message to the bus.",
0 commit comments