struct Place::AreaManagement::SensorMeta
- Place::AreaManagement::SensorMeta
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Extended Modules
- JSON::Schema
Defined in:
place/area_management.crConstructors
- .new(name : Nil | String, type : PlaceOS::Driver::Interface::Sensor::SensorType | Nil, level : Nil | String, x : Float64 | Nil, y : Float64 | Nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #level : String | Nil
- #level=(level : String | Nil)
- #name : String | Nil
- #name=(name : String | Nil)
- #type : SensorType | Nil
- #type=(type : SensorType | Nil)
- #x : Float64 | Nil
- #x=(x : Float64 | Nil)
- #y : Float64 | Nil
- #y=(y : Float64 | Nil)
Constructor Detail
def self.new(name : Nil | String, type : PlaceOS::Driver::Interface::Sensor::SensorType | Nil, level : Nil | String, x : Float64 | Nil, y : Float64 | Nil)
#