Update comments on devices module.
This commit is contained in:
parent
5c9091d957
commit
2e8d20f40a
|
@ -9,7 +9,8 @@ const Log = require("log");
|
||||||
**/
|
**/
|
||||||
class Devices {
|
class Devices {
|
||||||
/**
|
/**
|
||||||
*
|
* Constructor assigns arduino, settings, UI browser window and cam objects
|
||||||
|
* locally to this class for reference.
|
||||||
**/
|
**/
|
||||||
constructor(arduino, settings, mainWindow, cam) {
|
constructor(arduino, settings, mainWindow, cam) {
|
||||||
this.connected = {};
|
this.connected = {};
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -9,7 +9,8 @@ const Log = require("log");
|
||||||
**/
|
**/
|
||||||
class Devices {
|
class Devices {
|
||||||
/**
|
/**
|
||||||
*
|
* Constructor assigns arduino, settings, UI browser window and cam objects
|
||||||
|
* locally to this class for reference.
|
||||||
**/
|
**/
|
||||||
constructor(arduino, settings, mainWindow, cam) {
|
constructor(arduino, settings, mainWindow, cam) {
|
||||||
this.connected = {};
|
this.connected = {};
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -9,7 +9,8 @@ const Log = require("log");
|
||||||
**/
|
**/
|
||||||
class Devices {
|
class Devices {
|
||||||
/**
|
/**
|
||||||
*
|
* Constructor assigns arduino, settings, UI browser window and cam objects
|
||||||
|
* locally to this class for reference.
|
||||||
**/
|
**/
|
||||||
constructor(arduino, settings, mainWindow, cam) {
|
constructor(arduino, settings, mainWindow, cam) {
|
||||||
this.connected = {};
|
this.connected = {};
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -22,7 +22,8 @@ class Devices {
|
||||||
private cam : any;
|
private cam : any;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
* Constructor assigns arduino, settings, UI browser window and cam objects
|
||||||
|
* locally to this class for reference.
|
||||||
**/
|
**/
|
||||||
constructor (arduino : Arduino, settings : any, mainWindow : any, cam : any) {
|
constructor (arduino : Arduino, settings : any, mainWindow : any, cam : any) {
|
||||||
this.arduino = arduino;
|
this.arduino = arduino;
|
||||||
|
|
Loading…
Reference in New Issue