
The class is a container that allows to store raw CDR record together with error information.
Definition at line 62 of file rawcdr.h.
| typedef std::deque<unsigned char> OSB_LIB::RawCdr::Data |
| OSB_LIB::RawCdr::RawCdr | ( | const RecordStreamId & | origin, | |
| size_t | tagValue | |||
| ) | [explicit] |
Constructor with origin and value of ASN.1 tag.
| const RecordStreamId& OSB_LIB::RawCdr::originStreamId | ( | ) | const |
Get the id of original stream.
See originStreamId_ for more details.
| size_t OSB_LIB::RawCdr::tagValue | ( | ) | const |
Get value of ASN.1 tag.
The following tags are currently used:
friend class Asn1ToRawCdr [friend] |
The id of the original record stream.
It is not neccessary to provide a Cdr::OrigCountList because an error raw CDR never contains more than 1 CDR of an original records stream: the nominator and denominator will always be 1.
size_t OSB_LIB::RawCdr::tagValue_ [private] |
1.4.7