Content-type: text/html Manpage of endTCBMeasurement

endTCBMeasurement

Section: (T)TCB (1)
Updated: 30 September 2002
Index Return to Main Contents

 

NAME

endTCBMeasurement - finishes a local duration measurement instantiation

 

SYNOPSIS

#include "tcb/tcb.h"

int endTCBMeasurement(descriptor_t descriptor,int measuredesc,TCBtimeinterval* tm,TCBtimestamp* end_ev);  

DESCRIPTION

ends a local measurement service instantiation, providing the delay of the measured interval and the timestamp that signals the end of the measured interval. descriptor references the connection to the TCB. measuredesc is the descriptor that identifies the service instantiation. *tm is a pointer to a variable that the TCB will sets with the measured interval (nanosecond resolution). *end_ev is a pointer to a variable that the TCB will sets with the termination event of the measured interval (nanosecond resolution). endTCBMeasurement.  

RETURN VALUE

OK if no errors occurred  

ERRORS

TCB_ACESS_ERROR if an error occurred on the access to the TCB.

INVALID_LOCALM_DESC if an incorrect descriptor of a service instantiation was provided to TCB.

 

SEE ALSO

startTCBMeasurement (1)


 

Index

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
ERRORS
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 23:05:26 GMT, August 06, 2003