sbrcsr 3.2.0
ATOMAS sbrcsr
Types

General types used across the SBR CSR API. More...

Modules

 Module defines
 Each module within the library is individually defined by a name and id.
 
 Configuration Values
 These values can optionally be used to access variables in the configuration file.
 
 Error codes
 All errors are encapsulated in CSR specific errors.
 

Enumerations

enum  sbr_eMsgSourceType { SBR_REQUEST = 1 , SBR_RESPONSE }
 Indicates whether a message is or object belongs to a request or response message. More...
 

Detailed Description

General types used across the SBR CSR API.

Enumeration Type Documentation

◆ sbr_eMsgSourceType

Indicates whether a message is or object belongs to a request or response message.

Enumerator
SBR_REQUEST 

Request message.

SBR_RESPONSE 

Response message.