Directory Source/ObserverInterface/

Directory Created:
2009-10-04 14:04
Total Files:
11
Deleted Files:
3
Lines of Code:
1037

[root]/Source/ObserverInterface

Lines of Code

Source/ObserverInterface/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 76 (100.0%) 2597 (100.0%) 34.1
ems5311 15 (19.7%) 951 (36.6%) 63.4
estoekl 30 (39.5%) 707 (27.2%) 23.5
jbridon 20 (26.3%) 413 (15.9%) 20.6
mjones 10 (13.2%) 346 (13.3%) 34.6
stsalyuk 1 (1.3%) 180 (6.9%) 180.0

Most Recent Commits

jbridon 2009-11-15 17:15 Rev.: 141

Major work on the makefile system.

2 lines of code changed in 1 file:

  • Source/ObserverInterface: makefile (+2 -2)
estoekl 2009-11-15 13:36 Rev.: 137

Graphing updates

15 lines of code changed in 1 file:

  • Source/ObserverInterface: ObserverInterface.cpp (+15 -2)
estoekl 2009-11-15 12:57 Rev.: 134

Scaling works fine now

98 lines of code changed in 2 files:

  • Source/ObserverInterface: ObserverInterface.cpp (+92 -48), ObserverInterface.h (+6 -4)
estoekl 2009-11-14 19:08 Rev.: 132

Updated some stuff, now has text displays, multiple component support.

44 lines of code changed in 2 files:

  • Source/ObserverInterface: ObserverInterface.cpp (+39 -5), ObserverInterface.h (+5 -1)
estoekl 2009-11-12 22:19 Rev.: 131

Tried some new stuff line 155 to 174 of cpp but I couldn't get it to work...

28 lines of code changed in 2 files:

  • Source/ObserverInterface: ObserverInterface.cpp (+27 -2), ObserverInterface.h (+1)
estoekl 2009-11-12 21:14 Rev.: 130

Scaling works, need approval on next move here...

30 lines of code changed in 2 files:

  • Source/ObserverInterface: ObserverInterface.cpp (+28 -15), ObserverInterface.h (+2)
estoekl 2009-11-08 13:07 Rev.: 114

Jeremy made it work better again

47 lines of code changed in 2 files:

  • Source/ObserverInterface: ObserverInterface.cpp (+46 -32), ObserverInterface.h (+1 -1)
estoekl 2009-11-01 20:20 Rev.: 106

Graph looks nicer

14 lines of code changed in 2 files:

  • Source/ObserverInterface: ObserverInterface.cpp (+12 -25), ObserverInterface.h (+2 -2)
estoekl 2009-10-30 17:43 Rev.: 90

Updated ObserverInterface as well as base component

80 lines of code changed in 3 files:

  • Source/ObserverInterface: GenerateRandom1.cpp (+2 -1), ObserverInterface.cpp (+63 -25), ObserverInterface.h (+15 -7)
estoekl 2009-10-30 11:45 Rev.: 89

Little changes

9 lines of code changed in 3 files:

  • Source/ObserverInterface: ObserverInterface.cpp (+6 -5), ObserverInterface.h (+2 -2), makefile (+1 -1)
estoekl 2009-10-30 11:26 Rev.: 88

Works sort of I guess

4 lines of code changed in 1 file:

  • Source/ObserverInterface: ObserverInterface.cpp (+4 -17)
estoekl 2009-10-28 19:08 Rev.: 87

Some changes

31 lines of code changed in 2 files:

  • Source/ObserverInterface: ObserverInterface.cpp (+26 -11), ObserverInterface.h (+5 -4)
jbridon 2009-10-27 13:56 Rev.: 86

Slight changes to observer interface

2 lines of code changed in 1 file:

  • Source/ObserverInterface: ObserverInterface.cpp (+2 -2)
jbridon 2009-10-26 20:41 Rev.: 84

Major changes to makefile system, add makefiles are set.

1 lines of code changed in 1 file:

  • Source/ObserverInterface: makefile (+1 -1)
estoekl 2009-10-25 13:11 Rev.: 82

ortho points, stuff works

197 lines of code changed in 2 files:

  • Source/ObserverInterface: ObserverInterface.cpp (+193 -190), ObserverInterface.h (+4 -10)
mjones 2009-10-25 11:32 Rev.: 78

Updated make files to better help with lib control. Update Projection Transform.

1 lines of code changed in 1 file:

  • Source/ObserverInterface: makefile (+1)
estoekl 2009-10-25 10:28 Rev.: 76

changed components.mk

109 lines of code changed in 5 files:

  • Source/ObserverInterface: GenerateRandom1.cpp (+1 -1), Main.cpp (+2 -2), ObserverInterface.cpp (+9 -10), ObserverInterface.h (+95 -91), makefile (+2 -2)
estoekl 2009-10-23 14:58 Rev.: 75

Able to read in data; now to get the graph going...

1 lines of code changed in 1 file:

  • Source/ObserverInterface: ObserverInterface.h (+1 -1)
ems5311 2009-10-23 14:49 Rev.: 74

Able to read in data; now to get the graph going...

10 lines of code changed in 1 file:

  • Source/ObserverInterface: ObserverInterface.cpp (+10 -10)
ems5311 2009-10-23 13:59 Rev.: 73

It's compiling, gonna work on testing it...

34 lines of code changed in 2 files:

  • Source/ObserverInterface: ObserverInterface.cpp (+29 -25), ObserverInterface.h (+5 -9)
jbridon 2009-10-22 18:46 Rev.: 72

Added some sample code for Erich

55 lines of code changed in 2 files:

  • Source/ObserverInterface: ObserverInterface.cpp (+41 -10), ObserverInterface.h (+14 -5)
ems5311 2009-10-22 17:45 Rev.: 71

Updates

36 lines of code changed in 3 files:

  • Source/ObserverInterface: Main.cpp (+1 -1), ObserverInterface.cpp (+26 -562), ObserverInterface.h (+9 -5)
ems5311 2009-10-21 19:27 Rev.: 70

Updated the linux make files for the samples in ObserverInterface dir

57 lines of code changed in 6 files:

  • Source/ObserverInterface: GenerateRandom1.cpp (+1), Main.cpp (new 8), ObserverInterface.cpp (+42 -2), ObserverInterface.h (+1), makefile (-6), makefile.samples (new 5)
jbridon 2009-10-19 18:47 Rev.: 67

Update some documentation and update ObserverClient for better info on design.

51 lines of code changed in 2 files:

  • Source/ObserverInterface: ObserverInterface.cpp (+27 -14), ObserverInterface.h (+24 -25)
jbridon 2009-10-19 16:03 Rev.: 64

Added osx makefile support for observer interface

20 lines of code changed in 1 file:

  • Source/ObserverInterface: makefile.osx (new 20)
jbridon 2009-10-18 15:58 Rev.: 63

Updated the Observer Interface specifications within the header files. Removed the random readers to keep things simple. Added makefile

114 lines of code changed in 9 files:

  • Source/ObserverInterface: GenerateRandom1.cpp (+22 -10), GenerateRandom2.cpp (+19 -6), GenerateRandom3.cpp (+28 -16), ObserverInterface.cpp (+2 -2), ObserverInterface.h (+36 -15), ReadRandom1.cpp (del), ReadRandom2.cpp (del), ReadRandom3.cpp (del), makefile (+7)
jbridon 2009-10-18 14:56 Rev.: 62

Updated makefile

17 lines of code changed in 1 file:

  • Source/ObserverInterface: makefile (new 17)
ems5311 2009-10-18 14:38 Rev.: 61

97 lines of code changed in 1 file:

  • Source/ObserverInterface: ObserverInterface.cpp (+97 -100)
ems5311 2009-10-18 14:38 Rev.: 60

h file

61 lines of code changed in 1 file:

  • Source/ObserverInterface: ObserverInterface.h (new 61)
mjones 2009-10-18 12:12 Rev.: 57

Fixed some errors.

21 lines of code changed in 3 files:

  • Source/ObserverInterface: GenerateRandom1.cpp (+8 -6), GenerateRandom2.cpp (+7 -6), GenerateRandom3.cpp (+6 -5)
mjones 2009-10-18 12:02 Rev.: 56

Files for Erich (Eryk, Eric, Eryc).

324 lines of code changed in 6 files:

  • Source/ObserverInterface: GenerateRandom1.cpp (new 41), GenerateRandom2.cpp (new 38), GenerateRandom3.cpp (new 47), ReadRandom1.cpp (new 66), ReadRandom2.cpp (new 66), ReadRandom3.cpp (new 66)
ems5311 2009-10-18 11:07 Rev.: 54

Sets up gui window, able to plot points, points will need to move across the screen (in next update).

656 lines of code changed in 1 file:

  • Source/ObserverInterface: ObserverInterface.cpp (new 656)
jbridon 2009-10-17 14:47 Rev.: 52

Added sample source for the Observer Client.

151 lines of code changed in 2 files:

  • Source/ObserverInterface: ObserverInterface.vcproj (+8), SampleSource.cpp (new 143)
stsalyuk 2009-10-04 14:04 Rev.: 14

adding ObserverInterface.vcproj VS project file

180 lines of code changed in 1 file:

  • Source/ObserverInterface: ObserverInterface.vcproj (new 180)
Generated by StatSVN 0.5.0