UnitySensors
Loading...
Searching...
No Matches
UnitySensors.Sensor.UnitySensor Class Referenceabstract
Inheritance diagram for UnitySensors.Sensor.UnitySensor:
Collaboration diagram for UnitySensors.Sensor.UnitySensor:

Public Member Functions

delegate void OnSensorUpdated ()
 

Public Attributes

OnSensorUpdated onSensorUpdated
 

Protected Member Functions

virtual void Update ()
 
void Init ()
 
void UpdateSensor ()
 
void OnSensorDestroy ()
 

Properties

float dt [get]
 
float time [get]
 
- Properties inherited from UnitySensors.Interface.Std.ITimeInterface

Private Member Functions

void Awake ()
 
void OnDestroy ()
 

Private Attributes

float _frequency = 10.0f
 
float _time
 
float _dt
 
float _frequency_inv
 

Member Function Documentation

◆ Awake()

void UnitySensors.Sensor.UnitySensor.Awake ( )
private
Here is the call graph for this function:

◆ Init()

void UnitySensors.Sensor.UnitySensor.Init ( )
abstractprotected
Here is the caller graph for this function:

◆ OnDestroy()

void UnitySensors.Sensor.UnitySensor.OnDestroy ( )
private
Here is the call graph for this function:

◆ OnSensorDestroy()

void UnitySensors.Sensor.UnitySensor.OnSensorDestroy ( )
abstractprotected
Here is the caller graph for this function:

◆ OnSensorUpdated()

delegate void UnitySensors.Sensor.UnitySensor.OnSensorUpdated ( )

◆ Update()

virtual void UnitySensors.Sensor.UnitySensor.Update ( )
protectedvirtual

Reimplemented in UnitySensors.Sensor.IMU.IMUSensor.

Here is the call graph for this function:

◆ UpdateSensor()

void UnitySensors.Sensor.UnitySensor.UpdateSensor ( )
abstractprotected
Here is the caller graph for this function:

Member Data Documentation

◆ _dt

float UnitySensors.Sensor.UnitySensor._dt
private

◆ _frequency

float UnitySensors.Sensor.UnitySensor._frequency = 10.0f
private

◆ _frequency_inv

float UnitySensors.Sensor.UnitySensor._frequency_inv
private

◆ _time

float UnitySensors.Sensor.UnitySensor._time
private

◆ onSensorUpdated

OnSensorUpdated UnitySensors.Sensor.UnitySensor.onSensorUpdated

Property Documentation

◆ dt

float UnitySensors.Sensor.UnitySensor.dt
get

◆ time

float UnitySensors.Sensor.UnitySensor.time
get

The documentation for this class was generated from the following file: