Storage

class Storage

Global filesystem and volatile storage utilities for robot operation.

Author

Lucas Bubner, 2024

Since

3.2.0

Types

Link copied to clipboard
open class Filesystem : Closeable
Represents persistent, file-saved storage for the robot.
Link copied to clipboard
open class Memory
Represents in-memory storage for the robot.

Functions

Link copied to clipboard
Get the global persistent (saved after restart) filesystem storage for the robot.
Link copied to clipboard
Get the global volatile (cleared after restart) memory storage for the robot.
Link copied to clipboard
Global method to clear all static state for an OpMode.