- Member variables: start with ‘m_’ followed by camelCase form (e.g. m_thisIsAMemberVariable)
- Constants: start with ‘k’ followed by PascalCase form (e.g. kThisIsAConstant)
- Ports (RobotMap): same as constants followed by 'ID' (e.g. kLeftMasterTalonID)
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.