CommunicationSamplingPackage class
This is the base class for this communication sampling package.
To use this package, register it in the carp_mobile_sensing
package using
SamplingPackageRegistry.register(CommunicationSamplingPackage());
- Inheritance
-
- Object
- SamplingPackage
- SmartphoneSamplingPackage
- CommunicationSamplingPackage
Constructors
Properties
-
dataTypes
→ List<
DataTypeMetaData> -
The list of data type this package supports.
no setterinherited
-
deviceManager
→ DeviceManager<
DeviceConfiguration< DeviceRegistration> > -
Get the
DeviceManager
for the device used by this package.no setterinherited - deviceType → String
-
What device type is this package using?
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- samplingSchemes → DataTypeSamplingSchemeMap
-
Default samplings schema for:
no setteroverride
Methods
-
create(
String type) → Probe? -
Creates a new
Probe
of the specifiedtype
. Note thattype
should be one of the dataTypes that this package supports. Returns null if a probe cannot be created for thetype
.override -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onRegister(
) → void -
Callback method when this package is being registered.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- CALENDAR → const String
- Measure type for collection of calendar entries from the calendar on the phone for a specific time period.
- PHONE_LOG → const String
- Measure type for collection of the phone log for a specific time period.
- TEXT_MESSAGE → const String
- Measure type for collection of text message (SMS) as they are received.
- TEXT_MESSAGE_LOG → const String
- Measure type for collection of the text message (SMS) log for a specific time period.