// TODO: convert into C++ template #error "This is not a C++ file. I have no idea what this is doing here, so I'm leaving this message here to let someone else clean this up" import edu.wpi.first.wpilibj.command.Trigger; /** * New and improved C++ */ public class $classname extends Trigger { public: bool get() { return false; } }