preproc.i: Shorten classname for scilab
Errors were: ../../../../../../Examples/test-suite/scilab/../preproc.i:400: Error: Wrapping functions names for member 'tcxMessageTestSlashSlash.mHeader' will exceed 24 characters, please rename the container of member 'tcxMessageTestSlashSlash'. ../../../../../../Examples/test-suite/scilab/../preproc.i:408: Error: Wrapping functions names for member 'tcxMessageBugSlashSlash.mBid' will exceed 24 characters, please rename the container of member 'tcxMessageBugSlashSlash'.
This commit is contained in:
parent
538ce62775
commit
ba3773e1be
1 changed files with 4 additions and 4 deletions
|
|
@ -391,16 +391,16 @@ TCX_PACKED (typedef struct tcxMessageBugImpl
|
|||
}) tcxMessageBug;
|
||||
|
||||
|
||||
TCX_PACKED (typedef struct tcxMessageTestImplSlashSlash
|
||||
TCX_PACKED (typedef struct tcxMessageTestImpl2
|
||||
{
|
||||
int mHeader; ///< comment
|
||||
}) tcxMessageTestSlashSlash;
|
||||
}) tcxMessageTest2;
|
||||
|
||||
|
||||
TCX_PACKED (typedef struct tcxMessageBugImplSlashSlash
|
||||
TCX_PACKED (typedef struct tcxMessageBugImpl2
|
||||
{
|
||||
int mBid; ///< Bid price and size, check PresentMap if available in message
|
||||
}) tcxMessageBugSlashSlash;
|
||||
}) tcxMessageBug2;
|
||||
|
||||
|
||||
%}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue