MCPcopy Create free account

hub / github.com/PolySync/oscc / functions

Functions421 in github.com/PolySync/oscc

Functionmain
firmware/brake/kia_soul_ev_niro/src/main.cpp:14
Functionmain
()
firmware/brake/kia_soul_ev_niro/tests/property/build.rs:7
Functionmain
firmware/brake/kia_soul_petrol/utils/serial_actuator/src/serial_actuator.cpp:220
Functionmain
firmware/brake/kia_soul_petrol/src/main.cpp:16
Functionmain
()
firmware/brake/kia_soul_petrol/tests/property/build.rs:7
Methodmcp2515_configRate
** Function name: mcp2515_configRate ** Descriptions: set boadrate **************************************************************
firmware/common/libs/mcp_can/mcp_can.cpp:229
Methodmcp2515_getNextFreeTXBuf
** Function name: mcp2515_getNextFreeTXBuf ** Descriptions: get Next free txbuf *************************************************
firmware/common/libs/mcp_can/mcp_can.cpp:581
Methodmcp2515_init
** Function name: mcp2515_init ** Descriptions: init the device *****************************************************************
firmware/common/libs/mcp_can/mcp_can.cpp:387
Methodmcp2515_initCANBuffers
** Function name: mcp2515_initCANBuffers ** Descriptions: init canbuffers *******************************************************
firmware/common/libs/mcp_can/mcp_can.cpp:363
Methodmcp2515_modifyRegister
** Function name: mcp2515_modifyRegister ** Descriptions: set bit of one register ***********************************************
firmware/common/libs/mcp_can/mcp_can.cpp:167
Methodmcp2515_readRegister
** Function name: mcp2515_readRegister ** Descriptions: read register ***********************************************************
firmware/common/libs/mcp_can/mcp_can.cpp:77
Methodmcp2515_readRegisterS
** Function name: mcp2515_readRegisterS ** Descriptions: read registerS *********************************************************
firmware/common/libs/mcp_can/mcp_can.cpp:100
Methodmcp2515_readStatus
** Function name: mcp2515_readStatus ** Descriptions: read mcp2515's Status *****************************************************
firmware/common/libs/mcp_can/mcp_can.cpp:187
Methodmcp2515_read_canMsg
** Function name: mcp2515_read_canMsg ** Descriptions: read message *************************************************************
firmware/common/libs/mcp_can/mcp_can.cpp:553
Methodmcp2515_read_id
** Function name: mcp2515_read_id ** Descriptions: read can id ******************************************************************
firmware/common/libs/mcp_can/mcp_can.cpp:508
Methodmcp2515_reset
** Function name: mcp2515_reset ** Descriptions: reset the device ***************************************************************
firmware/common/libs/mcp_can/mcp_can.cpp:59
Methodmcp2515_setCANCTRL_Mode
** Function name: mcp2515_setCANCTRL_Mode ** Descriptions: set control mode *****************************************************
firmware/common/libs/mcp_can/mcp_can.cpp:208
Methodmcp2515_setRegister
** Function name: mcp2515_setRegister ** Descriptions: set register *************************************************************
firmware/common/libs/mcp_can/mcp_can.cpp:124
Methodmcp2515_setRegisterS
** Function name: mcp2515_setRegisterS ** Descriptions: set registerS ***********************************************************
firmware/common/libs/mcp_can/mcp_can.cpp:143
Methodmcp2515_start_transmit
** Function name: mcp2515_start_transmit ** Descriptions: start transmit ********************************************************
firmware/common/libs/mcp_can/mcp_can.cpp:572
Methodmcp2515_write_canMsg
** Function name: mcp2515_write_canMsg ** Descriptions: write msg ***************************************************************
firmware/common/libs/mcp_can/mcp_can.cpp:533
Methodmcp2515_write_id
** Function name: mcp2515_write_id ** Descriptions: write can id ****************************************************************
firmware/common/libs/mcp_can/mcp_can.cpp:477
Methodoperator->
firmware/common/testing/framework/cucumber-cpp/include/cucumber-cpp/internal/ContextManager.hpp:69
Functionoscc_close
api/src/oscc.c:108
Functionoscc_disable
api/src/oscc.c:172
Functionoscc_enable
api/src/oscc.c:151
Functionoscc_init
api/src/oscc.c:26
Functionoscc_open
api/src/oscc.c:55
Functionoscc_publish_brake_position
api/src/oscc.c:193
Functionoscc_publish_steering_torque
api/src/oscc.c:237
Functionoscc_publish_throttle_position
api/src/oscc.c:215
Functionoscc_subscribe_to_brake_reports
api/src/oscc.c:259
Functionoscc_subscribe_to_fault_reports
api/src/oscc.c:304
Functionoscc_subscribe_to_obd_messages
api/src/oscc.c:319
Functionoscc_subscribe_to_steering_reports
api/src/oscc.c:289
Functionoscc_subscribe_to_throttle_reports
api/src/oscc.c:274
Functionoscc_update_status
api/src/oscc.c:459
Methodoutput
For MCP49x1
firmware/common/libs/DAC_MCP49xx/DAC_MCP49xx.cpp:191
Methodoutput2
MCP49x2 (dual DAC) only. Send a set of new values for the DAC to output in a single function call
firmware/common/libs/DAC_MCP49xx/DAC_MCP49xx.cpp:207
MethodoutputA
firmware/common/testing/mocks/DAC_MCP49xx_mock.cpp:12
MethodoutputB
firmware/common/testing/mocks/DAC_MCP49xx_mock.cpp:17
Methodprintln
firmware/common/testing/mocks/Arduino_mock.cpp:77
Functionprop_check_operator_override
the throttle firmware should be able to correctly and consistently detect operator overrides, disable on reciept, and send a fault report
firmware/throttle/tests/property/src/tests.rs:258
Functionprop_check_operator_override
the steering firmware should be able to correctly and consistently detect operator overrides, disable on reciept, and send a fault report
firmware/steering/tests/property/src/tests.rs:261
Functionprop_check_operator_override
the brake firmware should be able to correctly and consistently detect operator overrides, disable on receipt, and send a fault report
firmware/brake/kia_soul_ev_niro/tests/property/src/tests.rs:255
Functionprop_derivative_term
check derivative term validity with standard formula
firmware/common/libs/pid/tests/property/src/tests.rs:129
Functionprop_integral_term
check integral term validity with standard formula
firmware/common/libs/pid/tests/property/src/tests.rs:103
Functionprop_no_invalid_targets
the throttle firmware should set the commanded pedal position upon reciept of a valid command throttle message
firmware/brake/kia_soul_petrol/tests/property/src/tests.rs:107
Functionprop_only_process_valid_messages
the throttle firmware should not attempt processing any messages that are not throttle or fault commands this means that none of the throttle control
firmware/throttle/tests/property/src/tests.rs:84
Functionprop_only_process_valid_messages
the steering firmware should not attempt processing any messages that are not steering or fault commands this means that none of the steering control
firmware/steering/tests/property/src/tests.rs:84
Functionprop_only_process_valid_messages
the brake firmware should not attempt processing any messages that are not brake or fault commands this means that none of the brake control state wou
firmware/brake/kia_soul_ev_niro/tests/property/src/tests.rs:84
Functionprop_only_process_valid_messages
the throttle firmware should not attempt processing any messages that are not throttle commands
firmware/brake/kia_soul_petrol/tests/property/src/tests.rs:79
Functionprop_output_accurate_spoofs
the throttle firmware should send requested spoof values upon recieving a throttle command message
firmware/throttle/tests/property/src/tests.rs:172
Functionprop_output_accurate_spoofs
the steering firmware should send requested spoof values upon recieving a steering command message
firmware/steering/tests/property/src/tests.rs:172
Functionprop_output_accurate_spoofs
the brake firmware should send requested spoof values upon receiving a brake command message
firmware/brake/kia_soul_ev_niro/tests/property/src/tests.rs:169
Functionprop_output_constrained_spoofs
the throttle firmware should constrain requested spoof values upon recieving a throttle command message
firmware/throttle/tests/property/src/tests.rs:201
Functionprop_output_constrained_spoofs
the steering firmware should constrain requested spoof values upon recieving a steering command message
firmware/steering/tests/property/src/tests.rs:200
Functionprop_output_constrained_spoofs
the brake firmware should constrain requested spoof values upon receiving a brake command message
firmware/brake/kia_soul_ev_niro/tests/property/src/tests.rs:198
Functionprop_process_disable_command
the throttle firmware should set the control state as disabled upon reciept of a valid disable throttle message telling it to disable
firmware/throttle/tests/property/src/tests.rs:148
Functionprop_process_disable_command
the steering firmware should set the control state as disabled upon reciept of a valid disable steering message telling it to disable
firmware/steering/tests/property/src/tests.rs:148
Functionprop_process_disable_command
the brake firmware should set the control state as disabled upon receipt of a valid disable brake message telling it to disable
firmware/brake/kia_soul_ev_niro/tests/property/src/tests.rs:145
Functionprop_process_disable_command
the brake firmware should set the control state as disabled upon reciept of a valid disable brake message telling it to disable
firmware/brake/kia_soul_petrol/tests/property/src/tests.rs:153
Functionprop_process_enable_command
the throttle firmware should set the control state as enabled upon reciept of a valid enable throttle message telling it to enable
firmware/throttle/tests/property/src/tests.rs:124
Functionprop_process_enable_command
the steering firmware should set the control state as enabled upon reciept of a valid enable steering message telling it to enable
firmware/steering/tests/property/src/tests.rs:124
Functionprop_process_enable_command
the brake firmware should set the control state as enabled upon receipt of a valid enable brake message telling it to enable
firmware/brake/kia_soul_ev_niro/tests/property/src/tests.rs:121
Functionprop_process_enable_command
the brake firmware should set the control state as enabled upon reciept of a valid enable brake message telling it to enable
firmware/brake/kia_soul_petrol/tests/property/src/tests.rs:129
Functionprop_process_fault_command
the throttle firmware should set disable itself when it recieves a fault report from any other module
firmware/throttle/tests/property/src/tests.rs:286
Functionprop_process_fault_command
the steering firmware should set disable itself when it recieves a fault report from any other module
firmware/steering/tests/property/src/tests.rs:288
Functionprop_process_fault_command
the brake firmware should set disable itself when it receives a fault report from any other module
firmware/brake/kia_soul_ev_niro/tests/property/src/tests.rs:283
Functionprop_proportional_term
check proportional term validity with standard formula
firmware/common/libs/pid/tests/property/src/tests.rs:84
Functionprop_reverse_inputs
sending the inputs in reversed order should result in the same, only negated, control
firmware/common/libs/pid/tests/property/src/tests.rs:42
Functionprop_same_control_for_same_inputs
passing in the same inputs for two separate calls should result in the same answer
firmware/common/libs/pid/tests/property/src/tests.rs:68
Functionprop_send_valid_can_fields
the throttle firmware should create only valid CAN frames
firmware/throttle/tests/property/src/tests.rs:232
Functionprop_send_valid_can_fields
the steering firmware should create only valid CAN frames
firmware/steering/tests/property/src/tests.rs:233
Functionprop_send_valid_can_fields
the brake firmware should create only valid CAN frames
firmware/brake/kia_soul_ev_niro/tests/property/src/tests.rs:229
Functionprop_zeroize
zeroize should always reset these values
firmware/common/libs/pid/tests/property/src/tests.rs:28
MethodreadMsg
** Function name: readMsg ** Descriptions: read message *************************************************************************
firmware/common/libs/mcp_can/mcp_can.cpp:855
MethodreadMsgBuf
** Function name: readMsgBuf ** Descriptions: read message buf ******************************************************************
firmware/common/libs/mcp_can/mcp_can.cpp:884
MethodreadMsgBufID
firmware/common/testing/mocks/mcp_can_mock.cpp:42
FunctionregisterAfterAllHook
firmware/common/testing/framework/cucumber-cpp/include/cucumber-cpp/internal/hook/HookRegistrar.hpp:171
FunctionregisterAfterHook
firmware/common/testing/framework/cucumber-cpp/include/cucumber-cpp/internal/hook/HookRegistrar.hpp:154
FunctionregisterAfterStepHook
firmware/common/testing/framework/cucumber-cpp/include/cucumber-cpp/internal/hook/HookRegistrar.hpp:145
FunctionregisterAroundStepHook
firmware/common/testing/framework/cucumber-cpp/include/cucumber-cpp/internal/hook/HookRegistrar.hpp:136
FunctionregisterBeforeAllHook
firmware/common/testing/framework/cucumber-cpp/include/cucumber-cpp/internal/hook/HookRegistrar.hpp:163
FunctionregisterBeforeHook
firmware/common/testing/framework/cucumber-cpp/include/cucumber-cpp/internal/hook/HookRegistrar.hpp:127
FunctionregisterStep
firmware/common/testing/framework/cucumber-cpp/include/cucumber-cpp/internal/step/StepManager.hpp:176
MethodsendMsg
** Function name: sendMsg ** Descriptions: send message *************************************************************************
firmware/common/libs/mcp_can/mcp_can.cpp:795
MethodsendMsgBuf
firmware/common/testing/mocks/mcp_can_mock.cpp:29
MethodsetAutomaticallyLatchDual
Only relevant for the MCP49x2 dual DACs. If set, calling output2() will pull the LDAC pin low automatically, which causes the output to change. Not re
firmware/common/libs/DAC_MCP49xx/DAC_MCP49xx.cpp:89
MethodsetBuffer
firmware/common/libs/DAC_MCP49xx/DAC_MCP49xx.cpp:72
MethodsetDC
firmware/common/libs/ssd1325/ssd1325.cpp:334
MethodsetGain
Sets the gain. These DACs support 1x and 2x gain. vout = x/2^n * gain * VREF, where x = the argument to out(), n = number of DAC bits Example: with 1x
firmware/common/libs/DAC_MCP49xx/DAC_MCP49xx.cpp:99
MethodsetMsg
** Function name: setMsg ** Descriptions: set can message, such as dlc, id, dta[] and so on *************************************
firmware/common/libs/mcp_can/mcp_can.cpp:748
MethodsetPortWrite
firmware/common/libs/DAC_MCP49xx/DAC_MCP49xx.cpp:77
MethodsetRes
firmware/common/libs/ssd1325/ssd1325.cpp:347
MethodsetRotation
firmware/common/libs/ssd1325/gfx/gfx.cpp:149
MethodsetSPIDivider
Sets the SPI clock frequency. The final frequency will be the main Arduino clock divided by the divider selected here.
firmware/common/libs/DAC_MCP49xx/DAC_MCP49xx.cpp:114
Methodshutdown
Shuts the DAC down. Shutdown current is about 1/50 (typical) of active mode current. My measurements say ~160-180 µA active (unloaded vout), ~3.5 µA s
firmware/common/libs/DAC_MCP49xx/DAC_MCP49xx.cpp:134
Functionsig_handler
utils/diagnostics_tool/src/diagnostics.c:249
MethodstartSendCommand
firmware/common/libs/ssd1325/ssd1325.cpp:360
← previousnext →301–400 of 421, ranked by callers