sbrcsr 3.2.0
ATOMAS sbrcsr

A sbr_Sbdm object can contain one or more sbr_MsgTimestamp objects. More...

Typedefs

typedef struct _sbr_MsgTimestamp sbr_MsgTimestamp
 These indicate the date/time at which the message was created. More...
 

Functions

SBR_CSR_EXPORT const char * sbr_msgts_datetime (sbr_MsgTimestamp *timestamp)
 Point in time at which the timestamp was added to the message. More...
 
SBR_CSR_EXPORT const char * sbr_msgts_source (sbr_MsgTimestamp *timestamp)
 The Entity code for the Entity adding the timestamp. More...
 

Detailed Description

A sbr_Sbdm object can contain one or more sbr_MsgTimestamp objects.

Typedef Documentation

◆ sbr_MsgTimestamp

typedef struct _sbr_MsgTimestamp sbr_MsgTimestamp

These indicate the date/time at which the message was created.

In addition to the date/time value, a timestamp includes an indication of the entity generating the timestamp.

Function Documentation

◆ sbr_msgts_datetime()

SBR_CSR_EXPORT const char * sbr_msgts_datetime ( sbr_MsgTimestamp timestamp)

Point in time at which the timestamp was added to the message.

Parameters
timestampthe timestamp object.
Returns
datetime.

◆ sbr_msgts_source()

SBR_CSR_EXPORT const char * sbr_msgts_source ( sbr_MsgTimestamp timestamp)

The Entity code for the Entity adding the timestamp.

Parameters
timestampthe timestamp object.
Returns
Entity code.