WPILibC++
2027.0.0-alpha-2
Loading...
Searching...
No Matches
cscore_runloop.h
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
7
namespace
cs
{
8
9
void
RunMainRunLoop
();
10
11
/**
12
* Runs main run loop with timeout.
13
*
14
* @param timeout Timeout in seconds.
15
*/
16
int
RunMainRunLoopTimeout
(
double
timeout);
17
18
void
StopMainRunLoop
();
19
20
}
// namespace cs
cs
CameraServer (cscore) namespace.
Definition
cscore_oo.h:20
cs::RunMainRunLoopTimeout
int RunMainRunLoopTimeout(double timeout)
Runs main run loop with timeout.
cs::RunMainRunLoop
void RunMainRunLoop()
cs::StopMainRunLoop
void StopMainRunLoop()
cscore_runloop.h
Generated on Wed Jul 23 2025 00:48:17 for WPILibC++ by
1.12.0