Logo
Explore Help
Register Sign In
sadmen
/
jyoung
mirror of https://github.com/jyoung8607/openpilot.git
1
0
Fork
You've already forked jyoung
0
Code Issues Packages Projects Releases Wiki Activity
open source driving agent
7171 Commits
105 Branches
34 Tags
1.6 GiB
Tree: 58fa5cab2c
jyoung/selfdrive/sensord/sensors/sensor.h

11 lines
200 B
Raw Normal View History Unescape Escape

Tici light sensor (#2150) * more generic sensor base class * add file sensor * light sensor working * correct sensor type
5 years ago
#pragma once
#include "cereal/gen/cpp/log.capnp.h"
class Sensor {
public:
lgtm fixes (#19610) * pass matrices by reference * suppress that * destructor * that's wrong, suppress it
5 years ago
virtual ~Sensor() {};
Tici light sensor (#2150) * more generic sensor base class * add file sensor * light sensor working * correct sensor type
5 years ago
virtual int init() = 0;
virtual void get_event(cereal::SensorEventData::Builder &event) = 0;
};
Powered by Gitea Version: 1.17.1 Page: 150ms Template : 2ms
English
Bahasa Indonesia Deutsch English Español Français Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Српски Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API Website