![]() |
QP
0.7-SNAPSHOT
Control software for the ??SRT telescope
|
The items read from the serial port. More...
#include <buffered-serial.h>
Classes | |
union | item_data |
The types of data that may be in an input item. More... | |
Public Attributes | |
unsigned char | type |
The type of the item, which is one of the types ITEM_CH , ITEM_INT , ITEM_FLOAT or ITEM_INVALID . | |
union item_data | v |
The value of the item. More... | |
The items read from the serial port.
union item_data InputItem::v |
The value of the item.