Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
radio.cの 21 行目を見てください。
「radiotimer_capture_cbt」構造体はどこで定義されていますか? 私はそれを見つけることができません。
コミュニティの C/C++ 専門家が、この構造体の定義を見つけるのを手伝ってくれることを願っています。
ここ: https://github.com/openwsn-berkeley/openwsn-fw/blob/a1dbfd8a3341ac3a82ffbb610b4d749f44c429d9/firmware/openos/bsp/boards/radiotimer.h
typedef void (*radiotimer_compare_cbt)();
ヘッダーファイルに従うだけです
ほぼ確実にヘッダーファイルの1つに:
#include "board.h" #include "radio.h" #include "at86rf231.h" #include "spi.h" #include "radiotimer.h" #include "debugpins.h" #include "leds.h"