Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Unipisa/Simu5G
/ functions
Functions
2,786 in github.com/Unipisa/Simu5G
⨍
Functions
2,786
◇
Types & classes
614
Method
analyzePacket
src/simu5g/stack/pdcp/LtePdcpUeD2D.cc:43
Method
applyScheduling
src/simu5g/stack/mac/scheduling_modules/LteMaxCiOptMB.cc:449
Method
array_index
! @param[in] s reference token to be converted into an array index @return integer representation of @a s @throw parse_error.106 if an
src/simu5g/mec/utils/httpUtils/json.hpp:11939
Method
attachUser
src/simu5g/common/cellInfo/CellInfo.cc:106
Function
autodoc_skip_member_callback
(app, what, name, obj, skip, options)
doc/src/conf.py:122
Method
availableBytes
src/simu5g/stack/mac/scheduler/LteSchedulerEnb.cc:836
Method
availableBytesBackgroundUe
src/simu5g/stack/mac/scheduler/LteSchedulerEnb.cc:855
Function
basic_json array
! @brief explicitly create an array from an initializer list Creates a JSON array value from a given initializer list. That is, given a l
src/simu5g/mec/utils/httpUtils/json.hpp:18351
Function
basic_json binary
! @brief explicitly create a binary array (without subtype) Creates a JSON binary array value from a given binary container. Binary value
src/simu5g/mec/utils/httpUtils/json.hpp:18248
Function
basic_json diff
! @brief creates a diff as a JSON patch Creates a [JSON Patch](http://jsonpatch.com) so that value @a source can be changed into the valu
src/simu5g/mec/utils/httpUtils/json.hpp:25039
Function
basic_json from_bson
src/simu5g/mec/utils/httpUtils/json.hpp:24413
Function
basic_json from_cbor
src/simu5g/mec/utils/httpUtils/json.hpp:24041
Function
basic_json from_msgpack
src/simu5g/mec/utils/httpUtils/json.hpp:24184
Function
basic_json from_ubjson
src/simu5g/mec/utils/httpUtils/json.hpp:24300
Function
basic_json meta
! @brief returns version information on the library This function returns a JSON object with information about the library, including the
src/simu5g/mec/utils/httpUtils/json.hpp:16910
Function
basic_json object
! @brief explicitly create an object from an initializer list Creates a JSON object value from a given initializer list. The initializer
src/simu5g/mec/utils/httpUtils/json.hpp:18395
Function
basic_json parse
src/simu5g/mec/utils/httpUtils/json.hpp:23255
Method
binary
src/simu5g/mec/utils/httpUtils/json.hpp:5457
Method
binary
src/simu5g/mec/utils/httpUtils/json.hpp:5632
Method
binary_reader
! @brief create a binary reader @param[in] adapter input adapter to read from */
src/simu5g/mec/utils/httpUtils/json.hpp:7780
Method
binary_writer
! @brief create a binary writer @param[in] adapter output adapter to write to */
src/simu5g/mec/utils/httpUtils/json.hpp:12838
Method
blockGain
src/simu5g/stack/mac/amc/LteAmc.cc:836
Method
boolean
src/simu5g/mec/utils/httpUtils/json.hpp:5427
Method
boolean
src/simu5g/mec/utils/httpUtils/json.hpp:5602
Method
bufferControlPdu
src/simu5g/stack/rlc/am/AmTxQueue.cc:489
Method
bufferPdu
src/simu5g/stack/rlc/am/AmTxQueue.cc:493
Method
bufferizeBsr
src/simu5g/stack/mac/LteMacEnb.cc:294
Method
bufferizePacket
note: this method is never called, as it is overridden (in the same way!) in both LteMacEnb and LteMacUe
src/simu5g/stack/mac/LteMacBase.cc:268
Method
bufferizePacket
src/simu5g/stack/mac/LteMacEnb.cc:707
Method
bufferizePacket
src/simu5g/stack/mac/LteMacUe.cc:244
Method
buildCarrierActiveConnectionSet
src/simu5g/stack/mac/scheduler/LteScheduler.cc:164
Method
buildClientRequest
src/simu5g/stack/compManager/compManagerProportional/LteCompManagerProportional.cc:106
Method
buildCoordinatorReply
src/simu5g/stack/compManager/compManagerProportional/LteCompManagerProportional.cc:115
Method
busy
! Return true if the timer is busy. * * @return whether the timer is busy or not */
src/simu5g/common/timer/TTimer.h:77
Method
busy
! Return true if there is at least one scheduled event. * * @return whether there is at least one scheduled event */
src/simu5g/common/timer/TTimer.h:187
Method
byte_container_with_subtype
src/simu5g/mec/utils/httpUtils/json.hpp:4506
Method
bytesGain
src/simu5g/stack/mac/amc/LteAmc.cc:853
Function
cStringToLower
src/simu5g/common/LteCommon.cc:85
Method
calcInterfDist
* Calculation of the interference distance based on the transmitter * power, wavelength, pathloss coefficient and a threshold for the * minimal rece
src/simu5g/world/radio/ChannelControl.cc:71
Method
calcInterfDist
* Calculation of the interference distance based on the transmitter * power, wavelength, pathloss coefficient and a threshold for the * minimal rece
src/simu5g/world/radio/LteChannelControl.cc:48
Method
calc_bson_array_size
! @return The size of the BSON-encoded array @a value */
src/simu5g/mec/utils/httpUtils/json.hpp:13849
Method
calc_bson_binary_size
! @return The size of the BSON-encoded binary array @a value */
src/simu5g/mec/utils/httpUtils/json.hpp:13864
Method
calc_bson_element_size
! @brief Calculates the size necessary to serialize the JSON value @a j with its @a name @return The calculated size for the BSON document ent
src/simu5g/mec/utils/httpUtils/json.hpp:13906
Method
calc_bson_entry_header_size
! @return The size of a BSON document entry header, including the id marker and the entry name size (and its null-terminator). */
src/simu5g/mec/utils/httpUtils/json.hpp:13702
Method
calc_bson_integer_size
! @return The size of the BSON-encoded integer @a value */
src/simu5g/mec/utils/httpUtils/json.hpp:13779
Method
calc_bson_object_size
! @brief Calculates the size of the BSON serialization of the given JSON-object @a j. @param[in] j JSON value to serialize @pr
src/simu5g/mec/utils/httpUtils/json.hpp:14000
Method
calc_bson_string_size
! @return The size of the BSON-encoded string in @a value */
src/simu5g/mec/utils/httpUtils/json.hpp:13749
Method
calc_bson_unsigned_size
! @return The size of the BSON-encoded unsigned integer in @a j */
src/simu5g/mec/utils/httpUtils/json.hpp:13807
Method
calculateMcsScale
src/simu5g/background/cell/BackgroundCellAmc.cc:31
Method
calculateMcsScale
src/simu5g/common/cellInfo/CellInfo.cc:64
Method
calculateRequestServiceTime
src/simu5g/mec/platform/services/base/MecServiceBase.cc:372
Method
calculateSubscriptionServiceTime
src/simu5g/mec/platform/services/base/MecServiceBase.cc:388
Method
checkChannel
src/simu5g/world/radio/ChannelControl.cc:191
Method
checkCompleteSdu
src/simu5g/stack/rlc/am/AmRxQueue.cc:393
Method
checkConflict
src/simu5g/stack/mac/scheduling_modules/LteAllocatorBestFit.cc:63
Method
checkEligibility
src/simu5g/stack/mac/scheduler/LteSchedulerEnbUl.cc:24
Method
checkEligibility
src/simu5g/stack/mac/scheduler/NrSchedulerGnbUl.cc:20
Method
checkEligibility
src/simu5g/stack/mac/scheduler/LteSchedulerEnbDl.cc:23
Method
checkForMrw
src/simu5g/stack/rlc/am/AmTxQueue.cc:330
Method
checkHole
src/simu5g/stack/mac/scheduling_modules/LteAllocatorBestFit.cc:26
Function
checkIfHeaderType
src/simu5g/common/LteCommon.h:468
Method
checkRAC
src/simu5g/stack/mac/LteMacUe.cc:833
Method
checkRAC
src/simu5g/stack/mac/LteMacUeD2D.cc:463
Function
cleanRow
(row)
simulations/nr/videostreaming_dataset_generator/dataset/datasetExtractor.py:39
Method
clearAllLcid
src/simu5g/stack/packetFlowObserver/PacketFlowObserverEnb.cc:82
Method
clearAllLcid
src/simu5g/stack/packetFlowObserver/PacketFlowObserverUe.cc:81
Method
clearBsrBuffers
src/simu5g/stack/mac/LteMacEnbD2D.cc:287
Method
clearBufferedSdu
src/simu5g/stack/rlc/um/UmRxEntity.cc:694
Method
clearConflictGraph
reset Conflict Graph
src/simu5g/stack/mac/conflict_graph/ConflictGraph.cc:35
Method
clearLcid
src/simu5g/stack/packetFlowObserver/PacketFlowObserverEnb.cc:60
Method
clearLcid
src/simu5g/stack/packetFlowObserver/PacketFlowObserverUe.cc:60
Method
clearOutgoingConnectionBuffers
src/simu5g/stack/mac/LteMacBase.cc:237
Method
clearQueue
src/simu5g/stack/rlc/um/UmTxEntity.cc:279
Method
clear_subtype
! @brief clears the binary subtype Clears the binary subtype and flags the value as not having a subtype, which has implications for seri
src/simu5g/mec/utils/httpUtils/json.hpp:4631
Method
closed
src/simu5g/mec/platform/services/base/SocketManager.cc:95
Method
coherenceTime
src/simu5g/stack/phy/LtePhyUe.h:152
Method
collect
src/simu5g/common/ResultRecorders.cc:23
Method
commitSchedule
src/simu5g/stack/mac/scheduler/LteScheduler.h:185
Method
commitSchedule
src/simu5g/stack/mac/scheduling_modules/LteDrr.cc:114
Method
commitSchedule
src/simu5g/stack/mac/scheduling_modules/LtePf.cc:149
Method
commitSchedule
src/simu5g/stack/mac/scheduling_modules/LteMaxCiOptMB.cc:489
Method
commitSchedule
src/simu5g/stack/mac/scheduling_modules/LteAllocatorBestFit.cc:444
Method
commitSchedule
src/simu5g/stack/mac/scheduling_modules/LteMaxCiComp.cc:163
Method
commitSchedule
src/simu5g/stack/mac/scheduling_modules/LteMaxCiMultiband.cc:118
Method
commitSchedule
src/simu5g/stack/mac/scheduling_modules/LteMaxCi.cc:158
Method
compressHeader
src/simu5g/stack/pdcp/LteTxPdcpEntity.cc:84
Method
computeAngle
src/simu5g/stack/phy/channelmodel/LteRealisticChannelModel.cc:338
Method
computeAngle
src/simu5g/background/cell/BackgroundCellChannelModel.cc:649
Method
computeAngularAttenuation
src/simu5g/stack/phy/channelmodel/NrChannelModel.cc:74
Method
computeAngularAttenuation
src/simu5g/stack/phy/channelmodel/LteRealisticChannelModel.cc:377
Method
computeAngularAttenuation
src/simu5g/background/cell/BackgroundCellChannelModel.cc:691
Method
computeBackgroundCellInterference
src/simu5g/stack/phy/channelmodel/LteRealisticChannelModel.cc:2353
Method
computeBackgroundCellInterference
src/simu5g/background/cell/BackgroundCellChannelModel.cc:984
Method
computeBitsOnNRbs
src/simu5g/stack/mac/amc/LteAmc.cc:558
Method
computeBitsOnNRbs_MB
src/simu5g/stack/mac/amc/LteAmc.cc:694
Method
computeBitsPerRbBackground
src/simu5g/stack/mac/amc/NrAmc.cc:201
Method
computeBitsPerRbBackground
src/simu5g/stack/mac/amc/LteAmc.cc:738
Method
computeBitsPerRbBackground
src/simu5g/background/cell/BackgroundCellAmcNr.cc:25
Method
computeCodewordTbs
src/simu5g/stack/mac/amc/NrAmc.cc:109
Method
computeCorrelationDistance
src/simu5g/stack/phy/channelmodel/LteRealisticChannelModel.cc:293
← previous
next →
1,101–1,200 of 2,786, ranked by callers