Click here to Skip to main content
15,924,901 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to write data to cdr Pin
nlecren12-Aug-02 17:15
nlecren12-Aug-02 17:15 
AnswerRe: How to write data to cdr Pin
Christian Graus12-Aug-02 17:26
protectorChristian Graus12-Aug-02 17:26 
AnswerRe: How to write data to cdr Pin
Scott H. Settlemier13-Aug-02 5:23
Scott H. Settlemier13-Aug-02 5:23 
GeneralRe: How to write data to cdr Pin
nlecren13-Aug-02 7:08
nlecren13-Aug-02 7:08 
GeneralRe: splitting Pin
Christian Graus12-Aug-02 16:05
protectorChristian Graus12-Aug-02 16:05 
GeneralRe: splitting Pin
wong190712-Aug-02 16:36
wong190712-Aug-02 16:36 
GeneralRe: splitting Pin
Christian Graus12-Aug-02 17:11
protectorChristian Graus12-Aug-02 17:11 
QuestionHow to create your own "ad hoc" framework? Pin
Anonymous12-Aug-02 15:54
Anonymous12-Aug-02 15:54 
hello Everybody,

I am working on a project involving PCs as peer sensors on a network. The sensor can use ccd cameras (microscops), can process acquired images, can replicate data on an overlay network (P2P), can distribute processing (actually start, control and stop them remotely).

I'd like to create a object-oriented, component-oriented "generic" framework in C++... for sensors in general and for my application in particular. Also, I'd like to have some functionalities (Input, Processing, Networking...), as independent components, i.e. that can be used without the others (separate DLLs?).


Sensor Component
|
|- Input Component
|
|- Processing Component
|
|- Networking Component
|
|- Coordinator Component


MySensor Component : inherited from Sensor Component
|
|- Vision Component : inherited from Input Component
|
|- MyProcessing : inherited from Processing Component
|
|- P2P : inherited from Networking Component
|
|- MyCoordinator : inherited from Coordinator Component


How do I make such a framework? What tools are the easiest?
Where should I start?
Should I buy a book "creating our own framework for dummies"?


Any comments are welcome!!
Thanks a lot!

Bertrand Boichon

Research Assistant
Electrical & Computer Engr.
Oregon State University
AnswerRe: How to create your own "ad hoc" framework? Pin
Tomasz Sowinski12-Aug-02 23:00
Tomasz Sowinski12-Aug-02 23:00 
Generalsplitting view Pin
wong190712-Aug-02 15:49
wong190712-Aug-02 15:49 
GeneralRe: splitting view Pin
Weiye Chen12-Aug-02 18:39
Weiye Chen12-Aug-02 18:39 
GeneralRe: splitting view Pin
wong190712-Aug-02 19:54
wong190712-Aug-02 19:54 
GeneralRe: splitting view Pin
Weiye Chen12-Aug-02 20:16
Weiye Chen12-Aug-02 20:16 
GeneralRe: splitting view Pin
wong190712-Aug-02 21:46
wong190712-Aug-02 21:46 
GeneralRe: splitting view Pin
Weiye Chen12-Aug-02 22:05
Weiye Chen12-Aug-02 22:05 
GeneralRe: splitting view Pin
wong190712-Aug-02 22:23
wong190712-Aug-02 22:23 
Generalscroll bar Pin
wong190712-Aug-02 15:47
wong190712-Aug-02 15:47 
GeneralRe: scroll baR Pin
Christian Graus12-Aug-02 16:06
protectorChristian Graus12-Aug-02 16:06 
GeneralRe: scroll bar Pin
wong190712-Aug-02 16:23
wong190712-Aug-02 16:23 
GeneralRe: scroll bar Pin
Christian Graus12-Aug-02 17:09
protectorChristian Graus12-Aug-02 17:09 
GeneralRe: scroll bar Pin
wong190713-Aug-02 3:01
wong190713-Aug-02 3:01 
GeneralXML parser not validating on load Pin
paulb12-Aug-02 14:37
paulb12-Aug-02 14:37 
GeneralWhat's wrong with my DCs Pin
CaesarCZ12-Aug-02 14:26
CaesarCZ12-Aug-02 14:26 
GeneralRe: What's wrong with my DCs Pin
Christian Graus12-Aug-02 15:01
protectorChristian Graus12-Aug-02 15:01 
GeneralRe: What's wrong with my DCs Pin
CaesarCZ12-Aug-02 15:16
CaesarCZ12-Aug-02 15:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.