##// END OF EJS Templates
En IO/Header.py:...
En IO/Header.py: - Se agrego el metodo copy() en cada clase Basic, System, RadarController y Processing En IO/Voltage.py: - Se finalizo la implementacion del metodo getData() - Inclusion de la clase Model.Voltage.Voltage() a la clase IO.Voltage.VoltageReader() En IO: - Se agrego el modulo TestIO.py

File last commit:

r9:abb62041a98c
r15:731909e6d41d
Show More
Data.py
17 lines | 276 B | text/x-python | PythonLexer
'''
Created on 23/01/2012
@author: danielangelsuarezmunoz
'''
class DataReader:
__buffer = 0
__buffer_count = 0
def __init__(self):
pass
class DataWriter:
__buffer = 0
__buffer_count = 0
def __init__(self):
pass