|
μHAL (v2.7.9)
Part of the IPbus software repository
|
Go to the documentation of this file.
40 int main (
int argc,
char* argv[] )
53 else if ( lOptions.
version == 2 )
Struct to store the dummy hardware command line options.
uint32_t delay
The delay in seconds between the request and response of the first IPbus transaction.
static DummyHardwareOptions parseFromCommandLine(int argc, char *argv[])
Static function to parse the command line arguments into a struct containing the information.
Concrete implementation of emulator of hardware using TCP.
bool bigendian
Whether we use the big-endian hack.
void log(FatalLevel &aFatal, const T0 &aArg0)
Function to add a log entry at Fatal level.
_Integer< T, IntFmt<> > Integer(const T &aT)
Forward declare a function which creates an instance of the ultra-lightweight wrapper from an integer...
void run()
Concrete implementation of the run function Starts the TCP server and runs indefinitely,...
uint32_t version
IPbus version number - 1 or 2.
uint16_t port
The port used by the dummy hardware.
int main(int argc, char *argv[])