프로퍼티 | 타입 | 설명 | |
---|---|---|---|
asciiReadingDBConnection | |||
readASCIIFailCount | int |
메소드 | 설명 | |
---|---|---|
InitialiseWiFi ( ) : void | ||
SensorShareServer ( ) : System | ||
SetUpWorkings ( ) : void |
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
ReadASCIICommandFailed ( bool failed ) : void | ||
ReadASCIITimerTimeout ( object o ) : void | ||
ResetReadASCIITimer ( ) : void | ||
StartTakingReadings ( ) : void | ||
StopTakingReadings ( ) : void | ||
processASCIIReading ( byte dataBytes ) : void |
When an ascii reading is reveived this function is called from logbook.cs and processes it
|
메소드 | 설명 | |
---|---|---|
ConfirmSensors ( ) : void | ||
ConnectLogbookAndIdentifySensors ( ) : void | ||
DeviceManagement_NetworkConnected ( ) : void | ||
DoUpdateTextBox ( |
||
InitialiseLogbook ( ) : void | ||
InitialiseSensorData ( ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
LogbookThread ( ) : void | ||
SendAliveMessage ( object ob ) : void | ||
SensorNetServer_Closed ( object sender, |
||
SensorNetServer_Closing ( object sender, CancelEventArgs e ) : void | ||
SensorShareServer_Load ( object sender, |
||
ShutdownSensorServer ( ) : void |
Terminate the varous components of the application
|
|
Start ( ) : void | ||
StartServer ( ) : void | ||
StopWorkings ( ) : void | ||
UpdateOverallStats ( |
||
UpdateSensorTypes ( ) : void |
Called when sensor ids and definitions are received - when both are received updates the server data and if server is starting, sends and invitation and begins taking readings
|
|
UpdateServerDescription ( ) : void | ||
configMenuItem_Click ( object sender, |
||
connectLogbook ( ) : void | ||
disconnectLogbook ( ) : void | ||
exitMenuItem_Click ( object sender, |
||
log_LogMessage ( object sender, |
||
logbook_BatteryTest_Result ( object o, ScienceScope.CommandResultEventArgs e ) : void | ||
logbook_CommandFailed ( object sender, ScienceScope.CommandFailedEventArgs ev ) : void | ||
logbook_CommandResult ( object o, ScienceScope.CommandResultEventArgs e ) : void | ||
logbook_CommandTimeout ( object o, ScienceScope.CommandTimeoutEventArgs ev ) : void | ||
logbook_Disconnected ( object o, |
||
logbook_GetBatteryLevel_Result ( object o, ScienceScope.CommandResultEventArgs e ) : void | ||
logbook_GetSensorRanges_Result ( object o, ScienceScope.CommandResultEventArgs e ) : void | ||
logbook_IdentifySensors_Result ( object o, ScienceScope.CommandResultEventArgs e ) : void | ||
logbook_ReadASCII_Result ( object o, ScienceScope.CommandResultEventArgs ev ) : void | ||
logbook_identifySensors ( ) : void | ||
logbook_sendCommand ( ScienceScope.Logbook command ) : void | ||
networkNode_MessageReceived ( object sender, |
||
startReadingsMenuItem_Click ( object sender, |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
리턴 | void |
protected ReadASCIICommandFailed ( bool failed ) : void | ||
failed | bool | |
리턴 | void |
protected ReadASCIITimerTimeout ( object o ) : void | ||
o | object | |
리턴 | void |
protected processASCIIReading ( byte dataBytes ) : void | ||
dataBytes | byte | |
리턴 | void |
protected SQLiteConnection,System.Data.SQLite asciiReadingDBConnection | ||
리턴 |