MPE_Log_get_event_number
Gets an unused event number
Synopsis
int MPE_Log_get_event_number( void )
Returns
A value that can be used in MPE_Describe_info_event() and
MPE_Describe_info_state() which define an event or state not used before.
Notes
This routine is provided to allow packages to ensure that they are
using unique event numbers. It relies on all packages using this
routine.
Location:../src/logging/src/mpe_log.c