C Microkernel Realtime eXecutive
Realtime Operating System for Cortex-M based microcontrollers
 
Loading...
Searching...
No Matches
ComSourceVMT Struct Reference

Methods implemented by the interface of class ComSource. More...

Data Fields

int(* read )(SELF, uint8_t *data, unsigned max_len)
 
bool(* ready )(SELF)
 
void(* set_notify )(SELF, struct ComNotification *listener, uint32_t signal)
 

Detailed Description

Methods implemented by the interface of class ComSource.

These are methods publicly visible in interface ComSource. Each implementation of ComSource interface must provide definitions for all of these methods.

Field Documentation

◆ read

int(* ComSourceVMT::read) (SELF, uint8_t *data, unsigned max_len)

◆ ready

bool(* ComSourceVMT::ready) (SELF)

◆ set_notify

void(* ComSourceVMT::set_notify) (SELF, struct ComNotification *listener, uint32_t signal)