MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / setUnionReferencePointer

Method setUnionReferencePointer

erpcgen/src/types/UnionCase.hpp:75–75  ·  view source on GitHub ↗

! * @brief This function set reference to union type. * * @param[in] unionType Pointer to union type. */

Source from the content-addressed store, hash-verified

73 * @param[in] unionType Pointer to union type.
74 */
75 void setUnionReferencePointer(UnionType *unionType) { m_containingUnion = unionType; }
76
77 /*!
78 * @brief This function returns union case value.

Callers 1

addCaseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected