コード例 #1
0
 const WirelessTypes::DataCollectionMethods NodeFeatures_cfBearing::dataCollectionMethods() const
 {
     //build and return the data collection methods that are supported
     WirelessTypes::DataCollectionMethods result;
     result.push_back(WirelessTypes::collectionMethod_transmitOnly);
     return result;
 }
コード例 #2
0
    const WirelessTypes::DataCollectionMethods NodeFeatures_sglinkMicro::dataCollectionMethods() const
    {
        WirelessTypes::DataCollectionMethods result;

        result.push_back(WirelessTypes::collectionMethod_transmitOnly);

        //no log only
        //no log and transmit

        return result;
    }