poppy_com  0.1
Poppy2.0 communication library
 All Classes Files Functions Variables Enumerations Enumerator Pages
Public Attributes | List of all members
context_t Struct Reference
Collaboration diagram for context_t:
Collaboration graph
[legend]

Public Attributes

DATA_CB data_cb
 
TX_CB tx_cb
 
RX_CB rx_cb
 
RX_CB rxgc_cb
 
unsigned char id
 
unsigned char type
 
status_t status
 
msg_t msg
 

Detailed Description

Definition at line 34 of file context.h.

Member Data Documentation

DATA_CB context_t::data_cb

Data management callback.

Definition at line 36 of file context.h.

unsigned char context_t::id

Module ID.

Definition at line 42 of file context.h.

msg_t context_t::msg

Message.

Definition at line 47 of file context.h.

RX_CB context_t::rx_cb

User side slave RX callback.

Definition at line 38 of file context.h.

RX_CB context_t::rxgc_cb

User side slave RX general call callback.

Definition at line 39 of file context.h.

status_t context_t::status

Status.

Definition at line 46 of file context.h.

TX_CB context_t::tx_cb

User side slave TX callback.

Definition at line 37 of file context.h.

unsigned char context_t::type

Module type.

Definition at line 43 of file context.h.


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