gucoordinates
Functions | Variables
camera_coordinate_fakes.c File Reference
#include "camera_coordinate_fakes.h"
Include dependency graph for camera_coordinate_fakes.c:

Go to the source code of this file.

Functions

bool gu_camera_coordinate_equals (const gu_camera_coordinate arg0, const gu_camera_coordinate arg1)
 
void gu_camera_coordinate_equals_reset (void)
 
pixels_t gu_camera_coordinate_x_lower_bound (const gu_camera_coordinate arg0)
 
void gu_camera_coordinate_x_lower_bound_reset (void)
 
pixels_t gu_camera_coordinate_y_lower_bound (const gu_camera_coordinate arg0)
 
void gu_camera_coordinate_y_lower_bound_reset (void)
 
pixels_t gu_camera_coordinate_x_upper_bound (const gu_camera_coordinate arg0)
 
void gu_camera_coordinate_x_upper_bound_reset (void)
 
pixels_t gu_camera_coordinate_y_upper_bound (const gu_camera_coordinate arg0)
 
void gu_camera_coordinate_y_upper_bound_reset (void)
 

Variables

gu_camera_coordinate_equals_Fake gu_camera_coordinate_equals_fake
 
gu_camera_coordinate_x_lower_bound_Fake gu_camera_coordinate_x_lower_bound_fake
 
gu_camera_coordinate_y_lower_bound_Fake gu_camera_coordinate_y_lower_bound_fake
 
gu_camera_coordinate_x_upper_bound_Fake gu_camera_coordinate_x_upper_bound_fake
 
gu_camera_coordinate_y_upper_bound_Fake gu_camera_coordinate_y_upper_bound_fake
 

Function Documentation

◆ gu_camera_coordinate_equals()

bool gu_camera_coordinate_equals ( const gu_camera_coordinate  arg0,
const gu_camera_coordinate  arg1 
)

Definition at line 63 of file camera_coordinate_fakes.c.

◆ gu_camera_coordinate_equals_reset()

void gu_camera_coordinate_equals_reset ( void  )

Definition at line 63 of file camera_coordinate_fakes.c.

◆ gu_camera_coordinate_x_lower_bound()

pixels_t gu_camera_coordinate_x_lower_bound ( const gu_camera_coordinate  arg0)

Definition at line 64 of file camera_coordinate_fakes.c.

◆ gu_camera_coordinate_x_lower_bound_reset()

void gu_camera_coordinate_x_lower_bound_reset ( void  )

Definition at line 64 of file camera_coordinate_fakes.c.

◆ gu_camera_coordinate_x_upper_bound()

pixels_t gu_camera_coordinate_x_upper_bound ( const gu_camera_coordinate  arg0)

Definition at line 66 of file camera_coordinate_fakes.c.

◆ gu_camera_coordinate_x_upper_bound_reset()

void gu_camera_coordinate_x_upper_bound_reset ( void  )

Definition at line 66 of file camera_coordinate_fakes.c.

◆ gu_camera_coordinate_y_lower_bound()

pixels_t gu_camera_coordinate_y_lower_bound ( const gu_camera_coordinate  arg0)

Definition at line 65 of file camera_coordinate_fakes.c.

◆ gu_camera_coordinate_y_lower_bound_reset()

void gu_camera_coordinate_y_lower_bound_reset ( void  )

Definition at line 65 of file camera_coordinate_fakes.c.

◆ gu_camera_coordinate_y_upper_bound()

pixels_t gu_camera_coordinate_y_upper_bound ( const gu_camera_coordinate  arg0)

Definition at line 67 of file camera_coordinate_fakes.c.

◆ gu_camera_coordinate_y_upper_bound_reset()

void gu_camera_coordinate_y_upper_bound_reset ( void  )

Definition at line 67 of file camera_coordinate_fakes.c.

Variable Documentation

◆ gu_camera_coordinate_equals_fake

gu_camera_coordinate_equals_Fake gu_camera_coordinate_equals_fake

Definition at line 63 of file camera_coordinate_fakes.c.

◆ gu_camera_coordinate_x_lower_bound_fake

gu_camera_coordinate_x_lower_bound_Fake gu_camera_coordinate_x_lower_bound_fake

Definition at line 64 of file camera_coordinate_fakes.c.

◆ gu_camera_coordinate_x_upper_bound_fake

gu_camera_coordinate_x_upper_bound_Fake gu_camera_coordinate_x_upper_bound_fake

Definition at line 66 of file camera_coordinate_fakes.c.

◆ gu_camera_coordinate_y_lower_bound_fake

gu_camera_coordinate_y_lower_bound_Fake gu_camera_coordinate_y_lower_bound_fake

Definition at line 65 of file camera_coordinate_fakes.c.

◆ gu_camera_coordinate_y_upper_bound_fake

gu_camera_coordinate_y_upper_bound_Fake gu_camera_coordinate_y_upper_bound_fake

Definition at line 67 of file camera_coordinate_fakes.c.