MCPcopy Create free account
hub / github.com/AimRT/AimRT / Data

Method Data

src/interface/aimrt_module_cpp_interface/util/buffer.h:68–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 size_t Capacity() const { return buffer_array_.capacity; }
67
68 aimrt_buffer_t* Data() const { return buffer_array_.data; }
69
70 void Reserve(size_t new_cap) {
71 allocator_ptr_->reserve(allocator_ptr_->impl, &buffer_array_, new_cap);

Callers 15

BufferArrayViewMethod · 0.45
TESTFunction · 0.45
PublishMethod · 0.45
RegisterServiceFuncMethod · 0.45
InvokeMethod · 0.45
PublishMethod · 0.45
PublishMethod · 0.45
RegisterServiceFuncMethod · 0.45
InvokeMethod · 0.45
PublishMethod · 0.45
RegisterServiceFuncMethod · 0.45
InvokeMethod · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36