X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=laserbrain_demo;a=blobdiff_plain;f=src%2Fdataset.h;h=2ea13eb1c67ef4123f96007bbbd3b41b16515d55;hp=38fec6bfa494a0c656e6e09c6ad29b534ac9e1f9;hb=5ce504b61cdb88166133d5977a2faad1664c850f;hpb=0d27f859021b4af5dbb5404ef5af012546abf335 diff --git a/src/dataset.h b/src/dataset.h index 38fec6b..2ea13eb 100644 --- a/src/dataset.h +++ b/src/dataset.h @@ -49,7 +49,7 @@ public: ~DataSet(); void clear(); - void update(); + void update(long timeslice = 20); T get(const char *name) const;