March/April 2023 Flashcards
SAE Specs as a group
J2735 - V2x message set (SPaT, MAP, BSM) used by DSRC & CV2X
J3016 - Levels
J3018 guidelines for testing Automated Vehicles
J3224 - SDSM (Sensor Data Sharing Message)
What are the member objects of the Vue context?
state,
rootState,
commit,
dispatch,
getters,
rootGetters
state options (Vue) (7)
data (returns the initial reactive content state)
props
computed
methods
watch (define callbacks to be used on data change)
emits
expose (a way of creating public properties)
NTRIP
Network Transport of RTCM over Internet Protocol
an HTTP derivative.
Left turns are what (in phase diagram)?
odd
MMU (in traffic controller)
Malfunction Management Unit
TSCBM
Traffic Signal Controller Broadcast Message
Maven
Maven is a build automation tool used primarily for Java projects
GGA
The NMEA GGA sentence is one of the most common sentences used with GPS receivers. It contains information about position, elevation, time, number of satellites used, fix type, and correction age.
__pychache__ folder
__pycache__ is a directory that is created by the Python interpreter when it imports a module. It contains the compiled bytecode of the module, which can be used to speed up subsequent imports of the same module.
Ansible
Ansible Playbooks offer a repeatable, re-usable, simple configuration management and multi-machine deployment system
Jedis
Jedis is a client library inside Redis that’s designed for performance and ease of use. Jedis is a lightweight offering compared to other Redis Java clients; it offers fewer features but can still handle large amounts of memory.
GPS Radio Frequencies (names & MHz)
L1 - 1575.42 MHz L2 - 1227.60 MHz
trick to get .env files without exports…
set -a # turn on automatic exporting
. test.env # source test.env
set +a # turn off automatic exporting
What is the AWS SDK for Python
Boto3