ó
ÔJ&Xc           @   sˆ   d  d l  m Z d  d l m Z d e j f d „  ƒ  YZ d e j f d „  ƒ  YZ d e j f d „  ƒ  YZ d	 e j f d
 „  ƒ  YZ d S(   iÿÿÿÿ(   t   models(   t   Lldevicelistt   LldevicePdlagMeasurec           B   st  e  Z e j d  d d e ƒ Z e j d  d d e d e ƒ Z e j d  d d e d e ƒ Z	 e j d  d d e d e ƒ Z
 e j d  d d e d e ƒ Z e j d  d	 d e d e ƒ Z e j d  d
 d e d e ƒ Z e j d  d d e d e ƒ Z e j d  d d e d e ƒ Z e j d  d d e d e ƒ Z e j d  d d e d e ƒ Z e j e d  d ƒZ d d d „  ƒ  YZ RS(   t	   db_columnt   idLLDevice_PDLAG_Measuret   primary_keyt	   Timestampt   blankt   nulls   CH1 Pressures   CH1 Flows   CH1 Total flows   CH2 Pressures   CH2 Flows   CH2 Total flowt   Batterys   Digital CH1s   Digital CH2t   LLDeviceList_IDt   Metac           B   s   e  Z e Z d  Z RS(   t   LLDevice_PDLAG_Measure(   t   __name__t
   __module__t   Falset   managedt   db_table(    (    (    sa   D:\SMTech Code\LeakLess Software\LeakLess Monitor\LeakLess Monitor\Applications\Measure\models.pyR      s   (    (   R   R   R    t   IntegerFieldt   Truet   idlldevice_pdlag_measuret   DateTimeFieldt	   timestampt
   FloatFieldt   ch1_pressuret   ch1_flowt   ch1_total_flowt   ch2_pressuret   ch2_flowt   ch2_total_flowt   batteryt   digital_ch1t   digital_ch2t
   ForeignKeyR   t   lldevicelistR   (    (    (    sa   D:\SMTech Code\LeakLess Software\LeakLess Monitor\LeakLess Monitor\Applications\Measure\models.pyR      s   t   LldevicePdlagRealtimec           B   st  e  Z e j d  d d e ƒ Z e j d  d d e d e ƒ Z e j d  d d e d e ƒ Z	 e j d  d d e d e ƒ Z
 e j d  d d e d e ƒ Z e j d  d	 d e d e ƒ Z e j d  d
 d e d e ƒ Z e j d  d d e d e ƒ Z e j d  d d e d e ƒ Z e j d  d d e d e ƒ Z e j d  d d e d e ƒ Z e j e d  d ƒZ d d d „  ƒ  YZ RS(   R   t   idLLDevice_PDLAG_RealtimeR   R   R   R   s   CH1 Pressures   CH1 Flows   CH1 Total flows   CH2 Pressures   CH2 Flows   CH2 Total flowR	   s   Digital CH1s   Digital CH2R
   R   c           B   s   e  Z e Z d  Z RS(   t   LLDevice_PDLAG_Realtime(   R   R   R   R   R   (    (    (    sa   D:\SMTech Code\LeakLess Software\LeakLess Monitor\LeakLess Monitor\Applications\Measure\models.pyR   (   s   (    (   R   R   R    R   R   t   idlldevice_pdlag_realtimeR   R   R   R   R   R   R   R   R   R   R   R    R!   R   R"   R   (    (    (    sa   D:\SMTech Code\LeakLess Software\LeakLess Monitor\LeakLess Monitor\Applications\Measure\models.pyR#      s   t   LldevicePdlagAlarmc           B   s¢   e  Z e j d  d d e ƒ Z e j d  d d e d e ƒ Z e j d  d d d d e ƒ Z	 e j
 e d  d	 ƒZ e j d  d
 d e d e ƒ Z d d d „  ƒ  YZ RS(   R   t   idLLDevicePDLAG_AlarmR   R   R   R   t   Alarmt
   max_lengthi    R
   t   CheckedR   c           B   s   e  Z e Z d  Z RS(   t   LLDevice_PDLAG_Alarm(   R   R   R   R   R   (    (    (    sa   D:\SMTech Code\LeakLess Software\LeakLess Monitor\LeakLess Monitor\Applications\Measure\models.pyR   3   s   (    (   R   R   R    R   R   t   idlldevicepdlag_alarmR   R   t	   CharFieldt   alarmR!   R   R"   t   checkedR   (    (    (    sa   D:\SMTech Code\LeakLess Software\LeakLess Monitor\LeakLess Monitor\Applications\Measure\models.pyR'   ,   s   t   Lldeviceannotationsc           B   sü   e  Z e j d  d d e ƒ Z e j d  d d e d e ƒ Z e j d  d d d d e ƒ Z	 e j d  d	 d d d e ƒ Z
 e j d  d
 d d d e ƒ Z e j d  d d d d e ƒ Z e j d  d d d d e ƒ Z e j e d  d ƒZ d d d „  ƒ  YZ RS(   R   t   idLLDeviceAnnotationsR   R   R   R   t
   IdentifierR*   i-   t   Channelt   Texti‘   t	   ShortTextt   IconR
   R   c           B   s   e  Z e Z d  Z RS(   t   LLDeviceAnnotations(   R   R   R   R   R   (    (    (    sa   D:\SMTech Code\LeakLess Software\LeakLess Monitor\LeakLess Monitor\Applications\Measure\models.pyR   A   s   (    (   R   R   R    R   R   t   idlldeviceannotationsR   R   R.   t
   identifiert   channelt   textt	   shorttextt   iconR!   R   R"   R   (    (    (    sa   D:\SMTech Code\LeakLess Software\LeakLess Monitor\LeakLess Monitor\Applications\Measure\models.pyR1   7   s   N(	   t	   django.dbR    t   Applications.Devices.modelsR   t   ModelR   R#   R'   R1   (    (    (    sa   D:\SMTech Code\LeakLess Software\LeakLess Monitor\LeakLess Monitor\Applications\Measure\models.pyt   <module>   s
   