Skip to main content

Class by Class Documentation

Note: This section reflects the actual file structure of CFLib.

📄️ Constants

This object contains various "constant" values used by other classes. This object is not strictly necessary, but without it, we'd have to pass around the same few objects to countless different places. The word "constant" is used lightly because the variables in this class are not constant in the strict sense. They can change between OpModes, but stay the same during each OpMode. The first thing that an OpMode should do is assign values to these variables. Otherwise, many classes will break.