WPILibC++ 2027.0.0-alpha-4
Loading...
Searching...
No Matches
cscore_runloop.hpp
Go to the documentation of this file.
1// Copyright (c) FIRST and other WPILib contributors.
2// Open Source Software; you can modify and/or share it under the terms of
3// the WPILib BSD license file in the root directory of this project.
4
5#pragma once
6
7namespace wpi::cs {
8
10
11/**
12 * Runs main run loop with timeout.
13 *
14 * @param timeout Timeout in seconds.
15 */
16int RunMainRunLoopTimeout(double timeout);
17
19
20} // namespace wpi::cs
CameraServer (cscore) namespace.
Definition CvSource.hpp:15
void RunMainRunLoop()
int RunMainRunLoopTimeout(double timeout)
Runs main run loop with timeout.
void StopMainRunLoop()