|
Following are the things that we developers need,
while coding for big projects.
1. Generation of Trace
Macros
MyClass::foo()
{
TRACE("MyClass","foo",LEVEL_1);
// file processing
// .................
}
The Trace Macro is used for the
debugging purpose, where in I need three arguments. Now Question is how to
generate this code from the Rose while doing the forward engineering.
2. Generation of
Comments
//------------------------------------------------------------
I think if we set the comments properly in the rose diagram, then while doing
the forward engineering can these comments be generated, In the fashion shown
here ? Also will it be possible for Rose to understand these comments
while doing the reverse engineering.// Name: CHPFMSvrWorkFiles::SetServerFileNames // Func: Set server file names // Param: THPFM_FileNameVector &f_rFileVector // Return: None // Exception: None // Note: None //------------------------------------------------------------ void CHPFMSvrWorkFiles::SetServerFileNames(THPFM_FileNameVector &f_rFileVector) { m_ServerFileNameVector = f_rFileVector; } Thanks and Regards
Harvinder Singh
|
Title: AW: (ROSE) reverse engineering
- AW: (ROSE) reverse engineering Kopetzky, Volker
- AW: (ROSE) reverse engineering harvinder singh
- AW: (ROSE) reverse engineering Kopetzky, Volker
