WPILibC++ 2027.0.0-alpha-4
Loading...
Searching...
No Matches
Notifier.hpp File Reference
#include <string_view>
#include "wpi/hal/Notifier.h"
#include "wpi/util/string.hpp"

Go to the source code of this file.

Functions

void HAL_SetNotifierName (HAL_NotifierHandle notifierHandle, std::string_view name, int32_t *status)
 Sets the name of a notifier.

Function Documentation

◆ HAL_SetNotifierName()

void HAL_SetNotifierName ( HAL_NotifierHandle notifierHandle,
std::string_view name,
int32_t * status )
inline

Sets the name of a notifier.

Parameters
[in]notifierHandlethe notifier handle
[in]namename
[out]statusError status variable. 0 on success.