Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 737 Bytes

EventOprs.md

File metadata and controls

13 lines (8 loc) · 737 Bytes

EventOprs

Properties

Name Type Description Notes
oprs Option<::std::collections::HashMap<String, f32>> A key-value pair with team key (eg frc254) as key and OPR as value. [optional]
dprs Option<::std::collections::HashMap<String, f32>> A key-value pair with team key (eg frc254) as key and DPR as value. [optional]
ccwms Option<::std::collections::HashMap<String, f32>> A key-value pair with team key (eg frc254) as key and CCWM as value. [optional]

[Back to Model list] [Back to API list] [Back to README]