MCPcopy Create free account

hub / github.com/Neumi/ethersweep / functions

Functions81 in github.com/Neumi/ethersweep

↓ 10 callersMethodsendError
code/ethersweep_STM32_450/src/Messenger.cpp:13
↓ 8 callersMethoddisableMotor
disables motor
code/ethersweep_STM32_450/src/Motor.cpp:283
↓ 7 callersMethodgetEmergencyStopState
code/ethersweep_STM32_450/src/SensorManager.cpp:105
↓ 7 callersMethodsendInfo
code/ethersweep_STM32_450/src/Messenger.cpp:18
↓ 4 callersMethodgetAngle
code/ethersweep_STM32_450/src/SensorManager.cpp:75
↓ 4 callersMethodgetEndStopState
code/ethersweep_STM32_450/src/SensorManager.cpp:110
↓ 3 callersMethoddrawDisplay
refresh and draw all data on display
code/ethersweep_STM32_450/src/Display.cpp:23
↓ 3 callersMethoddriveMotor
drives motor a certain number of steps.
code/ethersweep_STM32_450/src/Motor.cpp:66
↓ 3 callersMethodenableMotor
enables motor
code/ethersweep_STM32_450/src/Motor.cpp:290
↓ 3 callersMethodgetJobState
code/ethersweep_STM32_450/src/SensorManager.cpp:125
↓ 3 callersMethodsendUDPMessage
code/ethersweep_STM32_450/src/Messenger.cpp:23
↓ 3 callersMethodsetJobState
code/ethersweep_STM32_450/src/SensorManager.cpp:130
↓ 2 callersMethodformatAddress
formats IP to a human readable string
code/ethersweep_STM32_450/src/Display.cpp:100
↓ 2 callersMethodgetMotorDriverFailure
code/ethersweep_STM32_450/src/SensorManager.cpp:120
↓ 2 callersMethodgetVoltage
return voltage in millivolts
code/ethersweep_STM32_450/src/SensorManager.cpp:69
↓ 2 callersMethodinit
inits all outputs.
code/ethersweep_STM32_450/src/Motor.cpp:23
↓ 2 callersFunctionrun_motor_quater_revolution
code/ethersweep_STM32_450/test/test_hardware/test_hardware.cpp:179
↓ 2 callersMethodsetStepMode
sets step mode. options are half, quater, eigth and sixteenth step mode.
code/ethersweep_STM32_450/src/Motor.cpp:36
↓ 1 callersFunctiondisplay_done
code/ethersweep_STM32_450/test/test_hardware/test_hardware.cpp:41
↓ 1 callersMethodgetData
reads and gets data from sensor
code/ethersweep_STM32_450/src/Display.cpp:12
↓ 1 callersMethodgetDisplayRefreshTime
Updated method names
code/ethersweep_STM32_450/src/Configurator.cpp:85
↓ 1 callersMethodgetFeedbackTime
code/ethersweep_STM32_450/src/Configurator.cpp:93
↓ 1 callersMethodgetMac
returns MAC address, generates new if not existing
code/ethersweep_STM32_450/src/Connection.cpp:48
↓ 1 callersMethodgetMotorDriverDiagnose
code/ethersweep_STM32_450/src/SensorManager.cpp:115
↓ 1 callersMethodhomeMotor
homes motor until endstop is pressed. After first End Stop hit, moves back and tries again slower.
code/ethersweep_STM32_450/src/Motor.cpp:155
↓ 1 callersMethodidentify
sends sensor data to ip, port
code/ethersweep_STM32_450/src/Motor.cpp:252
↓ 1 callersMethodidentifyMotor
code/ethersweep_STM32_450/src/Motor.cpp:267
↓ 1 callersMethodinitializeDisplay
initializes display that has to happen once on startup. Screen is saved in memory of display.
code/ethersweep_STM32_450/src/Display.cpp:113
↓ 1 callersMethodloadData
code/ethersweep_STM32_450/src/Configurator.cpp:33
↓ 1 callersFunctionmain
()
code/python/basic_functions/get_feedback/hearbeat_feedback.py:35
↓ 1 callersFunctionmain
()
code/python/basic_functions/discover_controllers/discover_ethersweeps.py:36
↓ 1 callersMethodpositionMotor
code/ethersweep_STM32_450/src/Motor.cpp:183
↓ 1 callersMethodpowerCycleMotor
power cycles motor controller
code/ethersweep_STM32_450/src/Motor.cpp:304
↓ 1 callersMethodprocessNewConfiguration
code/ethersweep_STM32_450/src/Configurator.cpp:20
↓ 1 callersMethodrampMotor
ramps motor to speed. Ramp of 10 % means 5% acceleration, 90% running full speed and 5% decelleration.
code/ethersweep_STM32_450/src/Motor.cpp:105
↓ 1 callersMethodreadSensorValues
code/ethersweep_STM32_450/src/SensorManager.cpp:26
↓ 1 callersMethodsendHeartbeat
sends heartbeat data to ip, port
code/ethersweep_STM32_450/src/Motor.cpp:236
↓ 1 callersMethodsensorFeedback
sends sensor data to ip, port
code/ethersweep_STM32_450/src/Motor.cpp:213
↓ 1 callersMethodsetConnectionMode
sets connection mode, DHCP, STATIC or USB
code/ethersweep_STM32_450/src/Connection.cpp:58
↓ 1 callersMethodsetupDisplay
shows display at setup time (startup)
code/ethersweep_STM32_450/src/Display.cpp:87
↓ 1 callersMethodstartUpCheck
code/ethersweep_STM32_450/src/SensorManager.cpp:38
↓ 1 callersFunctiontask1
()
code/python/basic_functions/get_feedback/hearbeat_feedback.py:12
↓ 1 callersFunctiontask1
()
code/python/basic_functions/discover_controllers/discover_ethersweeps.py:11
↓ 1 callersFunctiontask2
()
code/python/basic_functions/get_feedback/hearbeat_feedback.py:24
↓ 1 callersFunctiontask2
()
code/python/basic_functions/discover_controllers/discover_ethersweeps.py:21
MethodConfigurator
code/ethersweep_STM32_450/src/Configurator.cpp:6
MethodConnection
code/ethersweep_STM32_450/src/Connection.cpp:6
MethodDisplay
code/ethersweep_STM32_450/src/Display.cpp:4
MethodMessenger
code/ethersweep_STM32_450/src/Messenger.cpp:3
MethodMotor
code/ethersweep_STM32_450/src/Motor.cpp:8
MethodSensorManager
code/ethersweep_STM32_450/src/SensorManager.cpp:5
MethodcheckMacAddress
checks if MAC address is already written in EEPROM
code/ethersweep_STM32_450/src/Connection.cpp:12
MethodcheckMagnet
code/ethersweep_STM32_450/src/SensorManager.cpp:85
MethodclearMac
clears EEPROM, only used for debugging
code/ethersweep_STM32_450/src/Connection.cpp:38
MethodfactoryConfiguration
code/ethersweep_STM32_450/src/Configurator.cpp:63
MethodgenerateNewMacEeprom
generates randomized MAC address and writes to EEPROM
code/ethersweep_STM32_450/src/Connection.cpp:29
MethodgetFullEEPROM
for testing only
code/ethersweep_STM32_450/src/Configurator.cpp:73
Methodinit
code/ethersweep_STM32_450/src/Messenger.cpp:8
Methodinit
code/ethersweep_STM32_450/src/SensorManager.cpp:19
Functionloop
code/ethersweep_STM32_450/test/test_hardware/test_hardware.cpp:287
Functionloop
code/ethersweep_STM32_450/src/main.cpp:144
MethodreadData
code/ethersweep_STM32_450/src/Configurator.cpp:25
MethodsaveData
code/ethersweep_STM32_450/src/Configurator.cpp:49
MethodsetDisplayRefreshTime
code/ethersweep_STM32_450/src/Configurator.cpp:89
MethodsetFeedbackTime
code/ethersweep_STM32_450/src/Configurator.cpp:97
Functionsetup
code/ethersweep_STM32_450/test/test_hardware/test_hardware.cpp:263
Functionsetup
code/ethersweep_STM32_450/src/main.cpp:70
Functiontest_display_i2c
code/ethersweep_STM32_450/test/test_hardware/test_hardware.cpp:95
Functiontest_display_interaction
code/ethersweep_STM32_450/test/test_hardware/test_hardware.cpp:27
Functiontest_emergency_stop_pin
code/ethersweep_STM32_450/test/test_hardware/test_hardware.cpp:158
Functiontest_encoder_i2c
code/ethersweep_STM32_450/test/test_hardware/test_hardware.cpp:73
Functiontest_encoder_magent_strengh
code/ethersweep_STM32_450/test/test_hardware/test_hardware.cpp:125
Functiontest_encoder_presence
code/ethersweep_STM32_450/test/test_hardware/test_hardware.cpp:118
Functiontest_encoder_sanity
code/ethersweep_STM32_450/test/test_hardware/test_hardware.cpp:133
Functiontest_end_stop_pin
code/ethersweep_STM32_450/test/test_hardware/test_hardware.cpp:149
Functiontest_ethernet_hardware_check
code/ethersweep_STM32_450/test/test_hardware/test_hardware.cpp:167
Functiontest_i2c_addresses
code/ethersweep_STM32_450/test/test_hardware/test_hardware.cpp:46
Functiontest_motor_driver_quater_turn_left
code/ethersweep_STM32_450/test/test_hardware/test_hardware.cpp:247
Functiontest_motor_driver_quater_turn_right
code/ethersweep_STM32_450/test/test_hardware/test_hardware.cpp:255
Functiontest_status_led
code/ethersweep_STM32_450/test/test_hardware/test_hardware.cpp:19
Functiontest_voltage_sanity
code/ethersweep_STM32_450/test/test_hardware/test_hardware.cpp:141