WPILibC++ 2025.0.0-alpha-1-10-g1ccd8d1
NotifyListener.h File Reference
#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 Documentation

◆ HAL_BufferCallback

typedef void(* HAL_BufferCallback) (const char *name, void *param, unsigned char *buffer, unsigned int count)

◆ HAL_ConstBufferCallback

typedef void(* HAL_ConstBufferCallback) (const char *name, void *param, const unsigned char *buffer, unsigned int count)

◆ HAL_NotifyCallback

typedef void(* HAL_NotifyCallback) (const char *name, void *param, const struct HAL_Value *value)