MCPcopy Create free account
hub / github.com/OSVR/OSVR-Core / process

Function process

src/osvr/Common/ImagingComponent.cpp:49–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 namespace {
48 template <typename T>
49 void process(OSVR_ImagingMetadata &meta, T &p) {
50 p(meta.height);
51 p(meta.width);
52 p(meta.channels);
53 p(meta.depth);
54 p(meta.type,
55 serialization::EnumAsIntegerTag<OSVR_ImagingValueType,
56 uint8_t>());
57 }
58 } // namespace
59 class ImageRegion::MessageSerialization {
60 public:

Callers 4

processMessageMethod · 0.85
processMessageMethod · 0.85
processMessageMethod · 0.85
processMessageMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected