src.dualinventive.com/dinet/libdipp/include/di/rpc/Class.list.h

14 lines
387 B
C

#ifndef INCLUDE_DI_RPC_CLASS_LIST_H_
#define INCLUDE_DI_RPC_CLASS_LIST_H_
#define DI_RPC_CLASSLIST \
DI_RPC_CLASS("notify", Notify) \
DI_RPC_CLASS("project", Project) \
DI_RPC_CLASS("message", Message) \
DI_RPC_CLASS("device", Device) \
DI_RPC_CLASS("sensor", Sensor) \
DI_RPC_CLASS("dncm", DNCM) \
DI_RPC_CLASS("connection", Connection)
#endif // INCLUDE_DI_RPC_CLASS_LIST_H_