WPILibC++ 2024.3.2
|
#include "hal/Value.h"
Go to the source code of this file.
Classes | |
struct | hal::HalCallbackListener< CallbackFunction > |
Namespaces | |
namespace | hal |
WPILib Hardware Abstraction Layer (HAL) namespace. | |
Typedefs | |
typedef void(* | HAL_NotifyCallback) (const char *name, void *param, const struct HAL_Value *value) |
typedef void(* | HAL_BufferCallback) (const char *name, void *param, unsigned char *buffer, unsigned int count) |
typedef void(* | HAL_ConstBufferCallback) (const char *name, void *param, const unsigned char *buffer, unsigned int count) |
typedef void(* HAL_BufferCallback) (const char *name, void *param, unsigned char *buffer, unsigned int count) |
typedef void(* HAL_ConstBufferCallback) (const char *name, void *param, const unsigned char *buffer, unsigned int count) |
typedef void(* HAL_NotifyCallback) (const char *name, void *param, const struct HAL_Value *value) |