Code for our FYDP -only one IMU works right now -RTOS is working

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

MODSERIAL_IRQ_INFO Class Reference

MODSERIAL_IRQ_INFO Class Reference

#include <MODSERIAL.h>

Public Member Functions

int rxDiscardLastChar (void)
 rxDiscardLastChar()

Protected Member Functions

void setSerial (MODSERIAL *s)
 setSerial()

Detailed Description

Author:
Andy Kirkham
See also:
http://mbed.org/cookbook/MODSERIAL
example3a.cpp
example3b.cpp
The MODSERIAL API

MODSERIAL_IRQ_INFO is a class used to pass information (and access to protected MODSERIAL functions) to IRQ callbacks.

Definition at line 62 of file MODSERIAL.h.


Member Function Documentation

void setSerial ( MODSERIAL s ) [protected]

setSerial()

Used internally by MODSERIAL to set the "this" pointer of the MODSERIAL that created this object.

Parameters:
Apointer to a MODSERIAL object instance.

Definition at line 90 of file MODSERIAL.h.