Beispiel #1
0
 public TheSensorInstancePropertyMeta(cdeP.TheSensorMeta sensorMeta) : base(sensorMeta)
 {
 }
Beispiel #2
0
        public cdeP DeclareSensorProperty(string propertyName, ePropertyTypes propertyType, cdeP.TheSensorMeta sensorMeta)
        {
            cdeP tProp = GetProperty(propertyName, true);

            if (tProp.cdeO != cdeMID)
            {
                tProp.cdeO = cdeMID;
            }
            tProp.cdeE |= 0x04; // cdeCTIM should be updated with changetime
            tProp.SetSensorMeta(sensorMeta);
            return(tProp);
        }
Beispiel #3
0
 public TheSensorPropertyMeta(cdeP.TheSensorMeta sensorMeta) : base(sensorMeta)
 {
 }