WPILibC++ 2023.4.3-108-ge5452e3
|
Classes | |
class | ListenerExecutor |
An executor for running listener tasks posted by Sendable listeners synchronously from the main application thread. More... | |
class | RecordingController |
class | ShuffleboardInstance |
Functions | |
std::shared_ptr< SendableCameraWrapper > & | GetSendableCameraWrapper (std::string_view cameraName) |
void | AddToSendableRegistry (wpi::Sendable *sendable, std::string_view name) |
const char * | GetStringForWidgetType (BuiltInWidgets type) |
WPILIB_DLLEXPORT int | IncrementAndGetProfiledPIDControllerInstances () |
template<typename Matrix , typename T , typename... Ts> | |
void | CostMatrixImpl (Matrix &result, T elem, Ts... elems) |
template<typename Matrix , typename T , typename... Ts> | |
void | CovMatrixImpl (Matrix &result, T elem, Ts... elems) |
template<typename Matrix , typename T , typename... Ts> | |
void | WhiteNoiseVectorImpl (Matrix &result, T elem, Ts... elems) |
template<int States, int Inputs> | |
bool | IsStabilizableImpl (const Matrixd< States, States > &A, const Matrixd< States, Inputs > &B) |
Variables | |
constexpr const char * | kProtocol = "camera_server://" |
void frc::detail::AddToSendableRegistry | ( | wpi::Sendable * | sendable, |
std::string_view | name | ||
) |
void frc::detail::CostMatrixImpl | ( | Matrix & | result, |
T | elem, | ||
Ts... | elems | ||
) |
void frc::detail::CovMatrixImpl | ( | Matrix & | result, |
T | elem, | ||
Ts... | elems | ||
) |
std::shared_ptr< SendableCameraWrapper > & frc::detail::GetSendableCameraWrapper | ( | std::string_view | cameraName | ) |
const char * frc::detail::GetStringForWidgetType | ( | BuiltInWidgets | type | ) |
WPILIB_DLLEXPORT int frc::detail::IncrementAndGetProfiledPIDControllerInstances | ( | ) |
bool frc::detail::IsStabilizableImpl | ( | const Matrixd< States, States > & | A, |
const Matrixd< States, Inputs > & | B | ||
) |
void frc::detail::WhiteNoiseVectorImpl | ( | Matrix & | result, |
T | elem, | ||
Ts... | elems | ||
) |
|
constexpr |