SYMBOL INDEX (176 symbols across 29 files) FILE: server.js function onServerStart (line 22) | function onServerStart() { function serverListening (line 28) | function serverListening() { function serverError (line 32) | function serverError(error) { function serverConnection (line 36) | function serverConnection(connection) { FILE: src/autorun.js function arExists (line 23) | function arExists(exists) { function arFound (line 28) | function arFound(err, files) { function appStart (line 49) | function appStart(file) { function arWatch (line 124) | function arWatch() { function arAdd (line 135) | function arAdd(filename) { function arChange (line 140) | function arChange(filename) { function appStop (line 146) | function appStop(file) { FILE: src/bonescript.js function _onSocketIOLoaded (line 41) | function _onSocketIOLoaded(host, port, socketio, passphrase_hash) { function _seqcall (line 119) | function _seqcall(data) { function myrequire (line 132) | function myrequire(module) { FILE: src/hw_capemgr.js function doCreateDT (line 120) | function doCreateDT(resp) { function onCreateDT (line 128) | function onCreateDT(resp) { function onFileExists (line 226) | function onFileExists(exists) { function onGPIOExport (line 237) | function onGPIOExport(err) { function onGPIODirectionSet (line 245) | function onGPIODirectionSet(err) { function onError (line 250) | function onError(err) { function findOwner (line 257) | function findOwner() { function onGPIOUsers (line 261) | function onGPIOUsers(err, data) { FILE: src/hw_mainline.js function stopPWM (line 373) | function stopPWM(callback) { function updatePeriodAndDuty (line 395) | function updatePeriodAndDuty() { FILE: src/index.d.ts constant OUTPUT (line 131) | const OUTPUT: 'out'; constant INPUT (line 132) | const INPUT: 'in'; constant INPUT_PULLUP (line 133) | const INPUT_PULLUP: 'in_pullup'; constant ANALOG_OUTPUT (line 134) | const ANALOG_OUTPUT: 'analog_out'; constant HIGH (line 135) | const HIGH: 1; constant LOW (line 136) | const LOW: 0; constant LSBFIRST (line 137) | const LSBFIRST: 1; constant MSBFIRST (line 138) | const MSBFIRST: 0; constant CHANGE (line 139) | const CHANGE: 'both'; constant RISING (line 140) | const RISING: 'rising'; constant FALLING (line 141) | const FALLING: 'falling'; type PlatformObj (line 144) | interface PlatformObj { type PinModeObj (line 163) | interface PinModeObj { type BoneObj (line 183) | interface BoneObj { type PinsObj (line 191) | interface PinsObj { type UartsObj (line 195) | interface UartsObj { type i2cObj (line 199) | interface i2cObj { type PinInfo (line 203) | interface PinInfo { type PwmInfo (line 224) | interface PwmInfo { type UartInfo (line 235) | interface UartInfo { type i2cInfo (line 241) | interface i2cInfo { type PinStateType (line 249) | type PinStateType = typeof HIGH | typeof LOW; type PinModeType (line 250) | type PinModeType = typeof ANALOG_OUTPUT | typeof INPUT | typeof INPUT_PU... type InterruptType (line 251) | type InterruptType = typeof RISING | typeof FALLING | typeof CHANGE; type BitOrderType (line 252) | type BitOrderType = typeof LSBFIRST | typeof MSBFIRST; type ErrorCb (line 253) | type ErrorCb = (err: ErrorType) => void; type InterruptFn (line 254) | type InterruptFn = (resp: { type AttachIntCb (line 258) | type AttachIntCb = (resp: { type DetachIntCb (line 262) | type DetachIntCb = (resp: { type PinModeCb (line 266) | type PinModeCb = (resp: { type DigitalWriteCb (line 270) | type DigitalWriteCb = (resp: { type ErrorType (line 274) | type ErrorType = VError; FILE: src/index.js function analogCallback (line 304) | function analogCallback(x) { function analogValue (line 313) | function analogValue(x) { function next (line 352) | function next(err) { function dateResponse (line 730) | function dateResponse(error, stdout, stderr) { function run (line 795) | function run() { FILE: src/my.js function proxyGet (line 20) | function proxyGet(target, name) { function proxyFunction (line 32) | function proxyFunction() { function onFindCapeMgr (line 94) | function onFindCapeMgr(resp) { function onReadDir (line 132) | function onReadDir(err, files) { function onFindCapeMgr (line 186) | function onFindCapeMgr(x) { function onReadSlots (line 204) | function onReadSlots(err, slots) { function onWriteSlots (line 233) | function onWriteSlots(err) { function unloadSlot (line 252) | function unloadSlot() { function onUnloadSlot (line 269) | function onUnloadSlot(err) { function onDTBOExistsTest (line 304) | function onDTBOExistsTest(exists) { function createDTS (line 312) | function createDTS() { function onDTSWrite (line 335) | function onDTSWrite(err) { function dtcHandler (line 351) | function dtcHandler(error, stdout, stderr) { function onDTBOExists (line 361) | function onDTBOExists() { function myCallback (line 559) | function myCallback(x) { FILE: src/rc.js function myCallback (line 40) | function myCallback() { FILE: src/server.js function addServerListener (line 39) | function addServerListener(event, listener) { function mylisten (line 59) | function mylisten(port, directory, passphrase_hash) { FILE: src/socket_handlers.js function sendFile (line 14) | function sendFile(err, file) { function onconnect (line 60) | function onconnect(socket) { function serverMessage (line 154) | function serverMessage(message) { function spawn (line 161) | function spawn(socket) { FILE: test/TODO/bacon_test.js function blink (line 55) | function blink() { function readButton (line 62) | function readButton() { function onDigitalRead (line 67) | function onDigitalRead(x) { function update7Seg (line 75) | function update7Seg() { function onAnalogRead (line 80) | function onAnalogRead(x) { function onI2C (line 93) | function onI2C() { function readAccel (line 96) | function readAccel() { function onReadBytes (line 100) | function onReadBytes(x) { function convertToG (line 109) | function convertToG(x) { FILE: test/TODO/fix-ssh.js function onGetPlatform (line 5) | function onGetPlatform(x) { function onSetDate (line 15) | function onSetDate(x) { function onShell (line 29) | function onShell(x) { function complete (line 35) | function complete() { function err (line 40) | function err(x) { function printJSON (line 45) | function printJSON(x) { FILE: test/TODO/remote_bonetest.js function _onSocketIOLoaded (line 26) | function _onSocketIOLoaded() { function _seqcall (line 88) | function _seqcall(data) { FILE: test/TODO/setdate.js function onGetPlatform (line 5) | function onGetPlatform(x) { function onSetDate (line 15) | function onSetDate(x) { function complete (line 19) | function complete() { function err (line 24) | function err(x) { function printJSON (line 29) | function printJSON(x) { FILE: test/TODO/test-digitalread.js function doRead (line 5) | function doRead() { FILE: test/TODO/test-getpinmode.js function deleteFile (line 22) | function deleteFile(filename) { FILE: test/TODO/test-i2c-accel.js function onI2C (line 11) | function onI2C(x) { function onScan (line 17) | function onScan(x) { function onWriteBytes (line 21) | function onWriteBytes(x) { function onWriteByte (line 27) | function onWriteByte(x) { function onReadBytes (line 32) | function onReadBytes(x) { FILE: test/TODO/test-i2c.js function onI2C (line 12) | function onI2C(x) { function onScan (line 18) | function onScan(err, data) { function onWriteByte (line 22) | function onWriteByte(err) { function onReadBytes (line 26) | function onReadBytes(err, res) { FILE: test/TODO/test-serial.js function onRxSerial (line 9) | function onRxSerial(x) { function onTxSerial (line 21) | function onTxSerial(x) { function printJSON (line 33) | function printJSON(x) { function writeRepeatedly (line 37) | function writeRepeatedly() { function onSerialWrite (line 41) | function onSerialWrite(x) { FILE: test/TODO/wired_basic_test.js function onGetPlatform (line 33) | function onGetPlatform(x) { function onSetDate (line 47) | function onSetDate(x) { function onEcho (line 56) | function onEcho(x) { function onGetPinMode (line 62) | function onGetPinMode(x) { function onPinModeInput (line 68) | function onPinModeInput(x) { function onPinModeOutput (line 74) | function onPinModeOutput(x) { function onDigitalWriteLow (line 80) | function onDigitalWriteLow(x) { function onDigitalReadLow (line 86) | function onDigitalReadLow(x) { function onDigitalWriteHigh (line 92) | function onDigitalWriteHigh(x) { function onDigitalReadHigh (line 98) | function onDigitalReadHigh(x) { function onAnalogWrite (line 104) | function onAnalogWrite(x) { function doAnalogRead (line 110) | function doAnalogRead() { function onAnalogRead (line 114) | function onAnalogRead(x) { function onWriteTextFile (line 121) | function onWriteTextFile(x) { function onReadTextFile (line 127) | function onReadTextFile(x) { function doSerial (line 135) | function doSerial() { function onSerialInOpen (line 140) | function onSerialInOpen(x) { function onSerialOutOpen (line 151) | function onSerialOutOpen(x) { function doSerialWrite (line 161) | function doSerialWrite() { function onSerialWrite (line 172) | function onSerialWrite(x) { function onSerialInData (line 176) | function onSerialInData(x) { function complete (line 188) | function complete() { function err (line 194) | function err(x) { function onTimeout (line 200) | function onTimeout() { function printJSON (line 204) | function printJSON(x) { FILE: test/test-autorun.js function onTimeout1 (line 49) | function onTimeout1() { function onTimeout2 (line 55) | function onTimeout2() { function onUnlink (line 60) | function onUnlink() { FILE: test/test-bone.js function makeTest (line 117) | function makeTest(i) { function compareResults (line 130) | function compareResults(results, expected) { FILE: test/test-ffi.js function onWriteTextFile (line 66) | function onWriteTextFile() { function onReadTextFile (line 74) | function onReadTextFile() { FILE: test/test-getpinmode.js function makeTest (line 409) | function makeTest(i) { function compareResults (line 427) | function compareResults(results, expected) { FILE: test/test-lint.js function testDir (line 13) | function testDir(dir) { function testFile (line 20) | function testFile(fileToTest) { FILE: test/test-math.js function getRandomInt (line 8) | function getRandomInt() { FILE: test/test-rpc.js function mycb (line 8) | function mycb(serverObj) { function getPlatformTest_oldstyle (line 22) | function getPlatformTest_oldstyle() { function getPlatformTest_nodestyle (line 33) | function getPlatformTest_nodestyle(platform_) { function pinModeTest_oldstyle (line 47) | function pinModeTest_oldstyle() { function pinModeTest_nodestyle (line 59) | function pinModeTest_nodestyle(x) { function getPinModeTest_oldstyle (line 73) | function getPinModeTest_oldstyle() { function getPinModeTest_nodestyle (line 88) | function getPinModeTest_nodestyle(x) { function digitalWriteTest (line 107) | function digitalWriteTest() { function digitalReadTest_oldstyle (line 119) | function digitalReadTest_oldstyle() { function digitalReadTest_nodestyle (line 131) | function digitalReadTest_nodestyle(x) { function analogWriteTest (line 145) | function analogWriteTest() { function analogReadTest_oldstyle (line 158) | function analogReadTest_oldstyle() { function analogReadTest_nodestyle (line 170) | function analogReadTest_nodestyle(x) { function attachInterruptTest_oldstyle (line 183) | function attachInterruptTest_oldstyle() { function attachInterruptTest_nodestyle (line 194) | function attachInterruptTest_nodestyle(x) { function readTextFileTest_oldstyle (line 206) | function readTextFileTest_oldstyle() { function readTextFileTest_nodestyle (line 218) | function readTextFileTest_nodestyle(x) { FILE: test/test-rpc_secure.js function mycb (line 11) | function mycb(serverobj) {