MCPcopy Create free account
hub / github.com/AbyssEngine/AbyssEngineOld / getDirections

Method getDirections

src/Abyss/DataTypes/DC6.cpp:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37uint32_t DC6::getEncoding() const { return _encoding; }
38std::array<uint8_t, DC6TerminationSize> DC6::getTermination() const { return _termination; }
39uint32_t DC6::getDirections() const { return _directions; }
40uint32_t DC6::getFramesPerDirection() const { return _framesPerDirection; }
41std::vector<uint32_t> DC6::getFramePointers() const { return _framePointers; }
42uint32_t DC6::getFrameCount() const { return _framesPerDirection; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected