get data from Kernel driver
1st version of the json file with the header
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
/*
|
||||
*/
|
||||
|
||||
#include <VibSensorDesc.h>
|
||||
#include <string>
|
||||
#include <list>
|
||||
|
||||
|
||||
|
||||
|
||||
VibSensorDesc::VibSensorDesc(){
|
||||
|
||||
}
|
||||
|
||||
int VibSensorDesc::GetDescription(){
|
||||
return 0;
|
||||
}
|
||||
|
||||
bool VibSensorDesc::Add2Json(json& j){
|
||||
|
||||
j["VibSen1"] = "1";
|
||||
return true;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user