📄 cardea_interface.h
字号:
/* * * Copyright (c) Sigma Designs, Inc. 2005. All rights reserved. * *//** * @file stub.h * @brief CARDEA stub * * @author Julien Lerouge */#include "rmupnp/rmlibwmdrmnd/include/ms_cardea.h"#include "rmupnp/rmlibwmdrmndupnp/include/ms_upnp.h"#include "rmcci/include/output_cci.h"struct cardea_interface_s {#undef FUNC0#undef FUNC1#undef FUNC2#undef FUNC3#undef FUNC4#undef FUNC5#undef FUNC6#undef CARDEA_PLAYBACK_API#undef CARDEA_UPNP_API#define FUNC0(name, return_type, return_error) \return_type (* name ) ();#define FUNC1(name, return_type, return_error, t1, p1) \return_type (* name ) (t1 p1);#define FUNC2(name, return_type, return_error, t1, p1, t2, p2) \return_type (* name ) (t1 p1, t2 p2);#define FUNC3(name, return_type, return_error, t1, p1, t2, p2, t3, p3) \return_type (* name ) (t1 p1, t2 p2, t3 p3);#define FUNC4(name, return_type, return_error, t1, p1, t2, p2, t3, p3, t4, p4) \return_type (* name ) (t1 p1, t2 p2, t3 p3, t4 p4); #define FUNC5(name, return_type, return_error, t1, p1, t2, p2, t3, p3, t4, p4, t5, p5) \return_type (* name ) (t1 p1, t2 p2, t3 p3, t4 p4, t5 p5);#define FUNC6(name, return_type, return_error, t1, p1, t2, p2, t3, p3, t4, p4, t5, p5, t6, p6) \return_type (* name ) (t1 p1, t2 p2, t3 p3, t4 p4, t5 p5, t6 p6);#define CARDEA_PLAYBACK_API#define CARDEA_UPNP_API #include "cardea_interface.inc"};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -