cardea_interface.h
来自「Sigma SMP8634 Mrua v. 2.8.2.0」· C头文件 代码 · 共 55 行
H
55 行
/* * * 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 + =
减小字号Ctrl + -
显示快捷键?