- 17 Jun, 2009 3 commits
-
-
kirov authored
+ cosmetic codding style changes git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@65 45c4679d-1946-429d-baad-37912b19538b
-
seb authored
git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@64 45c4679d-1946-429d-baad-37912b19538b
-
ahoms authored
git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@63 45c4679d-1946-429d-baad-37912b19538b
-
- 16 Jun, 2009 1 commit
-
-
kirov authored
+ read(int &len) -> read(int max_len) + add EspiaDev &m_dev as a private member of EspiaSerialLine class + move the serial line code from EspiaDev to EspiaSerialLine + change #define TMOUT to an enum inside of the class + m_line_term to be a string not char + get/set m_timeout, m_line_term - setTimeout, setLineTerm (virtual) + read() is blocking, while readAvail() is non-blocking; add max_len to readAvail() and remove the timeout (set it to TMOUT_NO_BLOCK internaly) + default timeout in read? yes, but we need to state the meaning of -2 clearly. or no timeout in the methods at all, use only m_timeout? no. + flush() can read bigger chunks, or right on the number of available bytes + remove block_size and block_delay as a parameters of the methods, add them as a private variables (with get/set functions) and use them instead + group default parameters at the end git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@62 45c4679d-1946-429d-baad-37912b19538b
-
- 12 Jun, 2009 3 commits
-
-
ahoms authored
git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@61 45c4679d-1946-429d-baad-37912b19538b
-
kirov authored
git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@60 45c4679d-1946-429d-baad-37912b19538b
-
kirov authored
git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@59 45c4679d-1946-429d-baad-37912b19538b
-
- 11 Jun, 2009 3 commits
-
-
kirov authored
git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@58 45c4679d-1946-429d-baad-37912b19538b
-
seb authored
git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@57 45c4679d-1946-429d-baad-37912b19538b
-
ahoms authored
git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@56 45c4679d-1946-429d-baad-37912b19538b
-
- 10 Jun, 2009 1 commit
-
-
ahoms authored
and last frame retrieval through (thread safe) last frame callback git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@55 45c4679d-1946-429d-baad-37912b19538b
-
- 09 Jun, 2009 3 commits
-
-
ahoms authored
* added virtual buffer management in Espia class git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@54 45c4679d-1946-429d-baad-37912b19538b
-
ahoms authored
git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@53 45c4679d-1946-429d-baad-37912b19538b
-
ahoms authored
git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@52 45c4679d-1946-429d-baad-37912b19538b
-
- 04 Jun, 2009 1 commit
-
-
ahoms authored
* using std::string everywhere instead of String git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@51 45c4679d-1946-429d-baad-37912b19538b
-
- 03 Jun, 2009 2 commits
-
-
kirov authored
git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@50 45c4679d-1946-429d-baad-37912b19538b
-
kirov authored
FrameBuilder::setGrowFactor() + added FrameBuilder::checkRoi() to return the closest inclusive roi multiple of 8 git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@49 45c4679d-1946-429d-baad-37912b19538b
-
- 02 Jun, 2009 2 commits
-
-
kirov authored
git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@48 45c4679d-1946-429d-baad-37912b19538b
-
ahoms authored
* added Size and Roi alignment methods * added FrameBuilder and Simulator checkBin, raise an exception if setBin is not valid * using FrameBuilder getMaxImageSize * added HwBinCtrlObj and the corresponding SimuBinCtrlObj git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@47 45c4679d-1946-429d-baad-37912b19538b
-
- 29 May, 2009 3 commits
-
-
kirov authored
+ implemented RoI (NEEDS BUGFIXING!) git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@46 45c4679d-1946-429d-baad-37912b19538b
-
ahoms authored
* added ostream& operator << for classes in SizeUtils, Constants, HwFrameInfo * added testsimuhwinterface using generic HwInterface only * fixed bug in SimuDetInfoCtrlObj that swapping Max/DetectorImageSize git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@45 45c4679d-1946-429d-baad-37912b19538b
-
papillon authored
git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@44 45c4679d-1946-429d-baad-37912b19538b
-
- 28 May, 2009 4 commits
-
-
ahoms authored
* introduced Concat/Acc acq modes in BufferCtrlMgr (not implemented yet) * added Simulator latency time; fixed getMax/DectectorImageSize * added Simulator Buffer & Sync control objects * implemented SimuHwInterface reset, start/stopAcq and getStatus git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@43 45c4679d-1946-429d-baad-37912b19538b
-
kirov authored
git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@42 45c4679d-1946-429d-baad-37912b19538b
-
ahoms authored
* changed Timestamp by the full HwFrameInfo in buffer mgr frame history * moved getStartTimestamp from HwInterface to HwBufferCtrlObj * added SimuDetInfoCtrlObj; dummy implementation of SimuHwInterface * allow modification of FrameDim size and image type git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@41 45c4679d-1946-429d-baad-37912b19538b
-
kirov authored
+ added getErrDesc(0 to the Exception class + added get/set m_pick git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@40 45c4679d-1946-429d-baad-37912b19538b
-
- 27 May, 2009 3 commits
-
-
ahoms authored
git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@39 45c4679d-1946-429d-baad-37912b19538b
-
ahoms authored
* added buffer saving to testsimulator git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@38 45c4679d-1946-429d-baad-37912b19538b
-
ahoms authored
* extended BufferSave to integrate functionality in espia_acq_lib * fixed StdBufferCbMgr frame cb timestamp to be relative to the acq. start * added real buffer filling and frame callback to Simulator * modified test and testsimulator to use latest class interfaces git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@37 45c4679d-1946-429d-baad-37912b19538b
-
- 25 May, 2009 2 commits
-
-
kirov authored
+ GetNextFrame() throws an exception + get/set Roi functions in FrameBuilder + code reorganization git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@36 45c4679d-1946-429d-baad-37912b19538b
-
kirov authored
+ added headers to fix compilation + added Roi to the FrameBuilder class git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@35 45c4679d-1946-429d-baad-37912b19538b
-
- 22 May, 2009 1 commit
-
-
kirov authored
git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@34 45c4679d-1946-429d-baad-37912b19538b
-
- 20 May, 2009 2 commits
-
-
kirov authored
git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@33 45c4679d-1946-429d-baad-37912b19538b
-
kirov authored
different image depths. git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@32 45c4679d-1946-429d-baad-37912b19538b
-
- 19 May, 2009 6 commits
-
-
ahoms authored
git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@31 45c4679d-1946-429d-baad-37912b19538b
-
kirov authored
to the m_grow_factor (a % betwwen 0.00 and 1.00) git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@30 45c4679d-1946-429d-baad-37912b19538b
-
kirov authored
git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@29 45c4679d-1946-429d-baad-37912b19538b
-
ahoms authored
git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@28 45c4679d-1946-429d-baad-37912b19538b
-
kirov authored
git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@27 45c4679d-1946-429d-baad-37912b19538b
-
kirov authored
git-svn-id: https://scm.blissgarden.org/svn/lima/trunk@26 45c4679d-1946-429d-baad-37912b19538b
-