반응형
Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- ssd 포맷
- vpiimage
- LAYERS
- RDEPENDS
- libargus api
- 오블완
- udpsink
- nvarguscamerasrc
- bitbake
- lineedit
- gcc7
- vpi
- mkfs.ext4
- 티스토리챌린지
- Jetson
- /dev/kmsg
- boot process
- yocto
- linux
- bash
- libargus
- server error
- gstsample
- nvidia
- l4t
- orin nx
- meta-tegra
- 봉화 숲속캠핑장
- cpu frequency
- camera
Archives
- Today
- Total
DREAMER
invalid use of incomplete type "class qbluetoothdevicediscoveryagent" 본문
프로그래밍/Embedded System
invalid use of incomplete type "class qbluetoothdevicediscoveryagent"
연소민 2023. 2. 8. 18:39728x90
반응형
QT에서 제공하는 Bluetooth Scanner Example을 빌드하였으나 에러남.
invalid use of incomplete type "class qbluetoothdevicediscoveryagent"
단순히 include하지 못하는 문제였음.
위의 링크 참고하여 해당 파일 include 함.
예제 소스의 btscanner/device.h 내용 수정
---
#include <qbluetoothglobal.h>
#include <qbluetoothlocaldevice.h>
QT_FORWARD_DECLARE_CLASS(QBluetoothDeviceDiscoveryAgent)
QT_FORWARD_DECLARE_CLASS(QBluetoothDeviceInfo)
+++
#include <QBluetoothLocalDevice>
#include <QBluetoothDeviceDiscoveryAgent>
728x90
반응형
'프로그래밍 > Embedded System' 카테고리의 다른 글
[Glossary] Embedded System Glossary (0) | 2023.03.21 |
---|---|
Yocto Kernel - Jetson Nano (0) | 2022.12.08 |
Jetson Nano (0) | 2021.09.15 |
HDMI HPD란 (0) | 2020.03.19 |
Comments