MCPcopy Create free account
hub / github.com/VirtualGL/virtualgl / setIF

Function setIF

server/vglconfig.cpp:145–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145void setIF(void)
146{
147 if(!ifButton) return;
148 ifButton->value(fconfig.interframe);
149 if(strlen(fconfig.transport) > 0 || fconfig.compress == RRCOMP_JPEG
150 || fconfig.compress == RRCOMP_RGB)
151 ifButton->activate();
152 else ifButton->deactivate();
153}
154
155void setStereo(void)
156{

Callers 3

compCBFunction · 0.85
profCBFunction · 0.85
initFunction · 0.85

Calls 3

activateMethod · 0.80
deactivateMethod · 0.80
valueMethod · 0.45

Tested by

no test coverage detected