add possibility/api routine to get own operational consist number and own train consist number (which is delivered by dataset TRDP_OP_TRAIN_DIR_STATUS_INFO_T of ComID100) via tti functionality.
Cause here the whole struct TRDP_OP_TRAIN_DIR_STATUS_INFO_T will be copied everytime when the routine is called! Due to performance issues - and as I need only the two consist numbers I implemented these two direct API routines. Perhaps someone else has the same issue.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
please see revision r1864 on branch trdp-mm-1.3.1.0 for a possible implementation
Why not use tau_getOpTrnDirectoryStatusInfo()?
Cause here the whole struct TRDP_OP_TRAIN_DIR_STATUS_INFO_T will be copied everytime when the routine is called! Due to performance issues - and as I need only the two consist numbers I implemented these two direct API routines. Perhaps someone else has the same issue.
I added the two calls (with slightly different naming) to 1.4.2
Thank you!!