playerc_blackboard Struct Reference

BlackBoard proxy. More...

#include <playerc.h>

Collaboration diagram for playerc_blackboard:
Collaboration graph

Detailed Description

BlackBoard proxy.

Public Attributes

playerc_device_t info
 Device info; must be at the start of all device structures. More...
 
void(* on_blackboard_event )(struct playerc_blackboard *, player_blackboard_entry_t)
 Function to be called when a key is updated. More...
 
void * py_private
 Kludge to get around python callback issues. More...
 

Member Data Documentation

◆ info

playerc_device_t playerc_blackboard::info

Device info; must be at the start of all device structures.

◆ on_blackboard_event

void(* playerc_blackboard::on_blackboard_event) (struct playerc_blackboard *, player_blackboard_entry_t)

Function to be called when a key is updated.

◆ py_private

void* playerc_blackboard::py_private

Kludge to get around python callback issues.


The documentation for this struct was generated from the following file: