Constructor BufferSensor
BufferSensor(int, int, string)
Creates the BufferSensor.
Declaration
public BufferSensor(int maxNumberObs, int obsSize, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| int | maxNumberObs | The maximum number of observations to be appended to this BufferSensor. |
| int | obsSize | The size of each observation appended to the BufferSensor. |
| string | name | The name of the sensor. |