Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ProtocolParser), | intent(in) | :: | this | |||
integer, | intent(in) | :: | buffer(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ProtocolParser), | intent(in) | :: | this | |||
class(AbstractMessage), | intent(in), | target | :: | message |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ProtocolParser), | intent(inout) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ProtocolParser), | intent(in) | :: | this | |||
integer, | intent(in) | :: | type_id |
type :: ProtocolParser private type (IntegerMessageMap) :: prototypes logical :: initialized = .false. contains procedure :: initialize procedure :: make_message procedure :: decode procedure :: encode end type ProtocolParser