#include <stddef.h>
Go to the source code of this file.
Data Structures | |
class | StreamBusInterface |
class | StreamBusInterface::Client |
class | StreamBusInterfaceRegistrarBase |
class | StreamBusInterfaceRegistrar< C > |
class | StreamBusInterfaceClass |
Defines | |
#define | RegisterStreamBusInterface(interface) |
Enumerations | |
enum | StreamIoStatus { StreamIoSuccess, StreamIoTimeout, StreamIoNoReply, StreamIoEnd, StreamIoFault } |
Variables | |
const char * | StreamIoStatusStr [] |
#define RegisterStreamBusInterface | ( | interface | ) |
template class StreamBusInterfaceRegistrar<interface>; \ StreamBusInterfaceRegistrar<interface> \ registrar_##interface(#interface); \ void* ref_##interface = ®istrar_##interface\
Definition at line 177 of file StreamBusInterface.h.
enum StreamIoStatus |
Definition at line 25 of file StreamBusInterface.h.
const char* StreamIoStatusStr[] |