VIRTUTECH CONFIDENTIAL Previous - Up - Next
telos-environment
- Provided by
-
telos-devices
- Class Hierarchy
-
conf-object → log-object → telos-environment
- Interfaces Implemented
-
log_object
- Description
-
The telos-environment module stores environmental data for the Telos Motes. Location, temperature, and similar factors which are not part of any particular hardware device but rather the mote as such.
Attributes
- Attributes inherited from class conf-object
-
attributes, classname, component, iface, name, object_id, queue
- Attributes inherited from class log-object
-
access_count, log_buffer, log_buffer_last, log_buffer_size, log_group_mask, log_groups, log_level, log_type_mask
- Attribute List
-
- location_x
- Required attribute; read/write access; type: Integer.
X coordinate of location of mote, signed 32-bit integer
- location_y
- Required attribute; read/write access; type: Integer.
Y coordinate of location of mote, signed 32-bit integer
- location_z
- Required attribute; read/write access; type: Integer.
Z coordinate of location of mote, signed 32-bit integer
- temperature
- Required attribute; read/write access; type: Integer.
Temperature of mote, unsigned 32-bit integer (degrees Kelvin)
Command List
- Commands defined by interface log_object
-
log, log-group, log-level, log-size, log-type
- Commands
-
info | print information about the device |
status | print status of the device |
Command Descriptions
-
<telos-environment>.info
- Synopsis
-
<telos-environment>.info
- Description
-
Print detailed information about the configuration of the device.
-
<telos-environment>.status
- Synopsis
-
<telos-environment>.status
- Description
-
Print detailed information about the current status of the device.
VIRTUTECH CONFIDENTIAL Previous - Up - Next