Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ArduPilot/ArduRemoteID
/ functions
Functions
409 in github.com/ArduPilot/ArduRemoteID
⨍
Functions
409
◇
Types & classes
24
Method
check_OTA_partition
RemoteIDModule/check_firmware.cpp:22
Method
check_OTA_running
RemoteIDModule/check_firmware.cpp:95
Method
check_partition
RemoteIDModule/check_firmware.cpp:8
Method
check_signature
check signature in a command against public keys */
RemoteIDModule/transport.cpp:118
Function
comm_send_buffer
send a buffer out a MAVLink channel */
RemoteIDModule/mavlink.cpp:21
Method
computeTimings
RemoteIDModule/CANDriver.cpp:100
Function
config_change_response
(reply)
scripts/secure_command.py:109
Function
crypto_argon2i
RemoteIDModule/monocypher.cpp:1027
Function
crypto_check
RemoteIDModule/monocypher.cpp:2453
Function
crypto_from_eddsa_private
////////////////// EdDSA to X25519 /// //////////////////
RemoteIDModule/monocypher.cpp:2466
Function
crypto_from_eddsa_public
RemoteIDModule/monocypher.cpp:2474
Function
crypto_hidden_key_pair
RemoteIDModule/monocypher.cpp:2822
Function
crypto_hidden_to_curve
Elligator direct map Computes the point corresponding to a representative, encoded in 32 bytes (little Endian). Since positive representatives fits
RemoteIDModule/monocypher.cpp:2715
Function
crypto_ietf_chacha20
RemoteIDModule/monocypher.cpp:305
Function
crypto_key_exchange
/////////////// Key exchange /// ///////////////
RemoteIDModule/monocypher.cpp:2847
Function
crypto_lock
RemoteIDModule/monocypher.cpp:3031
Function
crypto_poly1305
RemoteIDModule/monocypher.cpp:470
Function
crypto_sign
RemoteIDModule/monocypher.cpp:2399
Function
crypto_sign_public_key
RemoteIDModule/monocypher.cpp:2319
Function
crypto_unlock
RemoteIDModule/monocypher.cpp:3038
Function
crypto_verify64
RemoteIDModule/monocypher.cpp:160
Function
crypto_x25519_dirty_small
"Small" dirty ephemeral key. Use if you need to shrink the size of the binary, and can afford to slow down by a factor of two (compared to the fast ve
RemoteIDModule/monocypher.cpp:2560
Function
crypto_x25519_inverse
RemoteIDModule/monocypher.cpp:2910
Function
crypto_x25519_public_key
RemoteIDModule/monocypher.cpp:1661
Function
crypto_xchacha20
RemoteIDModule/monocypher.cpp:312
Method
dBm_to_tx_power
map dBm to a TX power */
RemoteIDModule/BLE_TX.cpp:55
Method
dBm_to_tx_power
map dBm to a TX power */
RemoteIDModule/WiFi_TX.cpp:125
Method
dataLengthToDlc
RemoteIDModule/DroneCAN.cpp:305
Method
dlcToDataLength
RemoteIDModule/DroneCAN.cpp:326
Method
do_DNA
RemoteIDModule/DroneCAN.cpp:433
Function
do_callback
(responseText)
RemoteIDModule/web/js/tools.js:161
Function
enum_string
RemoteIDModule/status.cpp:176
Method
exists
RemoteIDModule/romfs.cpp:20
Method
find
find by name */
RemoteIDModule/parameters.cpp:97
Method
find_by_index
find by index */
RemoteIDModule/parameters.cpp:110
Method
find_stream
RemoteIDModule/romfs.cpp:25
Method
find_string
decompress and return a string */
RemoteIDModule/romfs.cpp:79
Method
flush
RemoteIDModule/romfs.h:38
Method
generate_random_mac
RemoteIDModule/transmitter.cpp:7
Method
get_last_location_ms
RemoteIDModule/transport.h:42
Method
get_last_system_ms
RemoteIDModule/transport.h:46
Method
get_parse_fail
RemoteIDModule/transport.h:54
Function
get_session_key_response
(reply)
scripts/secure_command.py:61
Method
handle
RemoteIDModule/webinterface.cpp:32
Method
handle
RemoteIDModule/webinterface.cpp:78
Method
handle_BasicID
RemoteIDModule/DroneCAN.cpp:490
Method
handle_Location
RemoteIDModule/DroneCAN.cpp:560
Method
handle_OperatorID
RemoteIDModule/DroneCAN.cpp:547
Method
handle_SecureCommand
handle SecureCommand */
RemoteIDModule/DroneCAN.cpp:757
Method
handle_SelfID
RemoteIDModule/DroneCAN.cpp:507
Method
handle_System
RemoteIDModule/DroneCAN.cpp:519
Method
handle_allocation_response
RemoteIDModule/DroneCAN.cpp:395
Method
handle_get_node_info
handle a GET_NODE_INFO request */
RemoteIDModule/DroneCAN.cpp:363
Method
handle_param_getset
handle parameter GetSet request */
RemoteIDModule/DroneCAN.cpp:594
Method
handle_secure_command
handle a SECURE_COMMAND */
RemoteIDModule/mavlink_secure_command.cpp:13
Method
have_basic_id_2_info
RemoteIDModule/parameters.cpp:378
Function
ib
(a,b,c)
RemoteIDModule/web/js/jquery.min.js:3
Method
init
init web server */
RemoteIDModule/webinterface.cpp:91
Method
init
RemoteIDModule/BLE_TX.cpp:89
Method
init
RemoteIDModule/WiFi_TX.cpp:13
Method
init
RemoteIDModule/CANDriver.cpp:39
Method
init
RemoteIDModule/DroneCAN.cpp:47
Method
init
RemoteIDModule/mavlink.cpp:40
Method
init
RemoteIDModule/parameters.cpp:307
Method
init_bus
RemoteIDModule/CANDriver.cpp:86
Method
init_once
RemoteIDModule/CANDriver.cpp:54
Method
isRemoteTransmissionRequest
RemoteIDModule/CANDriver.h:76
Method
load_defaults
load defaults from parameter table */
RemoteIDModule/parameters.cpp:287
Method
make_session_key
make a session key */
RemoteIDModule/transport.cpp:99
Method
mav_printf
printf via MAVLink STATUSTEXT for debugging */
RemoteIDModule/mavlink.cpp:118
Method
micros64
RemoteIDModule/DroneCAN.cpp:350
Method
name
RemoteIDModule/romfs.cpp:39
Method
node_status_send
RemoteIDModule/DroneCAN.cpp:97
Function
onTransferReceived_trampoline
RemoteIDModule/DroneCAN.cpp:221
Method
operator!=
RemoteIDModule/CANDriver.h:63
Method
operator==
RemoteIDModule/CANDriver.h:67
Function
page_fill_json_value
(json)
RemoteIDModule/web/js/tools.js:26
Method
peek
RemoteIDModule/romfs.cpp:60
Method
priorityLowerThan
RemoteIDModule/CANDriver.h:93
Method
processRx
RemoteIDModule/DroneCAN.cpp:267
Method
processTx
RemoteIDModule/DroneCAN.cpp:244
Method
process_packet
RemoteIDModule/mavlink.cpp:131
Function
ra
()
RemoteIDModule/web/js/jquery.min.js:2
Method
readBytes
RemoteIDModule/romfs.h:39
Method
readUniqueID
RemoteIDModule/DroneCAN.cpp:481
Function
rotl32
RemoteIDModule/monocypher.cpp:142
Function
rotr64
RemoteIDModule/monocypher.cpp:141
Method
set_by_name_char64
RemoteIDModule/parameters.cpp:403
Method
set_by_name_int8
RemoteIDModule/parameters.cpp:393
Method
set_by_name_uint8
RemoteIDModule/parameters.cpp:383
Function
set_efuses
set efuses to prevent firmware upload except via signed web interface */
RemoteIDModule/efuse.cpp:35
Function
set_message_color
(id, color, message)
RemoteIDModule/web/js/tools.js:189
Method
set_parse_fail
RemoteIDModule/transport.h:50
Method
set_state
RemoteIDModule/led.h:19
Function
shouldAcceptTransfer_trampoline
see if we want to process this packet */
RemoteIDModule/DroneCAN.cpp:231
Method
size
RemoteIDModule/romfs.cpp:34
Method
transmit_beacon
update the payload of the beacon frames in this function
RemoteIDModule/WiFi_TX.cpp:73
Method
transmit_legacy
RemoteIDModule/BLE_TX.cpp:162
Method
transmit_longrange
RemoteIDModule/BLE_TX.cpp:133
Method
transmit_nan
RemoteIDModule/WiFi_TX.cpp:47
← previous
next →
301–400 of 409, ranked by callers