MCPcopy Create free account
hub / github.com/google-deepmind/mujoco / mjp_defaultDecoder

Function mjp_defaultDecoder

src/engine/engine_plugin.cc:592–594  ·  view source on GitHub ↗

set default resource decoder definition

Source from the content-addressed store, hash-verified

590
591// set default resource decoder definition
592void mjp_defaultDecoder(mjpDecoder* decoder) {
593 std::memset(decoder, 0, sizeof(*decoder));
594}
595
596// find a decoder that can process a given resource and content_type
597const mjpDecoder* mjp_findDecoder(const mjResource* resource, const char* content_type) {

Callers 4

mjPLUGIN_LIB_INITFunction · 0.85
mjPLUGIN_LIB_INITFunction · 0.85
mjPLUGIN_LIB_INITFunction · 0.85
FakeDecoderFunction · 0.85

Calls

no outgoing calls

Tested by 1

FakeDecoderFunction · 0.68